.myform {
	width: 450px;
	border-radius: 20px;
padding:30px;
	border: 1px solid #3eb5f1;
	background: url("letter.png") no-repeat right top, rgb(240,249,255); /* Old browsers */
	background: url("letter.png") no-repeat right top, -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
	background: url("letter.png") no-repeat right top, -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url("letter.png") no-repeat right top, linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
}
.myform fieldset {
	border:0;
}
.bottom {
	background: rgb(224,243,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #3eb5f1;
	height: 30px;
}
.center {
 text-align: center;
}
.myform input, textarea {
	border: 1px solid #3eb5f1;
margin-bottom:10px;
}
.myform_error {
	width: 450px;
	height: 170px;
	border-radius: 20px;
	border: 1px solid #3eb5f1;
	background: url("error.png") no-repeat right top, rgb(240,249,255); /* Old browsers */
	background: url("error.png") no-repeat right top, -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
	background: url("error.png") no-repeat right top, -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url("error.png") no-repeat right top, linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
	margin: 0 auto;
}
h1 {
	font-size:  1em;
	margin:50px 20px 20px 20px;
}
.box {
	width: 290px;
}
.reload {
	cursor: pointer; 
	color: #ff0000;
}