 /*  Contact Form Styling */
 #contactform {
 margin-left: -10px;
 }
 #contactform #error ul{
 padding-left:0px;
 line-height:20px;
 }
 #contactform #error span{
 color:green;
 margin-left: -280px;
 position:absolute;
 top:400px;
 width:400px;
 }
 #contactform #error ul li{
 color:#BF0B0B;
 font-weight:normal;
  }
 #contactform fieldset{
 border:none;
 }
 #contactform #formleft{
 float:left;
 }
 #contactform #error{
 float:right;
 font-size: 12px;
 }
 
 #contactform p.submit{
 clear:both;
 margin:0;
 text-align:left;
 }	
		
 #contactform button{
 width:145px;
 height:40px;		
 border:none;
 background:url(http://masyuk.com.my/images/hantar_button.png) no-repeat 0 2px;
 color:#fff;
 font-family: "Arial" !important;
 font-weight: bold;
 font-size: 16px;
 cursor:pointer;
 text-align:center;
 }
 #contactform button:hover{
 width:145px;
 height:40px;		
 border:none;
 background:url(http://masyuk.com.my/images/hantar_hover.png) no-repeat 0 2px;
 }
 #contactform{
 color:#666;
 }
.clear{clear:both;}