
.form_message {
	background: #eeeeee;
	border: 4px solid #bbb;
	padding: 20px;
	margin: 20px 0;
	}
	
h3.form {	
	text-transform: uppercase;
	color: #999;
	margin-bottom: 5px !important;
	}

tr.break {
	height: 20px;
	}
	
td.title {
	background: #eee;
	}
	
td.title h3 {
	color: #999;
	margin: 0 !important;
	}
	
td.para {
	padding-top: 15px;
	}

.btnstrip {
	padding: 10px;
	}
	
.req_error {
	border: 2px solid #990000;
	}

.req_field {
  background:url(images/required.gif) center;
  display: inline-block;
  width: 48px;
  height: 14px;
  margin: 0 0 -2px -3px;
	}

.req_field * {
	display: none;
	}
	
td.ad {
	background: none;
	padding: 0;
	margin: 0;
	}

table.ad {
	padding: 0;
	margin: 0;
	}
	
table.ad th {
	font-weight: normal;
	}
	
	
ul.send_btns_l {
	float: left;
	}	

.send_btns_l li {
	width: 55px;
	}	
	
ul.send_btns_r {
	float: right;
	}	

.send_btns_r li {
	width: 55px;
	}	

.send_btns a {color: #7d7d7d;}
.send_btns a:hover {color: #c8191e; border-bottom: #c8191e 1px solid;}	



table.inner {padding: 0;}

table.inner td {border: none;}

table.results td {padding: 10px;}

table.results .head td {background-color: #9d9fa0; color: #fff;}
table.results .odd td {background-color: #e2e2e2;}
table.results .even td {background-color: #dadada;}

.results_nav {margin-bottom: 5px;}

.back_link a {
	background: url(images/results.gif) no-repeat;
	width: 115px;
	height: 20px;
	display: block;
	margin: 0 20px 20px;
	border: none !important;
	}
	
.back_link a:hover {
	background-position: 0 -20px;
	}
		
		
#imgcode {
	padding: 10px;
	}
	
.fileName, .progressBox {
	float: left !important;
	margin-top: 5px;
	}
	
.fileName {
	color: #de1b22;
	padding-left: 5px;
	}
	
.progressBox {
	border: 1px solid #b4b4b4 !important;
	}