/* LOGIN FORM FIELDS */
label {
	float: left;
	width: 200px;
	color: #564B47;
}

.txEntry {
	width: 200px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

#checksum {
	visibility: hidden;
	display: none;
}

/* END LOGIN FIELDS */

.countryBox {
	padding-left: 100px;
}

.ddCountry {
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txField {
	width: 400px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txSum {
	width: 50px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txArea {
	width: 400px;
	height: 200px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txSubject {
	width: 600px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txPost {
	width: 600px;
	height: 300px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.txComment {
	width: 600px;
	height: 80px;
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}

.grrr {
	background: url(/site/resources/images/tryagain.jpg) top right no-repeat;
}

.w50 {
	width: 50px;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.ddDefault {
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}	

.ddForums {
	border: 1px solid #D2D9DC;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #35698E;
}	

.button {
	border: 1px solid #35698E;
	background: #D2D9DC;
	color: #35698E;
}

.searchButton {
	height: 19px;
	font-size: 10px;
	border: 1px solid #35698E;
	background: #D2D9DC;
	color: #35698E;
	font-weight: bold;
	text-transform: uppercase;
}

p.textOptions {
	text-align: center;
}

p.formTop {
	padding-top: 20px;
	border-top: 2px solid #35698E;
}

p.formBot {
	padding-bottom: 20px;
	border-bottom: 2px solid #35698E;
}


