.radiotext {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#161616;
	margin:0;
	padding:0 2% 0 0;
}

.but-submit {
	background:url(../images/but_submit.png) no-repeat 0 0;
	width:264px;
	height:54px;
	display:inline-block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-shadow:#a41800 1px 1px;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	font-weight:700;
	margin:5px 0 0 14px;
}

.checkbox,.radio {
	width:16px;
	height:16px;
	background:url(../images/redio-but.png) no-repeat 0 0;
	display:inline-block;
	clear:left;
	position:relative;
	top:3px;
	padding:0 4px 0 0;
}

.radio {
background:url(../images/redio-but.png) no-repeat 0 0;
}

