/* CSS Document */

form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	/*width:410px;*/
	padding:1px;
}
	/* ----------- basic ----------- */
	#basic{
		border:none;
	}
	#basic h1 {
		font-size:12px;
		
	font-weight:normal;
		margin-bottom:8px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #fff;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		
		text-align:right;
		width:120px;
		float:left;
		
	}
	#basic .small{
		color:#ff9900;
		display:block;
		font-size:11px;
	
		text-align:right;
		width:120px;
	}
	#basic input{
		float:left;
		width:200px;
		border:1px solid #0066b0;
		margin:2px 0 8px 10px;
		color:#0066b0;
		
		
	}
	
		#basic textarea{
		float:left;
		width:200px;
		height:50px;
		border:1px solid #0066b0;
		margin:2px 0 8px 10px;
		color:#0066b0;
		}


	
	#basic button{ 
			clear:both;
		margin-left:255px;
		width:80px;
		height:31px;
		background:#ff9900 url(../images/images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#0c004b;
		font-size:11px;
		font-weight:bold;
	}



