/*  Common CSS 
---------------------*/

.error {
  width: 100%;
  color: #CC0000;
  
  padding: 5px;
}
label.warning{
  text-align: center;
  font-size:9px;
}
.warning {

  color: #CC0000;
  padding: 5px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #485F6C;
}

body {
	background-color: #E8A611;
	margin: 0;
}

a:link {
	color: #485F6C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #485F6C;
}

a:hover {
	text-decoration: underline;
	color: #485F6C;
}

a:active {
	text-decoration: none;
	color: #485F6C;
}

h1, h2, h3, h4, p, form, input, textfield {
	padding: 0;
	margin: 0;
}

#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 862px;
}

.hidden {
	visibility: hidden;
}

#title {
	padding: 0;
	margin: 0;
	width: 862px;
	height: 198px;
	background: url(../images/title.jpg) no-repeat 1px top;
}

#header {
	padding: 0;
	margin: 0 auto;
	width: 748px;
	height: 135px;
	background: url(../images/hdr_bkgd.jpg) no-repeat left top;
	position: relative;
}

#header #replace-hdr {
	margin: 0 0 0 20px;
	width: 488px;
	height: 71px;
	display: block;
	background: url(../images/index_hdr.jpg) no-repeat left top;
	position: absolute;
}

#header #replace-info-hdr {
	margin: 0 0 0 20px;
	width: 547px;
	height: 44px;
	display: block;
	background: url(../images/info_hdr.jpg) no-repeat left top;
	position: absolute;
}

#header p.index {
	margin: 0 0 0 20px;
	color: #176C9D;
	position: absolute;
	top: 100px;
}

#header p.info {
	margin: 0 0 0 20px;
	color: #176C9D;
	position: absolute;
	top: 70px;
}

#content {
	padding: 0;
	margin: 0 auto;
	width: 748px;
	background: url(../images/content_bkgd.jpg) repeat-y left top;
}

#footer {
	padding: 0;
	margin: -20px auto 0 auto;
	width: 748px;
	height: 162px;
	background: url(../images/footer_bkgd.jpg) no-repeat 1px top;
	position: relative;
}

#footer span.pagination {
	color: #176C9D;
	position: absolute;
	left: 125px;
	top: 30px;
}

.submit {
	padding: 0px;
	margin: 0px;
	width: 125px;
	height: 50px;
	background: url(../images/btn-submit.jpg) no-repeat left top;
	border: none;
	position: absolute;
	left: 530px;
	top: 30px;
	cursor: pointer;
}



/*  Dynamic choices CSS (must classes, no IDs)
------------------------------------------------*/

.choice {
	padding: 0;
	margin: 0 0 20px 85px;
	width: 608px;
	background: url(../images/choice_bkgd.jpg) repeat-y left top;
	position: relative;
}

.choice-checkbox {
	float: left;
	position: absolute;
	right: 630px;
	top: 60px;
	border-style: none;
}

.choice-top {
	padding: 0;
	margin: 0;
	width: 608px;
	height: 16px;
	background: url(../images/choice_top.jpg) no-repeat left top;
}

.choice-img-wrap {
	padding: 0;
	margin: 0;
	float: left;
}

.choice-img {
	padding: 13px 0 0 15px;
	margin: 0 0 0 13px;
	width: 155px;
	height: 101px;
	background: url(../images/choice_img_bkgd.jpg) no-repeat left top;
}

.choice-title {
	padding: 25px 25px 8px 0;
	margin: 0;
	width: 394px;
	color: #146391;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	float: right; 
}

.choice-info {
	padding: 0 25px 0 0;
	margin: 0;
	width: 394px;
	line-height: 16px;
	clear: right;
	float: right;
}

.choice-bottom {
	padding: 0;
	margin: 0;
	width: 608px;
	height: 16px;
	background: url(../images/choice_bottom.jpg) no-repeat left top;
	clear: both;
}



/*  Info form CSS
-------------------------------------*/

.info_form {
	padding: 0;
	margin: 0 0 0 65px;
	width: 570px;
}

.info_form h2 {
	margin: 0;
	color: #226A8E;
	font-size: 13px;
	display: block;
	clear: both;
}

.hdr_space {
	padding: 20px 0 6px 0;
}

.left {
	padding: 10px 10px 0 0;
	text-align: right;
	width: 245px;
	float: left;
	clear: both;
}

.right {
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

.info_form br {
	clear: both;
}

.info_form input {
	margin: 10px 0 0 0;
	color: #153D6A;
	background-color: #FFFDF5;
}

.info_form select {
	margin: 8px 5px 0 0;
	color: #153D6A;
	background-color: #FFFDF5;
}

.info_form textarea {
	margin: 10px 0 25px 0;
	color: #153D6A;
	background-color: #FFFDF5;
}

.purple {
	color: #ED2F89;
}

.small {
	font-size: 11px;
}

.right-small {
	padding: 0 0 0 3px;
	margin: 16px 0 0 0;
	float: left;
	color: #2D8DBC;
	font: italic 10px Verdana, Arial, Helvetica, sans-serif;
}



/*  Thank You page CSS
-------------------------------------*/

#thankyou-header {
	padding: 0;
	margin: 0 auto;
	width: 748px;
	height: 341px;
	background: url(../images/thankyou_hdr_bkgd.jpg) no-repeat left top;
	position: relative;
}

#thankyou-header #replace-thankyou-hdr {
	margin: 0 0 0 20px;
	width: 481px;
	height: 61px;
	display: block;
	background: url(../images/thankyou_hdr.jpg) no-repeat left top;
	position: absolute;
}