/* CSS Document */

form
{
    padding: 0px;
    width: 300px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	line-height:20px;
	float:left;
}

	
label
{
	float: left;
    width: 150px;
    text-align: right;
    margin-right: 15px;
	margin-top:10px;
}
	
input
{
	margin-top:10px;
	float:left;
} 

select
{
	margin-top:10px;
} 

textarea
{
    width: 270px;
    height: 50px;
	font-size:12px;
	margin-left:166px;
	margin-top:-20px;
} 
	
input.submit
{
	background-color:#01A0C7;
	color:#FFFFFF;
	border: 1px #01A0C7;
	font-size:10px;
	margin-left:166px;
	padding-left:20px;
	padding-right:20px;
}

input.submit:hover
{
	background-color:#C5CFD9;
	color:#000000;;
	border: 1px #01A0C7;
	font-size:10px;
	margin-left:166px;
	padding-left:20px;
	padding-right:20px;
}

table.formStyle{
	margin: 0px;
	border-top: 1px solid #01A0C7;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #01A0C7;
}

table.formStyle td{
	height:35px;
	vertical-align:middle;
	text-align:left;
}
table.formStyle td.borde{
	height:15px;
	font-size:10px;
}
table.formStyle td.names{
	width:200px;

}
table.formStyle td input{
	margin:0;
	float:none;
}
table.formStyle td textarea{
    width: 270px;
    height: 50px;
	font-size:12px;
	
	margin:0;
}

table.formStyle td input.submit{
	float:none;
	background-color:#01A0C7;
	color:#FFFFFF;
	border: 1px #01A0C7;
	font-size:10px;
	margin-left:0px;
	height:25px;
	width:25%;
	padding-left:20px;
	padding-right:20px;
}
table.formStyle td input.submit:hover
{
	background-color:#C5CFD9;
	color:#000000;;
}

legend 
{
	color:#FFFFFF;
	background-color:#01A0C7;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left:159px;
	margin-bottom:10px;
}


fieldset 
{
	width:420px;
	margin: 0px;
	padding: 15px;
	border-top: 1px solid #01A0C7;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #01A0C7;
}
.special {
width:1px;
visibility:hidden;
clear:none;
}
