 #form {
 	display: block;
 }


#myForm {
	margin: 0 auto;
	
}
#myForm fieldset{
}
#myForm input {
	font-family: arial !Important;
	padding:2px; 
	color:#333; 
	width:660px; 
	height:18px;
	font-size: 13px !important;
	float: right;
	margin-right: 15px;
	background: #F2F2F2;
	border: 0;
}



#myForm textarea {
	background:#F2F2F2 none repeat scroll 0 0;
	color:#333333;
	float:right;
	font-family:arial !important;
	font-size:13px !important;
	height:45px;
	margin-right:15px;
	padding:2px;
	width:660px;
	border: 0;
}
#myForm fieldset.clearfix { 
	padding-bottom:20px; 
	margin-bottom:20px; 
	border-bottom:1px dotted #ddd;
}

#myForm label   { 
	text-align:left;
	display:block; 
	font-size:13px; 
	padding-left:20px;
	float:left; 
	color: #666;
	font-size-adjust: 20px;
	width:200px;
	font-weight: normal;
	font-family: tahoma !important;
}

#myForm .last { 
	width:200px
}


#requiredField span { 
	font-size:1.2em; 
	color:#FFFFFF;
}
#messagebox { 
	color:white; 
	margin-bottom:15px; 
	margin-left:30px;
	text-align:center;
	background-color:#ee3133; 
	padding:0px 6px 6px 6px; 
	position: absolute;
	width:495px;
	display: block;
	font-weight: bold;
}

#myForm .label_textinput_pair, .label_textarea_pair{
	overflow: hidden;
	padding-top: 10px;	
	padding-left: 0px;
	margin: 6px 0;
}
#myForm .submit_button {
	color:#666;
	cursor:pointer;
	float:left;	
	height: 36px;
	width: 104px;
	margin-right:15px;
	margin-top:5px;
	border: none!important;
	padding-top: 0 !Important;
	background: #fff url("/Site/Design/Application/Sections/tertiary/contact_dmci/images/submit_btn.gif") no-repeat center;
}
#myForm .submit_button:hover {
	text-decoration: underline;
}	
#myForm table td { 
	vertical-align:top
}

#contact_us .gray {
	display:block;
	width: 360px; 
	position:relative; 
	margin-left:0; 
	padding-left:10px;
}
#contact_us .gray .address {
	font-size: 1.2em;
	width: 160px;
	padding-left: 10px;
	padding-top: 25px;
	color: #878787;
}


/* FORMS */
fieldset { padding:1.4em; margin: 0 0 1.5em 0; }
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; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }

/* extra */
input {vertical-align:middle;}