@charset "UTF-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #c5c5c5 url(../images/bg.gif) repeat-x left top;
	margin: 50px 0 30px 0;
}

ul.features {
	margin: 0;
	padding: 0 0 0 38px;
	list-style-type: none;
}

ul.features li {
	line-height: 38px;
	font-size: 18px;
	color: #ffffff;
}

ul.extras {
	margin: 0;
	padding: 15px 0 0 0;
	list-style-type: none;
}

ul.extras li {
	padding: 0 0 0 38px;
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	background: url(../images/bullet.gif) no-repeat 22px center;
}

form {
	font-size: 14px;
	line-height: 31px;
	color: #333333;
	margin: 0;
	padding: 0;
}

form h2 {
	font-size: 20px;
	font-weight: bold;
	color: #335964;
	line-height: 44px;
	padding: 0 10px 0 10px;
	margin: 0;
}

form input.text {
	background: none;
	border: 0;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

form input.button {
	border: 1px solid #335964;
	background: #365c67 url(../images/button.gif) repeat-x left top;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
}

a, 
a:link, 
a:visited, 
a:active {
	color:#363636;
	text-decoration:underline;
}

a:hover {
	color:#767676;
	text-decoration:underline;
}
