.cssform {
	margin:0 auto;
	width:600px;
	padding:14px;
	border:solid 2px #f7ba78;
	background-color: #fce3c9;

}
.cssform p{
/*width: 300px;*/
clear: left;
margin: 0;
padding: 5px 0 6px 10px;

border-top: 1px dashed gray;
height: 1%;
margin:5px 0px;
}

.cssform label{
font-weight: bold;
float: left;
display:block;
text-align:right;
/*margin-left: -165px; width of left column*/
width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding:5px 13px 5px 0px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

#myform input, textarea{
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;


}
.cssform textarea{
width: 250px;
height: 150px;
}
#myform .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;

}
.cssform button{
clear:both;
margin-left:180px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;

}
#myform h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
text-align:center;
}
label.error {
	margin-left: 7px;
	width:auto;
	display: inline;
	color:#FF0000;
	float:none;
}
.red, 
.error {
	color:#FF0000;
}

