.clear {
	clear: both;
}

#formfull {
  position: absolute;
	width: 766px;
	left: 0px;
	top: 253px;
	background: #669;
}

#banner_form {
	position: absolute;
	width: 766px;
	height: 91px;
	left: 0px;
	top: 120px;
	background-image: url(../images/banner_form.jpg);
}

#titleform {
	position: absolute;
	width: 764px;
	height: 23px;
	left: 0px;
	top: 211px;
	background: #699;
	border: 1px solid #99c;
}

#tip {
	position: absolute;
	width: 766px;
	height: 7px;
	left: 0px;
	top: 244px;
	background: #336;
	border-top: 1px solid #99c;
	border-bottom: 1px solid #669;
}

#bottomform {
	width: 766px;
	height: 21px;
	background: #99c;
	margin-top: 10px;
}

#creditform {
	width: 766px;
	border-top: 1px solid #99c;
	padding-top: 5px;
	background: #336;
	padding-bottom: 20px;
}

#creditgap {
	height: 10px;
	background: #336;
}

#formintro {
	padding-left: 12px;
	float: left;
	margin-bottom: 18px;
}

#formback {
	float: right;
	padding-right: 10px;
}

.form_left {
	float: left;
	width: 371px;
	margin-left: 7px;
	font-family: Verdana;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.form_right {
	float: right;
	width: 371px;
	margin-right: 7px;
	font-family: Verdana;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.form_title {
	font-weight: bold;
	color: #FFF;
	background: #336;
	padding: 2px 2px 2px 5px;
}

label {
	font-weight: bold;
}

.form_left input, .form_right input, .form_leftright input {
	font-size: 9px;
	padding: 1px;
}

input.text {
	width: 250px;
}

.form_right select, .form_left select, .form_leftright select {
	font-size: 9px;
	padding: 0;
}

textarea {
	font-family: Verdana;
	font-size: 10px;
}

.form_leftright {
	width: 748px;
	margin-left: 7px;
	font-family: Verdana;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.form_leftright p {
	padding: 5px 0 0 6px;
	margin: 0
}

.button {
	font-weight: bold;
	color: #FFF;
	background: #99C;
	border: 1px solid #99C;
}

.error {
	font-weight: bold;
	color: gold;
}

input.text:focus, input.botttext:focus {
	background: #ffd;
	border: 1px solid #AAA;
	padding: 2px;
}

textarea:focus, select:focus {
	background: #ffd;
	border: 1px solid #AAA;
	padding: 1px;
}

/*************************/
/* POP UP                */
/*************************/

body#popup {
	background-color: #333366;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
}

#popup #container {
	position: relative;
	width: 740px;
	margin: 0px auto;
	text-align: left;
}

#popup #header {
	width: 740px;
	height: 76px;
	margin-top: 5px;
	border-bottom: 1px solid #9999cc;
	border-top: 1px solid #9999cc;
	background: url(../images/header.gif) no-repeat;
}

#popup #header span {
	display: none;
}

#popup #header a {
	display: block;
	width: 740px;
	height: 76px;
}

#popup #main {
	width: 740px;
	background: #669;
}

#popup #main p {
	padding: 10px;
}

#popup #credit {
	width: 740px;
	border-top: 1px solid #9999cc;
	padding-top: 5px;
	margin-top: 10px;
}

#popup a {
	color: #9CF;
	text-decoration: none;
}

#popup a:hover {
	color: #FFF;
}

#claimtbl table {
	width: 100%;
	text-align: center;
}

#claimtbl th {
	font-weight: bold;
	background: #3F3F73;
	padding: 4px 3px;
	text-align: center;
}

#claimtbl td {
	padding: 4px 3px;
	background: #515186;
	text-align: center;
}

#claimtbl tr:hover td {
	background: #454579;
}

#claimtbl th a {
	color: #FFF;
}

#toperr {
	padding: 0 0 2px 10px;
	color: gold;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}