/* CSS Document */
/*-------------------- GENERAL RULES --------------------*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	color:#9a9a9a;
	font-size:12px;
	background-color: transparent;
	width: 418px;
	margin: 0 0 20px 0;
}
h1 {
	color:#9a9a9a;
	font-size: 14px;
	width: 418px;
	margin: 0 0 20px 0;
}
h3 {
	color:#000;
	font-size: 12px;
	margin: 0 0 20px 0;
}
h4 {
	color:#000;
	font-size: 11px;
	margin: 0 0 14px 0;
}
h6 {
	font-size: 12px;
	color:#fff;
	margin-bottom:12px;
	padding-left: 8px;
	background-image: url(../images/general/title_black_bg.gif);
	background-repeat: no-repeat;
	background-position:right;
	line-height: 20px;
	width: 448px;
	background-color:Black;
}
a {
	text-decoration: none;
	color:#1b8ddc;
}
a:hover {
	text-decoration: underline;
}
label {
	color:#000;
	font-size: 11px;
}
ul, ol {
	margin: 0 0 1em 1.2em;
}
li {
	margin-bottom:10px;
}
/* ------------ LAYOUT ELEMENTS ---------------- */

#content {
	width:455px;
	margin-left: 35px;
}
.txtfield50 {
	width:50px;
	height: 18px;
	border: 1px solid #737373;
	font-size: 10px;
	color: #9a9a9a;
	text-indent: 4px;
}
.txtfield70 {
	width:70px;
	height: 18px;
	border: 1px solid #737373;
	font-size: 10px;
	color: #9a9a9a;
}
.txtField170 {
	width:170px;
	height: 18px;
	border: 1px solid #737373;
	font-size: 10px;
}
.txtField200 {
	width:208px;
	height: 18px;
	border: 1px solid #737373;
	font-size: 10px;
}
.txtField200Tall {
	width:208px;
	height: 38px;
	border: 1px solid #737373;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.txtField422 {
	width:434px;
	height: 38px;
	border: 1px solid #737373;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.hide {
	display:none;
}
.txtWhite11pxBold {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.formBox {
	background-color: #f7f7f7;
	padding: 8px;
	margin-bottom: 18px;
	font-size:11px;
}
.formTitle {
	width: 139px;
	margin-top: -16px;
	margin-bottom: 5px;
}
.formPright {
	text-align:right;
	font-size:10px;
	width: 436px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.fileUpload260 {
	width:260px;
	margin-bottom: 8px;
}
.rightAlign {
	text-align:right;

}
.txtBlack11px {
	font-size: 11px;
	color:#000;
}
/* NEW */
.Error {
	color:#dd102c;
	font-size:11px;
}
.redTitleBg526 {
	background-color:#d8001e;
	background-image: url(../images/registration/title_red_bg.gif);
	background-repeat: no-repeat;
	background-position: 519px;
	font-size:11px;
	line-height:20px;
	padding-left:9px;
	height: 20px;
	color: #fff;
}
.yellowTxt {
	color:#fff200;
}

.whiteContainerTop5 {
	background-color:#fff;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	padding:6px 14px;
}
.itemThumb2 {
	padding: 6px;
	text-align: center;
}
.itemThumb2 img {
	border:solid #000 1px;
}
.txtBlackAriel10px {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#84857d;
}
