@charset "utf-8";
/* By Brainwaves */
/* CSS Document */

body {
	background:#2488AE url(images/bg.png) repeat top left;
	margin:0px;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:14px;
	color: #000;
}

.clearboth, h2, #box-in p {
	clear:both;
}

img
{
	border:none;
}

a:link, a:visited
{
	color: #84252c;
	text-decoration: none;
	text-decoration:underline;
	outline: 0;
}

a:active, a:hover
{
	color: #ab1924;
	text-decoration: underline;
	outline: 0;
}

#wrap-out {
	width:826px;
	margin:auto;
}

#wrap-in {
	float:left;
}

#header {
	width:826px;
	height:212px;
	background: url(images/header.png) top center;
}

#header #headerlink {
	width:460px;
	height:100px;
	float:left;
	margin-left:185px;
	margin-top:70px;
}

/* form */
#get_form #submitget
{
    font-family: Arial, Sans-Serif;
    font-size: 0px;
	width:177px;
	height:26px;
    background: transparent url(images/get-button.png) no-repeat top left;
	border:none;
	color:#fff;
	float:left;
	margin-top:4px;
	margin-right:10px;
	cursor:hand;
} 

#get_form {
	float:left;
	margin-top:36px;
	margin-left:92px;
	margin-right:210px;
}

#setemailform #submitset
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
	width:177px;
	height:26px;
    background: transparent url(images/set-button.png) no-repeat top left;
	border:none;
	color:#000;
	float:left;
	margin-top:6px;
	margin-right:8px;
	cursor:hand;
} 

#setemailform .input
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
	width:274px;
	height:27px;
    background: transparent url(images/input.png) no-repeat top left;
	border:none;
	color:#000;
	float:left;
	color:#a1a0a0;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-right:7px;
}

.inputonly
{
    font-family: Arial, Sans-Serif;
    font-size: 14px;
	width:274px;
	height:27px;
    background: transparent url(images/input.png) no-repeat top left;
	border:none;
	color:#000;
	color:#a1a0a0;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-right:7px;
	margin-top:10px;
}

#setemailform {
	float:left;
	margin-top:4px;
	margin-bottom:40px;
	margin-left:92px;
	margin-right:60px;
}

#set_img {
	margin-top:6px;
	margin-left:4px;
}

.OR {
	float:left;
	margin-top:3px;
	margin-left:154px;
	margin-right:210px;
}

/* Content box */
#box-top {
	float:left;
	background: url(images/box-top.png) no-repeat top center;
	width:826px;
	height:13px;
}

#box-mid {
	float:left;
	background: url(images/box-mid.png) repeat-y top center;
	width:800px;
	/*height:213px; TEMP fixed height*/
	padding-left:13px;
	padding-right:13px;
}

#box-in {
	margin:10px;
}

#box-bottom {
	float:left;
	background: url(images/box-bottom.png) no-repeat top center;
	width:776px;
	height:34px;
	color:#6d6d6d;
	font-size:11px;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:40px;
}

#box-bottom img {
	vertical-align: bottom;
	margin-right:2px;
}

#box-bottom p {
	margin-top:10px;
}

/* intro box */
#intro-top {
	float:left;
	background: url(images/intro-top.png) no-repeat top center;
	width:784px;
	height:11px;
	margin-top:4px;
	margin-left:7px;
}

#intro-mid {
	float:left;
	background: url(images/intro-mid.png) repeat-y top center;
	width:763px;
	/*height:60px; TEMP fixed height*/
	margin-left:7px;
	padding-left:11px;
	padding-right:10px;
	padding-bottom:4px;
}

#intro-mid h1 {
	font-size:19px;
	color:#5594B5;
	margin:0;
	padding:0;
	line-height:17px;
}

#intro-mid p {
	font-size:13px;
	color:#909090;
	margin:0;
	margin-top:5px;
	font-weight:bold;
}

#intro-bottom {
	float:left;
	background: url(images/intro-bottom.png) no-repeat top center;
	width:784px;
	height:10px;
	margin-left:7px;
}

/* Footer styles */

#footer {
	font-size:12px;
	color:#868585;
	font-weight:bold;
	margin-bottom:15px;
}

#footer .at {
	vertical-align: middle;
	margin-left:9px;
	margin-bottom:5px;
}