
* { padding: 0; margin: 0; }

body
{
    font-family: Arial, Helvetica, sans-serif;
	background: #eeeeee;
    color: #000000;
    font-size: 13px;
}
.clear {clear: both;}
a
{   
	position: relative;                         
    -moz-outline-style: none;
	color: #000000;
	outline: none;
}                  
       
a:hover
{     
    text-decoration: underline;                           
}                                

a img
{
    border: none;
}

fieldset
{
	border: none;
}


/* ###################################################################################### */

#container
{
    position: relative; 
    width: 400px;  
    margin: 0 auto;
}

/* ###################################################################################### */

#content
{
	position: relative;
	float: left;
	width: 340px;
	padding: 30px;
	margin-top: 60px;
	background: #ffffff;
}

#content h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	margin-bottom: 15px;
}

#content p.info
{
	padding-bottom: 15px;
	line-height: 150%;
}

/* ###################################################################################### */


#content form label
{
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

#content form input
{
	position: relative;
	float: left;
	padding: 4px;
	width: 330px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 15px;
	border: 1px solid #666666;
}

/* ###################################################################################### */

#content span.submit
{
	float: right;
	line-height: 30px;
	background: url(/images/signup_button_right.gif) no-repeat top right;
	margin-top: 10px;
}

#content span.submit a
{
	float: left;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	background: url(/images/signup_button_left.gif) no-repeat top left;
	padding: 0px 15px 0px 15px;
}

/* ###################################################################################### */

#content form input.button
{
	position: relative;
	float: left;
	padding: 0px 10px;
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 10px;
	width: auto;
	height: 30px;
	color: #ffffff;
	background: #000000;
}

/* ###################################################################################### */

#content form div.subscribe-groups
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

#content form div.subscribe-groups label
{
	width: 300px;
	padding-bottom: 0px;
	cursor: pointer;
	line-height: 22px;
	font-size: 12px;
	font-weight: normal;
}

#content form div.subscribe-groups input
{
	position: relative;
	float: left;
	padding: 0px;
	width: 12px;	
	margin-bottom: 0px;
	margin-right: 10px;
}

/* ###################################################################################### */

#content div.message
{
	position: relative;
	float: left;
	width: 300px;
	margin-bottom: 10px;
	display: none;
	font-weight: bold;
}

#content div.error
{
	color: #F00000;
}

#content div.error a
{
	color: #F00000;
	text-decoration: underline;
}


#content div.thanks
{
	position: relative;
	float: left;
	width: 300px;
	display: none;
}

#content div.thanks p
{
	padding-bottom: 15px;
	line-height: 150%;	
}

/* ###################################################################################### */

div.subscribe-groups a
{
	background: url(/images/checkbox2.png) right top no-repeat;
	display: block;
	width: 19px;
	height: 20px;
	float: left;
	margin-right: 5px;
}

div.subscribe-groups a.on
{
	background-position: 0px -50px;
}
.footer {
    float: left;
    line-height: 30px;
    font-size: 11px;
    margin-top: 10px;
    color: #666;
}
.footer a {
    color: #bbb;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}