body {
	margin:0px;
}
	
form input {

	border-style:solid;
-moz-border-radius:6px ;
-webkit-border-radius:6px ;
border-radius:6px ;
border-width:2px;
border-color:rgb(204,204,204);
background-color:transparent;

}
