body {
  margin: 0px;
  padding: 0px;
}

#form_callback {
	background-repeat: no-repeat;
	width: 410px;
	height: 265px;
	position: relative;
  margin: 0;
}

.callback_submit {
	position:absolute;
	width:53px;
	height:53px;
	left:322px;
	top: 182px;
	border:none;
	background:transparent;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
}

.callback_field {
	border:none;
	width:200px;
	background:transparent;
	font-size:12px;
	font-family:Verdana;
	position:absolute;
	color:#007598;
}


