﻿.body  
{
	overflow: hidden;
}

.row 
{
	clear: both;
	padding-bottom: 15px;
	height: 30px;
	}
	
.comments {height: 165px;}

.field 
{
	float: left;
	margin-right: 20px;
	}
	
.field input 
{
	width: 144px;
	background: #FAFAFA;
	border: solid 1px #E1E1E1;
	height: 15px;
	}
	
.field textarea
{
	width: 310px;
	background: #FAFAFA;
	border: solid 1px #E1E1E1;
	height: 140px;
	overflow: auto;
	}	

.field select  
{
	width: 145px;
	background: #FAFAFA;	
	height: 17px;
	font-size:10px;
	}
	
.full .field {float: none;}
.full .field input  {width: 310px;}
.full .field select {width: 312px;}

.small {margin-right: 10px; }
.small input {width: 40px; }

.titleRadios input 
{
	width: auto;
	vertical-align: bottom;
	border-collapse: collapse;
	border: 0px;
	background: none;
	margin: 0 2px 0 0;
}
	
	
.titleRadios td {float:left;padding: 5px;padding-right: 15px;}

table.titleRadios {float:left;margin-top:5px;margin-bottom:15px;} 
.cType{height:auto;margin-bottom:5px;}

.submit {padding-bottom: 0px; }

.submit input 
{
	background: #EF7D0B;
	color: #ffffff;
	border: 0px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	width: 49px;
	height: 16px;
	}
	
.checkbox input {width: auto; vertical-align: middle;}
.full .field .checkbox input {width: auto !important;}

.validationSummary div {padding-top: 0px;}
.validationSummary li {color:#ef7d0b !important; }
.validationSummary ul {margin-top: 0px; margin-bottom: 0px; }
