@charset "UTF-8";
/* CSS Document */


label
{
width: 21em;
float: left;
text-align: right;
margin-right: 1em;
display: block;
line-height:1.2em;
}

.input
{
margin-left: 4.5em;
border: 1px solid #CCCCCC;

}


fieldset
{
border: 1px solid #CCCCCC;
width: 509px;
padding:10px;
margin-top:10px;
margin-bottom:10px;
background-color:#f3f3f3;
line-height:1.2em;
}

p {margin-bottom:1em;}

legend
{
background-color:#393f99;
padding:10px;
margin-bottom:20px;
line-height:1.2em;
color:#FFFFFF;
font-size:0.85em;
} 

textarea:focus, input:focus {
	border: 1px solid #333; background-color:#FFFFFF;
	
	
}

textarea, input {
 border: 1px solid #CCCCCC; 
}

input.btn {border:0px; float:right;}


fieldset fieldset
{
border: 1px solid #CCCCCC;
width: 489px;
padding:10px;
margin-bottom:10px;
background-color:#efefef;
line-height:1.2em;
}

.custombutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}
  * html .custombutton {cursor:hand;} /* alternate cursor style for ie */


.submit {float:right; padding:0; margin:0;}

