/*  form  */
#styled_form {
	border-top: 1px solid #ccc;
}
	#styled_form fieldset {
		border: 0;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#styled_form legend {
		padding: 10px 0;
		font-size: 1em;
		font-weight: bold;
		color: #999;
		font-size: 1.2em;
	}

	#styled_form .focus {
		background: #ffc;
	}
	#styled_form #accordion .focus {
		background: inherit !important;
	}
	.ie6 #styled_form .focus {
		z-index: -100;
	}
		#styled_form .form_tip {
			display: none;
		}
		#styled_form .focus .form_tip {
			display: block;
		}
	#styled_form .form_row,
	#styled_form .form_row_mi {
		padding: 10px;
		margin-right: 10px;
		clear: left;
		position: relative;
		width: 97%;
	}
	.ie #styled_form .form_row,
	.ie #styled_form .form_row_mi {
		padding: 10px 10px 0;
	}
	#styled_form .form_right {
		float: left;
		width: 38%;
		padding-left: 2% !important;
	}

	#styled_form .form_left {
		float: left;
		width: 20%;
	}
	#styled_form .form_left label {
		font-size: 1.0em;
		font-weight: bold;
	}
	#styled_form .labelstyle {
		width: auto;
		font-size: 1.0em;
		font-weight: bold;
	}
	#styled_form .form_left span {
		font-size: 1.0em;
		font-weight: bold;
		padding-top: 1em;
		display: block;
	}
	#styled_form label small {
		display: block;
		font-weight: normal;
		font-size: 0.7em;
	}
	#styled_form .form_block_mi {
		float: left;
		display: block;
		width: 32.3%;
		margin-right: 1%;
	}
	#styled_form .form_block_mi label {
		display: block;
		font-size: 0.9em;
	}
	#styled_form input,
	#styled_form select,
	#styled_form textarea {
		background: #fff;
		border: 1px inset #666;
		font: 12px/1.2em "Lucida Grande", Arial, Helvetica, sans-serif;
		padding: 2px;
		width: 99%;
		margin-right: 1%;
	}
	#styled_form input.checkbox,
	#styled_form input.radio {
		width: auto;
		border: 0;
		background: none;
	}
	#styled_form .form_block_mi input {
		width: 85%;
	}
	#styled_form .form_block_mi select,
	#styled_form .form_block_mi textarea {
		width: 95%;
	}
	#styled_form textarea {
		height: 5em;
	}
	
	#styled_form .quick_submit {
		background: #ff5e00;
		border: 1px outset #ff5e00;
		color: #fff;
		font: 11px/1.2em "Lucida Grande", Arial, Helvetica, sans-serif;
		padding: 2px 10px;
		margin-top: 1%;
		width: auto;
	}
	#styled_form .quick_cancel {
		background: #ccc;
		border: 1px outset #ccc;
		color: #434540;
		font: 11px/1.2em "Lucida Grande", Arial, Helvetica, sans-serif;
		padding: 2px 10px;
		margin-top: 1%;
		width: auto;
	}
	
	

	.form_tip {
		position: absolute;
		top: 10px;
		right: 5px;
		width: 218px;
		z-index: 100;
	}
	.form_tip span {
		display: block;
		padding: 5px 5px 3px 10px;
		margin: 0 0 2px;
		font-size: 0.9em;
	}
	.form_validation {
		position: absolute;
		top: 10px;
		right: 5px;
		width: 218px;
		background: url(../images/profile/bubble_validation.gif) left bottom no-repeat;
		z-index: 200;
	}
	.focus .form_validation {
		display: none !important;
	}

	.form_row_mi .form_validation,
	.form_row_mi .form_tip {
		margin-top: 1em;
		top: 5px;
	}
	.form_validation span {
		display: block;
		background: url(../images/profile/bubble_validation.gif) left top no-repeat;
		padding: 5px 5px 0 10px;
		margin: 0 0 5px;
		font-size: 0.9em;
		color: #fff;
	}
	.errorheader {
		width: 100%;
		background: url(../images/profile/errorheader.gif) right top no-repeat;
	}
	.errorheader span {
		width: 90%;
		display: block;
		background: url(../images/profile/errorheader.gif) left top no-repeat;
		padding: 5px 0 0 10px;
		margin: 0 10% 0 0;
		font-size: 0.9em;
		color: #fff;
	}
	.errorheader_bottom {
		width: 100%;
		background: url(../images/profile/errorheader.gif) right bottom no-repeat;
		margin-bottom: 1em;
	}
	.errorheader_bottom span {
		width: 90%;
		height: 5px;
		display: block;
		background: url(../images/profile/errorheader.gif) left bottom no-repeat;
		padding: 0;
		margin: 0 10% 0 0;
	}

	#useragreement {
		display: block;
		width: 99%;
		height: 10em;
		overflow: auto;
		border: 1px solid #ccc;
		padding: 4px;
		background: #fff;
	}
	
	
	label.optional {
		color: #8b8e8e !important;
	}
