body{
background-color: #ddd;
background-image: url(http://www.monadministration.com/css/bg_grad.jpg);
background-repeat: repeat;

}


#header{
	    background-image: url("../images/logo.png");
    height: 117px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
	margin-bottom:20px;
	
	}

#content{
padding-top:20px;
margin-top:50px;
width:400px;
height:330px;
margin-left:auto;
margin-right:auto;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow:  0px 0px 5px 1px;
-moz-box-shadow:  0px 0px 5px 1px;
box-shadow:  0px 0px 5px 1px;
background-color: #FFF;     
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */   
	
	}


#footer{
padding-top:20px;
text-align:center;
width:400px;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #000;
}

table{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #000;
}
input{
	
	
	-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */}