* {margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	color: #000;
}

a:link, a:visited, a:active, a:hover {color: #000; text-decoration: none;}
a:hover {text-decoration: underline; }

img {border: none;}
input, select {vertical-align: middle;}
ul li{list-style: none;}
.clear{clear: both;}

#wrapper {
	width: 510px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 105px;
	background: url(images/support_header.jpg) no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 100px;
}
#content .title{ border-bottom: 1px solid #ccc; padding: 10px 0; }
#content .title h2{ font-size: 13px; color: #2587b5; }
#content p{ padding: .4em 0; }

.contact_form{ font-size: 14px; color: #837d7d; font-weight: 700; line-height: 20px; }
.contact_form .fields{ padding: 20px 0 0; }
.contact_form .fields dt{ width: 100px; text-align: left; position: relative; top: 5px; }
.contact_form .fields dt span{ color: #ff2424; }
.contact_form .fields dd{ padding: 0 0 0 110px; margin: -15px 0 0; }
.contact_form .text{ border: 1px solid #ccc; width: 300px; padding: 2px; }
.contact_form textarea{ border: 1px solid #ccc; width: 300px; padding: 2px; }

.contact_form .bttn{ width: 157px; height: 31px; background: url(images/bttn_send_message.png); cursor: pointer; border: 0; color: #fff; font-size: 14px; font-weight: 700; }
.contact_form .bttn_cont{ padding: 10px 0 10px 259px; text-align: left; }

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 510px;
	margin: -100px auto 0;
	height: 100px;
}