body {
	width:325px;
	margin:0;
	padding:0;
	border:0;	
}

#mail {
	width:100%;
	padding:0 0px 0px 0px;
	min-height:450px;
	background-image:url(../images/bg-contact.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#reused_form fieldset
{
   width:320px;
   padding:5px;
   border:0px;
  /* border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   */
}

#reused_form label
{
   font-family : Arial, sans-serif;
   color:#000000;
   font-size:0.8em;
   font-weight: bold;
   color:#003399;
   display:inline;
}

/*#reused_form input[type="text"], textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}*/

#reused_form input[id="name"], #reused_form input[id="email"]
{
  height:18px;
  width:250px; 
  padding : 3px;
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;    
}
#reused_form input[id="captcha"]
{
  height:18px;
  width:130px;  
  display: block;
  margin: auto;
}   
#reused_form textarea
{
  height:120px;
  width:250px;
  padding : 3px;
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
}

#reused_form input[type="text"]:focus,textarea:focus
{
  color:#009;
  border:1px solid #009900;
  background-color:#CECEFF;
  font-weight:bold;
}
#reused_form .form-group
{  
   width:300px;
   margin:8px auto; 
   padding-left:25px;
   
}
.captcha {
	text-align:center;
	}
.send-it {
    text-align: center;
    width: 300px;
    padding-left: 30px;
}
.btn {
    background-color: #003399;
    color: #fff;
    font-weight: bold;
}
.btn:hover {    
    color: #7aa5b5;    
}
#success_message {	
	width:325px;
	padding-top:50px;
	min-height:460px;
	text-align:center; 
	background-color:#FFFFFF;
	background-image:url(../images/bg-thanks.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}