@charset "utf-8";
/* CSS Document */

label{
	color:#777777;
	display:block;
	font-weight:bold;
}
input, textarea, select{
	display:block;
	margin:0 0 10px 30px;
}
.submit{
	display:block;
}
fieldset{
	border:none;
	margin-bottom:15px;
	width:95%;
}
fieldset legend{
	color:#5A5A5A;
	font-size:22px;
	font-weight:bold;
}
fieldset div{
	margin-left:30px;
}
#attachment{
	display:table-cell;
}
.formP{
	margin-left:30px;
}
table{
	margin:0 auto 0 30px;
}
th{
	text-align:left;
}
.evens{
	background-color:#F5F5F5;
}
.odds{
	background-color:#E0E0E0;
}
td{
	text-align:left;
}
.nav{
	text-align:right;
}
.onepixbox{
	width:0;
	height:0;
	position:absolute;
	top:-90000px;
}
.noInput{
	margin:0 0 0 30px;
}
.required{
	color:#F00;
}
.alert{
	border:1px dashed #c00;
	padding:3px;
	color:#900;
}