
/* Contact Form */
form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

/* ----------- My Form ----------- */

.myform{

	margin:0 0 0 22px;
	width:400px;
	padding:14px;


}

	/* ----------- basic ----------- */

#basic{

	/*border:solid 1px #ccc;*/

}


#basic p{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	margin-bottom:20px;
	border-bottom: 4px double #00A7E3;
	padding-bottom:10px;
}

#basic label{
	display:block;
	font-weight:bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	width:150px;
	float:left;
	color:#fff;
	font-size:13px;
}

#basic .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#basic textarea#styled {
	width: 370px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#EFF3F6;/*-image: url(images/bg.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}

#basic input{
	float:left;
	width:200px;
	margin:2px 0 10px 6px;
	border:solid 1px #ccc;
}

#basic button{
	clear:both;
	margin-left:150px;
	background:#00A7E3;
	color:#fff;
	border:solid 1px #006792;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
}
