.FORM_Text_Box {
	width: 380px;
	background-color: #dddddd;
}

.FORM_Text_Box_Money {
	width: 362px;
}

.FORM_Textarea {
	width: 370px;
	height: 100px;
	font-family: Arial, Helvetica, Geneva; 
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : Black;
}

.FORM_Select {
	width: 385px;
	background-color: #dddddd;

}


.FORM_SubButton {
}

.FORM_Search_Box {
	width:140px;
	border: 1px solid #006;
    background: #ffc;

}

.FORM_Search_Box:hover {
    border: 1px solid #f00;
    background: #ff6;
}


.FORM_Search_Submit {
	margin-right:3px;
}

input {
	margin:3px 2px 3px 2px;
	padding:1px 1px 1px 1px;
}


.FORM_Text_Box_Round {
	background-color: #eee;
	border: solid 1px #aaa;
	font-size: 1em;
	border-radius: 6px 6px 6px 6px; /* Top Left, Top Right, Bottom Right, Bottom Left*/
	padding: 6px;
	width: 370px;	
}

.FORM_Textarea_Round {
	background-color: #eee;
	border: solid 1px #aaa;
	font-size: 1em;
	border-radius: 6px 6px 6px 6px; /* Top Left, Top Right, Bottom Right, Bottom Left*/
	padding: 6px;
}


.FORM_Select_Round {
	background-color: #eee;
	border: solid 1px #aaa;
	font-size: 1em;
	border-radius: 6px 6px 6px 6px; /* Top Left, Top Right, Bottom Right, Bottom Left*/
	padding: 6px;
	width: 385px;	
}


.FORM_Radio_Button {
	display:none;
	margin:10px;
}

.FORM_Radio_Button + label {
	display: inline-block;
	margin: -2px;
	padding: 4px 12px;
	background-color: #e7e7e7;
	/* background-image : url(../images/skin_bl/Horz_Sub_Nav_Bg.png); */
	border-top: 2px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #ccc;
	border-radius: 6px 6px 6px 6px; /* Top Left, Top Right, Bottom Right, Bottom Left*/
}

.FORM_Radio_Button:checked + label {
	background-image: none;
	background-color: #6dc16d;
	/* background-image : url(../images/skin_bl/Horz_Sub_Nav_Bg.png); */
	border-top: 2px solid #aaa;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #aaa;
}

.DIV_Required {
	color: red;
	display: inline-block;
	width: 8px;
}