@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
input, textarea, select {
	margin: 0;
	padding:0;
	font-size: 100%;
	font-family: inherit;
	color:#666;
	/*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	border:1px solid #CCCCCC;
	padding:4px;*/
}
.inp{
	margin: 0;
	padding:0;
	font-size: 100%;
	font-family: inherit;
	color:#666;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	border:1px solid #CCCCCC;
	padding:4px
	}
select {
	padding:0px;
	margin:0px;
}
p {
	margin:0;
	padding:0;
	padding:0px 0 5px 0;
}
.clear {
	clear:both;
}
img{
	border:none;
}
a{
		text-decoration:none;
		color:#d84c03;
		
}
a:hover{
		color:#f27d41;
}
a.orng12{
		text-decoration:none;
		color:#FFF;
}
a.orng12:hover{
		color:#f27d41;
}
textarea.tarea{
	width:170px;
	height:50px !important;
	border:1px solid #DDD;
	padding:5px;
	}
.fleft{
	float:left;
	}
.fright{
	float:right;
	}

.logout{
	float:right;
	width:auto;
	background-image:url(../images/logout_icon.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding:4px 0px 0px 20px;
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin-left:10px;
	display:block;
	}
.logout:hover{
	background-image:url(../images/logout_icon.png);
	background-repeat:no-repeat;
	background-position:left 6px;	
	color:#444;
	text-decoration:none;
	display:block;
}
.checkbox {
	width: 21px;
	height: 20px;
	padding: 0 5px 0 0;		
	background-image:url(../images/checkbox_btn.png);
	background-repeat:no-repeat;
	display: block;
	clear: left;
	float: left;
	border:0 none;
}
.radio {
	width: 18px;
	height: 18px;
	padding: 0 5px 0 0;		
	background-image:url(../images/radio_btn.png);
	background-repeat:no-repeat;
	display: block;
	clear: left;
	float: left;
	border:0 none;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.gif) no-repeat;
	overflow: hidden;
}
.error_msg{
		clear:#ff0000;
}

.noform a{
		text-decoration:none;
		color:#d84c03;
}
.noform a:hover{
		color:#f27d41;
}











