@charset "utf-8";
/* CSS Document */

body {
	background-color: #DEDEDE;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 20px;
}
div, p, span, th, td, img, h1, h2, h3, h4, ul, li, dl, dd, dt {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 912px;
	overflow: hidden;
}
#content-area {
	width: 912px;
	overflow: hidden;
}
dl  {
	width: 516px;
	height: 25px;
	margin-top: 14px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #535252;
}
dt    {
	float:left;
	width: 0px;
	padding: 0px 00px 00px 0;
	text-align: left;
}
dd    {
	width: 250px;
	padding-left: 0px;
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	padding-bottom: 10px;
	float: left;
}


/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: 60px;
	width: 150px;
	margin-top: -10px;
	border: 1px solid #c93;
	padding: 10px 12px;
	/* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
	color: #333333;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
.Continue {
	background-image: url(../images/continue-normal.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 213px;
	border: 0px;
	cursor:pointer;
}
.Continue:hover {
	background-image: url(../images/continue-rollover.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 213px;
	border: 0px;
	cursor:hend;
}
#right {
	float: left;
	width: 312px;
	overflow: hidden;
	margin-left: 26px;
}
#text-area {
	width: 882px;
	padding-top: 32px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #4E4848;
	text-decoration: none;
	text-align: left;
}
#text-area a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4E4848;
	text-decoration: none;
}
#text-area a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4E4848;
	text-decoration: underline;
}
#form-area {
	width: 516px;
	overflow: hidden;
	background-image: url(../images/form-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2EEEE;
	text-align: left;
	margin-bottom: 10px;
}
.textfild {
	background-image: url(../images/textfild-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 240px;
	border: 1px solid #BCBCBC;
}

.textfild2 {
	background-image: url(../images/textfild-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #BCBCBC;
}

