/*reset css
---------------------------------------------------------------------------*/
*
{
	margin:0;
	padding:0;
}

html
{
	background: #ffffff;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(238, 196, 61, 0.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	color:#333333;	
	/*background:#272627 url('../images/bg-main.gif') repeat-x left top;*/
	padding-top:16px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

/*css for clear class
---------------------------------------------------------------------------*/
.clearfix { *zoom: 1;

}

.clearfix label {
    display: block;
    float: left;
    font-weight: normal;
    padding-right: 20px;
    text-align: right;
    width: 400px;	
}

.clearfix p{font:12px Arial, Helvetica, sans-serif; color:#333333; line-height:16px; margin:0px; padding:5px 0px 5px 0px; font-weight:bold;}

.personal p{font:12px Arial, Helvetica, sans-serif; color:#333333; line-height:16px; margin:0px; padding:5px 0px 5px 0px;clear:both; font-weight:bold;}

.clearfix:before, .clearfix:after
{
	display: table;
	content: "";
}

.clearfix:after { clear: both; }

.clear{ clear:both;}

/*heading, links, and list style
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	text-rendering: optimizelegibility;
}

ul, ol, li { list-style:none; }

a
{
	text-decoration: none;
	color: #4e382d;
}

a:hover
{
	text-decoration:none;
	color: #4e382d;
}

a:focus
{
	outline: thin dotted;
	color: #4e382d;
}

a:hover, a:active { outline: 0; }

img{ border:none; outline: 0;}

/*css for Form Elements
---------------------------------------------------------------------------*/
label, input, button, select, textarea
{
	font-size: 14px;
	vertical-align: baseline;
*vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
}

input, button, select, textarea
{	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

label
{
	display: block;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}

input, textarea, select
{
	display: inline-block;
	width: 100%;	
	border: 1px solid #333;
	color: #333;
	height:24px;
	padding: 2px 2px 2px 3px;
}

input[type="image"], input[type="checkbox"], input[type="radio"]
{
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
*margin-top: 0;
	line-height: normal;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0 \9;
}

input[type="checkbox"], input[type="radio"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
*width: 13px;
 *height: 13px;
}

input[type="image"]
{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="file"]
{
	width: auto;
	padding: initial;
	line-height: initial;
	border: initial;
	background-color: transparent;
	background-color: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

select
{
	height: 22px;
*margin-top: 4px;
	line-height: 22px;
}

select
{
	width: auto;
	background-color: #ffffff;
}

select[multiple], select[size] { height: auto; }

textarea
{
	resize: vertical;
	overflow: auto;
	height: auto;
	overflow: auto;
	vertical-align: top;
}

input[type="hidden"] { display: none; }

.radio, .checkbox
{
	padding-left: 18px;
	font-weight: normal;
}

.radio input[type="radio"], .checkbox input[type="checkbox"]
{
	float: left;
	margin-left: -18px;
}

.radio.inline, .checkbox.inline
{
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: not-allowed;
}

input:focus, textarea:focus
{
	border-color: #2d353e, 40%;
	outline: 0;
	outline: thin dotted \9;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
::-webkit-input-placeholder {
 font-size: 14px;
}
input:-moz-placeholder {
 font-size: 14px;
}

button.button::-moz-focus-inner {
padding: 0;
border: 0;
}
/* Tables =================================================== */
table
{

	max-width: 100%;
/*		width: 100%; border-collapse: collapse;
	border-spacing: 0;*/
	background-color: transparent;
}

table th, table td
{
	padding: 8px;
	vertical-align: top;
	text-align: left;
}

@media print {

*
{
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
}
 @page {
 margin: 0.5cm;
}

h2, h3
{
	orphans: 3;
	widows: 3;
	page-break-after: avoid;
}

p
{
	orphans: 3;
	widows: 3;
}

pre, blockquote
{
	border: 1px solid #808080;
	page-break-inside: avoid;
}

abbr[title]:after { content: " (" attr(title) ")"; }

a, a:visited { text-decoration: underline; }

a[href]:after { content: " (" attr(href) ")"; }

a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }

img
{
	max-width: 100% !important;
	page-break-inside: avoid;
}

thead { display: table-header-group; }

tr { page-break-inside: avoid; }
