#wrapper {
	width:400px;
	margin: 0 auto;
	
}
#back {
	padding:20px;
	text-align:right
}
.errormessage {
   color:Crimson;
   border:1px dotted red;
   padding:5px;
   height:20px !important;
   border-width: 0 1px;
   background-color:LemonChiffon;
}
.sendbtn {
     font:14px Verdana;
	 
	 height:31px;
     padding:0 10px 3px;
     color:#565e62;
     border:3px solid gray;
     outline:none;
     background: -moz-linear-gradient(top, #fff, #C0C0C0);
	 background: -o-linear-gradient(top, #fff, #C0C0C0);
	 background: -webkit-linear-gradient(top, #fff, #C0C0C0);
     text-shadow: 0 1px white;
     border-radius: 4px;
	 
	 margin-top:10px;
}
.formfields {
    padding:5px 10px;
	
	border:1px solid SteelBlue;
    
    color:#333;
    border-radius: 7px;
}
input.sendbtn:hover {
	 background: -moz-linear-gradient(top, #C0C0C0, white );
	 background: -o-linear-gradient(top, #C0C0C0, white);
	 background: -webkit-linear-gradient(top, #C0C0C0, white);
	 
}
.sendbtn:focus {
	color:green
} 

:focus::-webkit-input-placeholder{
     color:white;
}
:focus::-moz-placeholder{
     color:white;
}
.abroad {
	border:1px solid #D3D3D3 !important;
}
.example_field {
	padding:5 40px;
	border:1px solid gainsboro;
	border-radius: 7px;
}