@charset "UTF-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
background-color:#FFFFFF;
color:#000066;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}

#container {
margin-left:auto;
margin-right:auto;
width:600px;
padding:0px;
}

#header {
margin-bottom:10px;
}

.thanks {
margin-top:50px;
}

div {
margin-bottom:10px;
}

h2 {
font-size:1em;
font-weight:bold;
}

.signup {
width:600px;
}

.error {
	/*color: #B40013;*/
	color:red;
	display: none;
	font-size:1em;
	font-weight:bold;
}

.show {
	display: block;
}

form_item {
width:320px;
border:0px solid #330066;
float:left;
}

.data_label {
width:180px;
border:0px solid #330066;
margin-right:10px;
float:left;
}

.smaller_text {
font-size:0.8em;
}

.larger_text {
font-size:1em;
}



a:link {
text-decoration:underline;
color:#000066;
}

a:visited {
text-decoration:underline;
color:#000066;
}

a:hover {
text-decoration:none;
color:#FFCC00;
}


a:active {
text-decoration:underline;
color:#000066;
}


