body{
	margin-top: 		20px; 
	margin-right: 		0px; 
	margin-bottom: 		25px; 
	margin-left: 		0px;
	background-color:#ededed;
	text-align:center;
}

a {color:#c31632; text-decoration:none; }
a:visited {color:#c31632; text-decoration:none;}
a:hover {color:#000; text-decoration:underline;}

body,div,select,input,textarea{
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			12px; 
	color: 				#333;
	line-height:		18px;
}

/* FORM LAYOUT */
.div_formrow{
	clear:both;
	width:100%;
	
}

.div_formlabel {
	float: left;
	width:25%;
	background-color:#cccccc;
	padding:5px;
	margin-right:2px;
	min-height: 26px;
	margin-top:2px;
}

.div_forminput{
	float: left;
	width:70%;
	padding:5px;
	background-color:#cccccc;
	min-height: 26px;
	margin-top:2px;	
}


.div_formsubmit{
	float: left;
	width:45%;
}


.div_formseperator{
	clear:both;
	/*border-top: 1px dotted #999;*/
	margin-bottom:5px;
}

/* FORM ELEMENTS */
.input{
	width:200px;
	border:1px solid #999;
	height:18px;
	padding:3px;
}

textarea {
	border:1px solid #999;
	padding:3px;
}

.checkbox{
	background-color:#fff;
	border-style: none;
	vertical-align: middle;
}
.button{
	
}

.textarea{

}

.col{
	font-weight:bold;
	
}
td{
	text-align:left;
}
