#wrapper {
	position:absolute;
	height: auto;
	width: 100%;
	background: #FFDAFF;
	}

#backdrop {
          background-image:url('../i/background.jpg');
          background-repeat: repeat-x;
          width: 100%;
          height: 100%;
          float: left;
          z-index: -1;
          }
          
#title {
        position: absolute;
	font-family: Verdana, Arial, Hevetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 90px;
        font-size: 65px;
	width: 98.75%;
	color: #FFFFFF;
	background: #996699;
	}

#title1 {
        position: absolute;
	font-family: Verdana, Arial, Hevetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 90px;
        font-size: 50px;
	width: 98.75%;
	color: #FFFFFF;
	background: #996699;	
	}
	
#lpanel {
	position: absolute;
	margin: 0px;
        width: 10%;
        height: 100%;
        background: #996699;
        float: left;
        }

#nav {
	position: absolute;
	margin-top: 120px;
	margin-left:5px;
	height: 100%;
	}

#bod   {
       position: absolute;
       margin: 10.5%;
       margin-top: 445px;
       width: 86.6%;
       font-size: 18px;
       height: 100$;
       }

#bod1   {
       position: absolute;
       margin: 10.5%;
       margin-top: 75px;
       width: 86.6%;
       height: 100%;
       font-size: 18px;
       }

#left {
      float: left;
      display: block;
      }

.clearboth { clear: both; }

#availability_status {
font-size:11px;
margin-left:10px;
}

input.form_element {
width: 221px;
background: transparent url('bg.jpg') no-repeat;
color : #747862;
height:20px;
border:0;
padding:4px 8px;
margin-bottom:0px;
}

label {
width: 125px;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
}

.style_form {
margin:3px;
}

#content {
margin-left: auto;
margin-right: auto;
width: 600px;
margin-top:200px;
}

#submit_btn {
margin-left:133px;
height:30px;
width: 221px;
}