/* Form Styling */
#container {
	margin:0 auto;
	padding:1em;
	text-align:left;
}

#container legend {
	display:none;
}

.mainform {width:500px;}

div.common-form fieldset {
	padding:10px;
	margin:1em 0;
	border:none;
	border-top:1px solid #ccc;
	float:left;
}

.clearb{
	clear:both;
}

div.input fieldset {
	padding:10px;
	margin:1em 0;
	border:none;
	border-top:1px solid #ccc;
	float:left;
}

div.custom_input_wrapper {
	padding:10px;
	margin:1em 0;
	border:none;
	border-top:1px solid #ccc;
	float:left;
}


/*	.global-form legend {
		color:#5b5b5b;
		font:bold 16px "Trebuchet MS", Arial;
		padding:0 5px;
		}	
*/legend {
	margin:1em 0;
	padding:0 .5em;
	color:#75001b;
	background:transparent;
	font-weight:bold;
}		
div.submit input {
	background:#555;	
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 6px;
}
.button {
	border:1px solid #333;
	padding:2px 1em;
	background:#555;
	color:#fff;
	font-size:100%;		
}
div.input {
	clear:both;
	margin-bottom:10px;
}

div.input label {
	float:left;
	width:125px;
	padding:0 1em;
	text-align:left;
	font-weight:bold;
}

div.hint{
	margin-left:150px;
	font-weight:bold; 
}

div.submit {
	clear:both;
	padding-top:1em;

}

.input select,
.input input {
	margin-bottom:10px;
	width: 150px;	
}

input.hidden {
	width:0px!important;
}
.single_check{
	margin-right: 10px;
	float:left;
	width: 10px!important;	
}

input[type="hidden"]{
	width:0px;
}
		
.short_text {
	width: 35px!important; 
}

.medium_text {
	width: 100px!important; 
}

input:focus, textarea:focus {
	background:#efefef;
	color:#000;
}

.error-message {
	font:12px/18px Arial, Helvetica, sans-serif; 
	display:block;
	color:#B2022B; 
	text-align:center;
	margin-bottom:15px;
	clear:both;
}

.error-message-box { 
	width:400px;
	font-size:12px;
	margin:15px 0px 5px 20px;
	color: #D8000C;  
	padding:5px 15px 5px 20px;
	background: #FFBABA url('../img/cross.gif') no-repeat center left;
} 
	
.form-error {
	border:1px solid #B2022B;
}
/*Ajax Loading */
.load {
	padding: 10px 0 0 0;
	height:10px;
	background: url(../img/ajax-loader.gif) no-repeat center left;
}
.unload {
	height:10px;
}
/*Ajax Loading Ends */

