/*Start Form*/
#content{
	width:100%;
	background:url(../../images/front_end/bg_content.png) #FFF repeat-y;
}
#myform{
	padding:10px 0 0 220px;
}
.cssform p{
	width: 493px;
	clear: left;
	margin: 0;
	padding: 4px 0 3px 0;
	padding-left: 155px;
	height: 1%;
	color:#000;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; 
	width: 150px; 
}
.cssform input[type="text"]{
	width: 343px;
	height:24px;
	background:url(../../images/front_end/bg_input.png) repeat-x;
	border:1px solid #D5D5D5;
	padding:6px 0 0 0;
	color:#535353;
}
.fail_info{
	width: 343px;
    height:24px;
	background:url(../../images/front_end/bg_fail_input.png) #FFDEDE repeat-x !important;
	border:1px solid #D5D5D5;
}
.cssform textarea{
	width: 343px;
	height: 90px;
	background:url(../../images/front_end/bg_input.png) repeat-x;
	border:1px solid #D5D5D5;
}
* html .threepxfix{
margin-left: 3px;
}
#button{
	margin:5px 0 0 245px;
}

.errContainer{
	background-color:#f0f8ff;
	color:#dc143c;
	padding:30px 200px 0;
	font-size:8pt
}
.errContainer span{
	font-weight: bold;
	color: #000 !important;
	margin-left: -155px; 
}
/*End Form*/

