/* CSS Document */



body {
	background-color: #c0c0c0;
	text-align: center; /* center the layout in IE 5 */
	margin: 0 auto;
	background-repeat: repeat-x;
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left; /* put the text back where it should be */
	background-image: url(../images/background.jpg);
	
}

#large_image {
	clear: both;
	text-align:center;
}

#middle_back {
	clear: both;
	width: 902px;
	height: 781px;
	background-image: url(../images/middle-back.png);
	margin-left: 49px;
}

#form_container {
	width: 500px;
	height: auto;
	margin-left: 70px;
	clear: both;
}

#top_text {
	width: 500px;
	height: auto;
	margin-left: 90px;
	clear: both;
	padding-top: 15px;
}

.red_title {
	font-family: arial;
	font-size: 25px;
	font-weight: bold;
	color: #e21b23;
	text-decoration: none;
}

.tahoma_small {
	font-family: arial;
	font-size: 11px;
	color: #747474;
}


#bottom_back {
	clear: both;
	width: 902px;
	height: 25px;
	background-image: url(../images/bottom-back.png);
	margin-left: 49px;
}

#bottom_blank {
	clear: both;
	width: 902px;
	height: 33px;
	background-image: url(../images/bottom-blank.png);
	margin-left: 49px;
}

#label {
	list-style: none;
	margin: 0; padding: 0;
} 

#label li {
	float:left;
	font-family: arial;
	font-size: 12px;
	color: #7c7b7b;
	padding: 13px 0 0 20px;
}

#submit_button {
	list-style: none;
	padding-left: 13px;
	clear: both;
	margin: 0;
} 

#submit_button li {
	float:left;
	padding: 13px 0 0 7px;
	font-family: arial;
	font-size: 12px;
	color: #7c7b7b;
}

li.spacer {
  clear: both;
}

li.separate {
  clear: both;
  width: 500px;
}

.red_star {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.small_text {
	font-family: arial;
	font-size: 11px;
	color: #7c7b7b;
}

.small_orange_text {
	font-family: arial;
	font-size: 11px;
	color: #d3582b;
	text-decoration: underline;
}

.bottom_text {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.bottom_blank_text {
	font-family: arial;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
}

#link1 {
    position: absolute;
    left:845px;
	top:813px;
    width:115px;
	height:17px;
}

#link1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 18px;
}

#link1 a h1{
    display: none;
}

#link2 {
    position: absolute;
    left:830px;
	top:945px;
    width:150px;
	height:17px;
}

#link2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 18px;
}

#link2 a h1{
    display: none;
}

.input-box {
	height: 15px;
	width: 170px;
}

#overlay-error {
	position: absolute;
	width: 300px;
	padding: 30px 50px;
	background: green;
	border: 5px solid #fff;
	border-top: none;
	color: #fff;
	top: 0;
	left: 195px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
}
