* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	text-align: center;
	font-family: arial;
	font-size: 1px;
}

img {
	border: 0px;
}

fieldset {
	border: 0px;
}

.radio2 {
	border: 0px;
	background: none;
}

.radio label {
	margin: 0px !important;
}

input {
	background-color: #ecebeb;
	color: #000000;
	height: 18px;
	font-size: 12px;
	padding: 0 5px;
	padding-top: 2px;
}

textarea {
	background-color: #ecebeb;
	color: #000000;
	font-size: 12px;
	padding: 0 5px;
}

.nofloat {
	float: none !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

.hr {
	background-color: #cccccc;
	width: 880px;
	height: 1px;
	margin: 18px 0;
}

.hr hr {
	display: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.visible {
	display: block !important;
}

#container {	
	text-align: left;
	width: 928px;
	margin: 0 auto;	
}

#logo {
	height: 97px;
}

#logo a {
	padding-right: 20px;
	border: 0px;
	float: left;
}

#logo .banner {
	float: right;
	padding-top: 30px;
}

#header {
	width: 928px;
	height: 76px;
	clear: both;
}

#header .title, #header .subtitle {
	color: #ffffff;
	font-weight: normal;
}

#header .title {
	font-size: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 22px;
}

#header .subtitle {
	font-size: 14px;
	float: right;
	padding-top: 27px;
	padding-right: 25px;
}

#content {
	background-image: url('../img/container_bg.gif');
	background-repeat: repeat-y;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	padding: 0 24px;
}

#content #error_message {
	margin: 0 auto;
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
	width: 520px;
	height: 60px;
	background-image: url('../img/error_message.gif');
	background-repeat: no-repeat;
	text-indent: -999999px;
	text-align: left;
	padding: 10px 0;
}

#content .header {
	padding-top: 20px;
	height: 30px;
}

#content .fheader {
	padding-top: 6px !important;
}

#content .header span {
	display: block;
	height: 23px;
	padding: 0 10px;
	padding-top: 7px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	float: left;
}

#content .header .left {
	height: 30px;
	width: 2px;
	float: left;
}

#content .header .right {
	height: 30px;
	width: 2px;
	background-position: -2px 0;
	float: left;
}

#content .desc {
	color: #333333;
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
}

#content .block1 .clear,
#content .block .clear,
#content .block2 .clear {
	margin-bottom: 10px;
}

#content .block1 label,
#content .block label,
#content .block2 label {
	margin-top: 4px;
	display: block;
	float: left;
}

#content .fblock {
	width: 280px !important;
	margin: 0px !important;
}

#content .block {
	width: 280px;
	float: left;
	margin-left: 20px;
}

#content .block input,
#content .block2 input {
	float: right;
}

#content .fblock2 {
	width: 430px !important;
	margin: 0px !important;
}

#content .block2 {
	width: 430px;
	float: left;
	margin-left: 20px;
}

#content .block2 .radio {
	padding-top: 4px;
}

#content .block2 textarea {
	width: 280px;
	float: right;
	height: 52px;
}

#content #submit {
	border: 0px;
	height: 40px;
	width: 230px;
	display: block;
	float: right;
	margin-bottom: 14px;
	background-color: transparent;
	margin-top: 30px;
}

#footer {
	width: 928px;
	height: 10px;
	background-image: url('../img/footer.gif');
	margin-bottom: 30px;
}

.n2 {
	vertical-align: top;
}

label.error2 {
	color: #e46c6e;
}

label.error {
	color: #e46c6e;
}

input.error2 {
	color: red;
	border: 1px solid #e46c6e;
}

textarea.error2 {
	color: red;
	border: 1px solid #e46c6e;
}

#addFields {
	cursor: pointer;
	margin: 10px 0;
}

.astr {
	color: red;
	font-weight: bold;
}

.disabled {
	border: 1px solid #888888;
	background-color: #f5f5f5;
}
