/*
-----------------------------------------------------------------------
Mark Allen Group - Journal of Paramedic Practice Screen Styles
Filename				:	form.css		
Created by				:	Foresite Business Solutions
Created					:	July 2009
Version					: 
Comments				:	General form styling  
----------------------------------------------------------------------- */
table.rates {	
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0 0 20px 0;
	width: 80%;
}
th.rates {
	font-weight: bold;
	color: #940c12;
	background: #EAE9E9;
	padding: 4px 0 4px 2px;
	text-align: center;
}
td.rates {
	padding: 4px 0 4px 20px;
	text-align: center;
	color: #333;
}
.blackText {
	width: 100%;
	float: left;
	margin: 10px 0 10px 0;
	text-align: center;
	color: #000;
	padding: 30px 0 10px 0;
	font: bold 11px Arial, Helvetica, sans-serif; 
}
#regform, #loginform {
	margin-top: 25px;
	padding: 5px 10px;
	width: 95%;
}
#regform input, #regform select, #regform textarea, #loginform input, #loginform select, #loginform textarea, .formfield, #email, .searchinput2 {
	padding: 3px;
	width: 300px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
}
.formfield {
	border: 0;
}
#regform select, #loginform select, .searchinput2 {
	width: auto;
}
#regform textarea {
	height: 90px;
}
#regform textarea:focus, #regform select:focus, #regform input:focus, #loginform textarea:focus, #loginform select:focus, #loginform input:focus, #email:focus {
	border: 1px solid #f1f49f;
}
#regform .button, #loginform .button {
	margin: 10px 0;
}
#regform input.submit-button, #loginform input.submit-button {
	border: 0;
	width: auto;
}
#regform input.add-button, #loginform input.add-button {
	border: 0;
	width: 58px;
}
#regform label, #loginform label, .label {
	float: left;
	font-weight: bold;
	margin-right: 15px;	
	padding-left: 5px;
	padding-top: 5px;
	width: 130px;
}
.label {
	clear: right;
	padding-left: 3px;
}
#regform .number, #loginform .number {
	width: 50px;
}
.req {
	color: #c00;
	vertical-align: middle;
	margin-left: 4px;
}
#regform #radio_list, #loginform #radio_list {
	overflow: hidden;
}
#regform #radio_list input, #regform #termstxt input, #regform #termstxt2 input, #loginform #radio_list input, #loginform #termstxt input, #loginform #termstxt2 input {
	border: 0;
	float: left;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	width: 18px;
}
#regform #radio_list input, #loginform #radio_list input {
	margin-top: 4px;	
}
#regform #radio_list label, #regform #termstxt label, #regform #termstxt2 label, #loginform #radio_list label, #loginform #termstxt label, #loginform #termstxt2 label {
	float: left;	
	padding-left: 5px;
	padding-top: 5px;
	width: auto;
}
#regform #termstxt label, #regform #termstxt2 label, #loginform #termstxt label, #loginform #termstxt2 label {
	float: none;
}
div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;	
	font-weight: bold;
	text-align: left;
	width: 200px;
}
div.row span.formw {
	float: right;	
	text-align: left;
	width: 330px;
}

#regform #termstxt .privacyOpt input
{
	float: none;
}