/* CSS Document */
.bar
{ width:100%; padding-bottom:1em;}

.result
{ text-align:center;}


div.formh
{ background-color:#F9F9F9;}


div.default
{ 
	padding-bottom:.5em; 
	padding-top:.7em; 
	width:350px; 
	min-height:25px;
}
div.default label
{ 
	width:22%; display:block; float:left;
}

div.default input
{ 
	width:68%;
	height:20px;
	font-size:1.1em;
}
div.default select {
  height: 26px;
  width:68%;
  font-size:1.1em;
}

div.formh
{  overflow:auto;}

div.formh div.default
{ float:left;}


div.formh .action
{ 
	padding-bottom:.5em; 
	padding-top:.5em; 
	
	
} 

div.formh .action .btn
{ 
	width:100px; height:30px; font-size:1.1em; background-color:#0066FF; border:#00CCFF solid 1px; color:#FFFFFF;
}
div.formh .action .btn:hover
{
	background-color:#FFFFFF; color:#0066FF; border:#0066FF solid 1px; cursor:pointer;
}