@charset "UTF-8";
/* CSS Document */

/*FORM STYLES*/

form{padding: 0 20px 0 20px; 	}
label
{
	width:150px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:1.0em;
}


.submit input
{
margin-left: 5em;
width:50px;
}

input
{
width:230px;
color: #333333;
background: #FAFAFA;
border: 1px solid #0F4B56;

}

textarea
{
width:386px;
color: #333333;
background: #FAFAFA;
border: 1px solid #0F4B56;
}

.submit input
{
color:#FFFFFF;
background:#0F4B56;
border: 2px outset #0F4B56;
}


