@charset "utf-8";
/* CSS Document */

.cssform{
	padding: 0px;
	border-top: 0px none;
	margin: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cssform p{
	width: 530px;
	clear: left;
	padding: 5px 0px 8px 0px;
	padding-left: -155px;
	border-top: 1px dashed gray;
	height: 1%;
	margin: 0px 0px 0px 0px;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: 10px; 
	width: 90px; 
}

.cssform input { 
	width: 150px;
	float:left;
	margin-bottom:8px;

}

.cssform textarea{
	width: 270px;
	height: 150px;
}

.cssform label.error, label.error {
	color: #CC3333;
	float:right;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	width:220px;
	background-image: url(../img/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
div.error { display: none; }
input.error {background-color: #FF9F9F; }
textarea.error {background-color: #FF9F9F;}
#label.error {display: none;}

.frm {
	margin-left:100px;
   	
}