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

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 10px;
display: block;
}

.submit input
{
float:right;
margin-right: 90px;
}

input
{
color: #000;
background: #cddce3;
border: 1px solid #016392;
}

.submit input
{
color: #fff;
background: #016392;
border: 2px outset #044f73;
}

fieldset
{
width: 500px;
border: 1px solid #fff;
}


p {
	font-family: Tahoma, Verdana, Arial, arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	
}
