body {
	color: #fff;
	background: #333333;
	text-align: center;
	font-family:arial;
}

#wrapper {
	margin: 30px auto;
	
}

#press {
	text-align:left;
}
#addr-form {

margin:0 auto;
width:800px;
}
#addr-form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#addr-form ul li {
	margin: 15px 0px;
}

#addr-form input.addr {
	height: 40px;
	background: url(/public/images/antipodr_field_bg.gif) repeat-x;
	color: #999;
	font: 28px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: none;
	padding: 3px 0px;
}

.footer {
	width: 800px;
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px auto;
}

a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #0099ff;
	text-decoration: underline;
}

#submit {
	border:1px solid #15aeec; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:16px;font-family:trebuchet MS, sans-serif; padding: 14px 14px 14px 14px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #49c0f0; background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
	background-image: -webkit-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -moz-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -ms-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: -o-linear-gradient(top, #49c0f0, #2CAFE3);
	background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#49c0f0, endColorstr=#2CAFE3);
}

#submit:hover{
	border:1px solid #1090c3;
	background-color: #1ab0ec; background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1ab0ec, endColorstr=#1a92c2);
}
