body{
  margin:auto; 
  margin-bottom:10px;
  text-align:center;
  font-family:verdana; font-size:11px; color:#333333;
  background:url(../images/main/bgMain.gif) repeat-x top;
 }
#main{
  margin:auto; 
  width:707px;
  height:707px; 
  background:#ffffff;
}
#header{
  width:707px; 
  height:200px;
}
#content{ } 
#footer{ }

a{font-family:tahoma; font-size:12px; color:#333333;}
a:hover{ text-decoration: none}
.input{ height:13px; width:150px; border-color: 1px solid #efefef}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float:left;
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
.form fieldset {
  border-color: #000;
  border-width: 1px;
  border-color:#73B6DD;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
.form submit,reset { 
	float:none;
	display: inline; 
	margin:0;
	padding:0;
}
.submit{
   color:#333333;
   font-family:'verdana';
   font-size:10px;
   font-weight:bold;
   cursor:pointer;
   height:22px;
   width:80px;
   background-color:#Efefef;
   border:1px solid;
   border-top-color:#6FADCC;
   border-left-color:#6FADCC;
   border-right-color:#6FADCC;
   border-bottom-color:#6FADCC;
 
 }
   .input{
  
    border: 1px solid #333333;
    font-family: Verdana;
    font-size: 11px;
	background:#F8F8F8;
  
 }