		//CSS for www.emiratesholiday.com written by Dharmendra Sehgal
		function ismaxlength(obj){
		var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : ""
		if (obj.getAttribute && obj.value.length>mlength)
		obj.value=obj.value.substring(0,mlength)
		}
		
  
   body {
		  background:#FFFFFF;
				margin: 0;
				padding: 0;
		 }
		 #form-wrapper {
			 padding: 3px;
		 }
   #form-header {
		  background: url("images/header-bg.gif") 0 0 no-repeat;
				height: 31px;
				margin: 0 auto;
				padding: 5px 0 0 8px;
				width: 483px;
		 }
			#form-body {
			 background: url("images/body-bg.gif") 0 0 repeat-y;
				margin: 0 auto;
				width: 500px;
			}
			#form-body h2 {
			 background: url("images/body-topcorners.gif") 0 0 no-repeat;
				color: #369;
				font-size: 105%;
				margin: 0;
				padding: 12px 0 28px 11px;
			}
			#form-body p {
			 font-size: 90%;
			 margin: 0;
				padding: 5px 10px 28px 11px;
			}
			#form-body label {
			 display: block;
			 			 background-position:left;
				font-weight: bold;
			}
			#form {
			 margin: 0;
			 padding: 0 0 0 10px;
			}
			#form-email {
			 float: left;
				height: 48px;
				width: 190px;
			}
			#form-email input, #form-emailconfirm input {
			 width: 153px;
			}
			#form-subject input {
			 width: 346px;
			}
			#form-subject {
			 clear: both;
				height: 55px;
			}
			#form-comments {
			 height: 105px;
			}
			#form-comments textarea {
			 height: 78px;
				width: 346px;
			}
			#form-submit {
			 text-align: center;
				width: 356px;
			}
			.required {
			 color: #f80211;
				font-size: 85%;
				font-weight: normal;				
			}
			#required-instructions {
			 float: right;
				padding: 0 16px 0 0;
			}
			.required1 {
			 color: #f80211;
				font-size: 75%;
				font-weight: normal;				
			}
			#required-instructions1 {
			 float: right;
				padding: 0 50px 0 0;
			}
			#form-footer {
			 background: url("images/body-bg.gif") 0 0 repeat-y;
			 margin: 0 auto;
				padding: 13px 0 0 0;
				width: 491px;
			}
			#form-footer p {
			 font-size: 80%;
			 margin: 0;
				padding-left: 11px;
			}
			#form-footer-privacy {
			 background: url("images/body-botcorners.gif") 0 bottom no-repeat;
				padding-bottom: 10px;
			}