﻿.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:368px;
	padding:14px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	background:#e0eefb;
	margin-top:8px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 2px #DEDEDE;
	}
	#basic h1 {
		font-size:13px;
		font-weight:bold;
		margin-bottom:5px;
	}
	#basic p{
		font-size:11px;
		color:#666666;
		margin-bottom:7px;
		border-bottom:dotted 1px #cccccc;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:200px;
		margin:2px 0 15px 10px;
		height:18px;
		font-size:11px;
	}
	
	#basic textarea{
		float:left;
		width:200px;
		margin:2px 0 15px 10px;
		font-size:11px;
	}
		
	#basic strong{
		float:left;
		width:10px;
		margin:5px 0 15px 3px;
		height:18px;
		font-size:11px;
		color:red;
		font-size:13px;
	}
    
    .wcheck input
    {
        width:auto!important;
    }
    
    .wcheck
    {
        display:block;
        width:200px;
        height:18px;
    }