@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin: 10px 0 0 0;
}
#whole {
	background: url(../images/activation_bg.jpg) no-repeat;
	width: 888px;
	height: 508px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
#logo {
	width: 804px;
	height: 112px;
	padding: 26px 0 0 84px;
}
#page {
	width: 742px;
	padding: 20px 56px 0 90px;
}
#content {
	width: 750px;
	min-height: 376px;
	_height: 376px;
	background: url(../images/sub_bottom.jpg) no-repeat bottom;
	padding: 5px 60px 0px 60px;
}
.text_big 
{
	padding-top:30px; 
	_padding-bottom:40px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	}
/*========================================== Side Left ====================================================*/
#side_left {
	width: 355px;
	float: left;
	text-align: justify;
	line-height: 14px;
}

/*========================================== Side Right ====================================================*/
#side_right {
	width: 315px;
	float: right;
}
.textboxdiv{
	 margin:0;
	 height:21px;
	 width:155px;
	 background:url(../images/txtbox.gif) no-repeat bottom;
	 float: left;
}
.textbox{
	background:none;
	border:none;
	width:148px;
	height:16px;
	margin:0;
	padding: 3px 0 0 7px;
	float: left;
	color: #444;
}
.verify_box {
	width: 140px;
	height: 33px;
	/*background-color: #B0E7FF;*/
	padding: 0px 0 0 0;
	text-align: center;
}

/*========================================== Bottom ====================================================*/
#bottom_text {
	width: 563px;
	clear: both;
	padding: 20px 0 0 145px;
}
#footer {
	width: 588px;	
	font-size: 10px;
	color: #555;
	padding: 92px 0px 0px 240px;
}

/*========================================== Sub Pages ====================================================*/
#sub_whole {
	background: url(../images/subpage_content_bg.jpg) repeat-y;
	width: 870px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#sub_header {
	background: url(../images/sub_header.jpg) no-repeat;
	width: 100%;
	height: 138px;
}
#sub_footer {
	background: url(../images/sub_footer.jpg) no-repeat;
	width: 670px;
	height: 48px;
	font-size: 10px;
	color: #555;
	text-align: left;
	padding: 107px 0px 0px 200px;
}
#title {
	width: 705px;
	height: 30px;
	background: url(../images/title_bg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0 20px 25px;
}
#text_inside {
	padding-left: 20px;
}

/*========================================== Sub Menu ====================================================*/
#sub_menu_bg {
	width: 870px;
	height: 41px;
	background: url(../images/submenu_bg.jpg) no-repeat;	
}
#sub_menu {
	padding-left: 613px;
}
#sub_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sub_menu li {
	display: inline;
	width: 98px;
	height: 41px;
}

/*========================================== Classes ====================================================*/
form {
	padding: 0;
	margin: 0;
}
.yellow {
	color: #FFF100;
}
.red {
	color: #E00000;
}
.title_purple {
	color: #662C90;
	font-style: italic;
}
.grey {
	color: #999;
}
.purple {
	color: #662C90;
}
.black {
	color: #666666;
}

.darkred {
	color:#993333;
	font-weight: bold;
}
.thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #662C90;
	padding: 0 0 10px 0;
}
a:link, a:visited {
	color: #662C90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
