#form {
 	display: block;
 	background: #EBEBEB;
}
#myForm {
	margin: 0 auto;
}
#myForm fieldset#set1,
#myForm fieldset#set2{
	width: 260px;
	padding: 20px;
	float: left;
}
#myForm input,#myForm textarea {
	font-family: arial !Important;
	padding:2px; 
	color:#333; 
	width:260px; 
	margin: 10px 0 0 0;
	font-size: 17px !important;
}
#myForm input{
	height:20px;	
}
#myForm textarea {
}
#myForm fieldset.clearfix { 
	padding-bottom:20px; 
	margin-bottom:20px; 
	border-bottom:1px dotted #ddd;
}
#myForm label{ 
	text-align:left;
	display:block; 
	font-size:13px; 
	float:left; 
	color: #808080;
	font-size-adjust: 20px;
	width:200px;
	font-weight: normal;
	letter-spacing: .5px;
}
#myForm .mandatory label{
	padding-left: 10px;
	background: transparent url("/Site/Design/Application/Sections/secondary/careers-in-bismac/images/dot.png") left 6px no-repeat;
}		
#myForm .mandatory label{
	padding-left: 10px;
}		
}
#myForm .last { 
	width:200px
}
#requiredField span { 
	font-size:1.2em; 
	color:#FFFFFF;
}
#messagebox { 
	color:#fff; 
	text-align:center;
	background-color:#2286C8; 
	padding:5px; 
	position: absolute;
	display: block;
	font-weight: bold;
	left: 0;
	top: 0;
	width: 100%;
}
#myForm .label_textinput_pair, .label_textarea_pair{
	padding-left: 0px;
}
#myForm .submit_button {
	color:#fff;
	cursor:pointer;
	float:right;	
	height: 43px;
	width: 106px;
	margin-top:30px;
	border: none!important;
	padding-top: 0 !Important;
	background: transparent url("/Site/Design/Application/Sections/secondary/contact-millenium-ocean-star-group/images/submitbtn.jpg") center no-repeat;
	font-weight: bold;
	font-size: 14px !important;;
}
#myForm .submit_button:hover {
	text-decoration: underline;
}	
#myForm table td { 
	vertical-align:top
}
#form_down{
	position: relative;
	overflow: hidden;
	float: right;
	width: 640px;
}

/* FORMS */
fieldset { margin: 0 !important; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], select {/*background:url(../images/input.gif) top left no-repeat scroll;*/}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { outline: 1px solid red; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* extra */
input {vertical-align:middle;}
#myForm input.file.UploadFile + div{
	cursor: pointer !important;
	position: relative !important;
	padding: 7px 0;
	top: 6px;
	left: 15px;
}
#myForm input.file.UploadFile + div:hover{

}
#myForm input.file.UploadFile{
	width: 180px !important;
}
#myForm #uploaded_file{
	margin: 0 !important;
	height: 27px !important;
	width: 95px !important;
	padding: 0 !important;
}
