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


body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/css-graphics/page-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #AED3E6;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header {
	padding: 0;
	margin: 0px;
	background-image: url(../images/css-graphics/header-fill.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#mainContent {
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 32px;
	color: #4D6D86;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#puzzle {
	padding-right: 20px;
	padding-bottom: 10px;
	float:left;
	padding-top: 5px;
}
#antennas {
	padding: 0px;
	margin-bottom: 10px;
}
h1 {
	color: #345370;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 25px;
	text-align: center;
	padding-bottom: 10px;
}
#footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	clear:both;
}


form {
	margin-bottom: 25px;
	width: 675px;
}
fieldset {
	padding:10px;
	margin-right: 0px;
	margin-left: 0px;
}
legend {
	font-weight: bold;
	color: #345370;
	font-size: 16px;
	margin-left: 160px;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

label.error {
	float: none;
	color: red;
	vertical-align: top;
	margin-left: 5px;
}


#supportError label.error {
	margin-left: 155px;
}


form p {
	clear: both;
}


input[type="text"].error {
	border: 2px solid #F00;
	background-color: #FFF4F4;
}


.sendok {
	font-weight: bold;
	color: #009933;
	text-align: center;
	font-size: 24px;
}
.senderror {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 24px;
}
.formOffset {
	margin-left: 155px;
}
.formOffsetPBar {
	margin-left: 180px;
}
form #send_button {
	margin-left: 150px;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	width: 100px;
}
.asterix {
	color: #F00;
}

