/* GET FREE ACCOUNT */
DIV#get_account {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #31B059;
	float: left;
}
	DIV#get_account EM.trash IMG {
		border: 0px;
	}
	DIV#get_account EM.mandatory {
		font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #31B059;
	}
	DIV#get_account EM.suggest {
		background: url(/image/get_account_small.gif) no-repeat left top;
		display: block;
		float: left;
		width: 47%;
		height: auto;
		padding: 20px 10px 5px 28px;
		margin: -5px 0px 10px 0px;
		font-size: 0.8em;
		color: #FFF;
	}
		DIV#get_account EM.suggest A {
			color: #FFF;
			text-decoration: underline;
		}
		DIV#get_account EM.suggest A:hover {
			color: #000;
			text-decoration: underline;
		}
	
DIV#get_account FIELDSET {
	margin: 5px;
	padding: 10px 0px 10px 0px;
	font: normal 1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #3F4594;
	border: 1px solid #B8BAD7;
	background: #EBECF4;
}
	DIV#get_account FIELDSET LEGEND {
		display: none;
	}
	DIV#get_account FIELDSET LABEL {
		padding: 0px 5% 0px 0px;
		margin: 0px 0px 10px 0px;
		color: #3F4594;
		display: block;
		float: left;
		width: 95%;
	}

	DIV#get_account FIELDSET LABEL SPAN {
		width: 40%;
		padding: 3px 2% 0px 0px;
		float: left;
		font-size: 1em;
		color: #3F4594;
		text-align: right;
	}
	DIV#get_account FIELDSET INPUT {
		background: transparent url(/image/account_input.gif) repeat-x scroll;
		width: auto;
		height: 16px;
		padding: 3px 2px 2px 5px;
		margin: 0px 0px 0px 0px;
		font: bold 0.9em Tahoma, Arial, Helvetica, sans-serif;
		color: #3F4594;
		border: 0px;
		vertical-align: middle;
	}
	DIV#get_account FIELDSET TEXTAREA {
		background: transparent url(/image/account_textarea.gif) repeat-x scroll;
		width: 55%;
		height: auto;
		padding: 3px 2px 2px 5px;
		margin: 0px 0px 0px 0px;
		font: normal 0.9em Tahoma, Arial, Helvetica, sans-serif;
		color: #3F4594;
		border: 0px;
		vertical-align: middle;
	}
		DIV#get_account FIELDSET INPUT.radio {
			background: none;
			margin-right: 3px;
		}
		DIV#get_account FIELDSET LABEL.radio {
			padding: 3px 1% 0px 0px;
			margin-right: 10px;
			float: left;
			display: inline;
		}
		
		DIV#get_account FIELDSET INPUT.file {
			height: 24px;
			font-weight: normal;
		}
		DIV#get_account FIELDSET HR {
			background: #B8BAD7;
			height: 1px;
			border: 0px solid #FFF;
			float: left;
			width: 100%;
		}
		
	/*
	DIV#get_account FIELDSET LABEL EM {
		width: 58%;
		padding: 3px 0% 8px 43%;
		/*margin-left: 42%;
		font-size: 0.75em;
		font-style: normal;
		float: left;
	}
	*/
	
	
	DIV#get_account FIELDSET LABEL IMG {
		border-bottom: 3px solid #C9CBE1;
		float: left;
		display: block;
	}
	HTML>BODY DIV#get_account FIELDSET LABEL IMG {
		float: none;
		display: inline;
	}
	DIV#get_account FIELDSET SELECT {
		width: 55%;
		height: 20px;
		margin: 0px 5px 0px 0px;
		font: bold 0.8em Tahoma, Arial, Helvetica, sans-serif;
		color: #3F4594;
		display: inline;
	}
	DIV#get_account FIELDSET SELECT OPTGROUP OPTION {
		font-weight: normal;
	}

	DIV#get_account FIELDSET LABEL IMG.ico {
		border-bottom: 0px solid #C9CBE1;
		margin: 0px 0px 0px 3px;
	}



	DIV#get_account FIELDSET INPUT.sub {
		background: #31B059;
		width: 40%;
		height: auto;
		padding: 8px 15px 8px 15px;
		margin: 20px 0px 0px 0px;
		font-size: 14px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		border: 0px;
		cursor: pointer;
	}
		DIV#get_account FIELDSET INPUT.sub:hover {
			background: #3F4594;
		}
	INPUT.form_sub {
		background: url(/image/form_sub.gif) no-repeat #31B059;
		width: 260px;
		padding: 14px 0px 13px 0px;
		font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #FFF;
		text-decoration: none;
		display: block;
		clear: both;
		border: 0px;
		cursor: pointer;
	}
		INPUT.form_sub:hover {
			background-color: #3F4594;
		}		
DIV.missing {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #31B059;
	float: left;
}
	DIV.missing DIV {
		margin: 5px;
		background: #FFF;
		border: 1px solid #B8BAD7;
	}
	DIV.missing IMG {
		vertical-align: middle;
	}
	DIV.missing P {
		padding: 0px 10px 0px 10px;
		color: #3F4594;
	}
		DIV.missing P B {
			color: #31B059;
		}
