/*  this are the form display classes */

input, textarea {
	border-style: solid;
	border-width: 1px; 
	border-color: #cccccc;
	/*background-color: #E6EEFE;*/
}

/* main title of the form */
.form_title {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px; 
	margin-left: 10px; 
}

/* main text of the form */
.form_text {
	color: #3E3E3E;
	font-size: 11px;
	margin-top: 10px; 
	margin-left: 10px; 
}

/* row definition */
.form_row {
	margin-left: 10px;
	margin-top: 10px;
	line-height : 15px;
}

/* the label of the form */
.form_label {
	color: #3E3E3E;
	width: 170px;
	height: 42px;
	text-align: left;
}

/* input field of the form */
.form_input {
	color: #3E3E3E;
	margin-top: -45px;
	margin-left: 180px;

}

/* submit button position */
.form_submit {
	margin-left: 120px;
}

/* checkbox style */
.form_checkbox {
}

/* radio button style */
.form_radio {
}

/* drop down style */
.form_dropdown {
background-color: #E6EEFE;
}

/* those are the image upload form sublases */
#form_pic {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -99;
	visibility: hidden;
}
#form_uplPicHolder {	
	left:595px;
	height: 209px;	
	width: 135px;	
	position: absolute;
	right:0px;
	top:2px;
	padding: 7px;
	overflow: auto;
	text-align: right;
	scrollbar-3dlight-color: #717171;
	scrollbar-arrow-color: #717171;
	scrollbar-darkshadow-color: #717171;
	scrollbar-face-color: #F5CA00;
	scrollbar-highlight-color: #F5CA00;
	scrollbar-shadow-color: #717171;
	scrollbar-track-color: #717171;
	scrollbar-base-color: #717171
}
#form_info {	
	position: absolute;
	top:10px;
	left:350px;
	background-color: #D7D7D7;
	width:100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	border: 0px solid;
	padding-top: 3px;
}
