/*
used for miscellaneous styles
*/
.nomargin {
	margin: 0 !important;}

/* used for the pricelist, a class in case needed again */

.redTable {
	border-collapse: seperate;
	color: #fff;
	font-size: 1.1em;}
	
	.redTable tr {
		background: #f00;}
	
	.redTable tbody tr:hover {
		background: #c00;}
	
	.redTable td, .redTable th {
		border: 1px solid #fff;
		margin: 2px;
		padding: 4px;}

	.redTable th {
		background: #0273bc;}
		
.subTitle { 
	color:#fff; 
	font-size: 1.4em;}

form {
	margin: 10px 0 0 0;} 

label {
	color: #fff;
	float: left;
	margin: 10px 0 0 0;
	width: 200px;}

input { 
	background: #fff;
	border: 0;
	float: left;
	height: 25px; 
	line-height: 20px;
	margin: 2px 0 10px 15px; 
	padding: 2px;
	width: 220px;}

textarea { 
	background: #fff;
	border: 0;
	height: 90px; 
	margin: 2px 0 10px 15px;  
	padding: 2px;
	width: 220px;}
	
select { 
	background: #fff;
	border: 0;
	margin: 2px 0 10px 15px;  
	padding: 2px;
	width: 220px;}

.submit { 
	background: url('/images/template/submit.png');
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 45px;
	margin-left:350px;
	text-indent: -9999px;
	width: 95px;}
	
