form.clean
{
	font-family: Arial,Verdana, sans-serif;
	color:#fff;
	margin: .1em;
	padding: .2em;
	/*background-color: #036;
	border: 1px solid #eee;*/
}
form.clean *
{
	margin: 0;
	padding: 0;
}
form.clean p
{
	margin: .5em 0;
}
.btns{
	text-align:center;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
}
.ltxt{text-align:left;}
form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	-border: 1px solid #ddd;webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FDF899;
	color: #666;
	font-size: 12px;
	padding: .15em;
	width: 96%;
}
.txtar{ font-family:Arial, Helvetica, sans-serif;font-size:12px;}
form.clean textarea{width:90%; }
form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #FDF899;
}
form.clean fieldset
{	background-color:#002166/*389FB6*/;
    border: 1px solid #ddd;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url("http://www.similan-diving-safaris.com/css/border-radius.htc");
	margin: 1em 0;
	padding: .6em 1em;
	/*width:200px;*/
	height:395px;
}
form.clean fieldset legend
{
	color: #fdf899;
	font-size: .8em;
	margin-left: 3em;
	font-weight: bold;
}
form.clean ol
{
	list-style: none;
}
form.clean ol li
{
	margin: .5em 0;
}
form.clean ol li label
{
	display: block;
	font-weight: normal;
	font-size: .9em;
}
form.clean ol.table
{
	list-style: none;
	display: table;
}
form.clean ol.table li
{
	display: table-row;
}
form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .3em;
}
form.clean div.col2 label
{
	float: left;
	width: 50%;
}
form.clean div.col3 label
{
	float: left;
	width: 33%;
}
form.clean div.col4 label
{
	float: left;
	width: 25%;
}
form.clean fieldset:first-child
{
	margin-top: 0;
}
input#Reset{
	font-size:12px;
	color:#fff;
	background-color:#002166;
	background-image: url('reset.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 22px;
    width:80px;
	height:24px;
	cursor:pointer;
}
input#Submit{
	font-size:12px;
	color:#fff;
	background-color:#002166;
	background-image: url('ok.png');
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-right:30px;
	width:80px;
	height:24px;
	cursor:pointer;
}
input#Reset:hover{
	color:#036;
	background-color:#FDF899;
}	
input#Submit:hover{
	color:#036;
	background-color:#FDF899;
}		
.fam{font-size: .75em;}
.insrnce{
	font-size:.8em;
    float:left; margin-right:100px;
}
