/* CSS Document */


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;
}


textarea
{ width:95%; min-height:30em;}

div.left
{ float:left; width:49%; height:auto; overflow:auto;}

div.right
{ float:right; width:49%; height:auto; overflow:auto;}
div.output
{ width:100%; overflow:auto;}
div.wrap
{ margin: 0 auto;
    max-width: 60em;
}




