form{
	width: 50%;	
}
input {
background: #e1ebea;
background-image: url(Images/form.jpg);
background-position: left top;
border: #427DCD solid 1px;
padding: 3px;
margin: 5px;
}
.checked {
background: #ffffff;
border: 0px;
padding: 3px;
margin: 5px;
}
textarea {
background: #e1ebea;
background-image: url(Images/form.jpg);
background-position: left top;
border: #427DCD solid 1px;
padding: 3px;
margin: 5px;
width:432px;
}
.contact{
	width: 400px;
	vertical-align: top;
	padding-top: 15px;
	position: relative;
}
.contact img + img{
border: #427DCD solid 1px;
}
