html, body {height: 100%;}

body {
	margin: 0;
	color: #999;
	min-width: 1000px;
	background: #e4e4e4;
	font: 14px arial, helvetica, sans-serif;
}
/*--- general ---*/
img {border-style: none;}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input, select, textarea {
	margin: 0;
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
}
a {
	/*Commented On 03/08/09 for New HTML
	color: #39c;*/
	color: #069;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

#page {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
}
* html #page {height: 100%;overflow: visible;}

/* page */
.page {
	float: left;
	width: 836px;
	position: relative;
}
.min-h{
	min-height:574px;
}
* html .min-h{height:574px;}
select.grey {color:#999999 !important}
select.grey option {color:#000;}
/* side-banner */
.side-banner {
	float: right;
	width: 160px;
	padding: 184px 0 0 0;
}
.side-banner a{
	display:block;
	margin:0 0 20px;
}
.side-banner a img{display:block;}
.wrap-page-1 {
	background: #fff;
	padding: 143px 48px 0 38px;
	background: url("../images/bg-page-2.gif") repeat-y;
	/*Added On 03/08/09 for New HTML*/
	/*min-height:661px;*/
	/*Changed On 04/09/09 for New HTML*/
	min-height:514px;
}
/*Added On 03/08/09 for New HTML*/
* html .wrap-page-1 {
	/*Changed On 04/09/09 for New HTML*/
	/*height: 661px;*/
	height: 515px;
	overflow: visible;
}
/*Addition Ends*/
/* logo */
.wrap-page-1 h1 {
	top: 25px;
	left: 40px;
	margin: 0;
	z-index: 300;
	position: absolute;
}
.wrap-page-1 h1 a {
	width: 230px;
	height: 81px;
	display: block;
	overflow: hidden;
	text-indent: -12000px;
	background: url("../images/logo_fileopen.gif") no-repeat;
}
/* header */
#header {
	top: 0;
	left: 38px;
	width: 750px;
	height: 143px;
	position: absolute;
	z-index:200;
	font-size:12px;
}
#header .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
/* select-country */
.select-country {
	float: right;
	padding: 28px 10px 17px 0;
}
.select-country * {vertical-align: middle;}
.select-country span {color: #333;}

.select-country img {
	margin: 0 9px 0 10px;
	vertical-align: -4px;
}
.select-country select {
	width: 143px;
	font-size: 10px;
}
.select-country .log-out {margin: 0 0 0 10px;}

/* person */
.person {
	top: 62px;
	left: 400px;
	width: 340px;
	line-height: 16px;
	text-align: right;
	position: absolute;
}
.person img {
	float: right;
	margin: 0 0 0 9px;
}
.person strong {
	color: #f60;
	display: block;
	font-size: 14px;
	padding: 11px 0 0 0;
}
.person strong em {
	font-style: normal;
	font-weight: normal;
}
.person span {
	color: #000;
	font-size: 10px;
	display: block;
}
/* top-bar */
.top-bar {
	top: 117px;
	left: 0;
	width: 750px;
	height: 26px;
	position: absolute;
	background: url("../images/bg-bar.gif") no-repeat;
}
.top-bar-2 {
	top: 117px;
	left: 483px;
	width: 267px;
	height: 26px;
	position: absolute;
	background: url("../images/bg-bar-2.gif") no-repeat;
}
.top-bar-3 {
	top: 117px;
	left: 0;
	width: 750px;
	height: 26px;
	position: absolute;
	z-index:2;
	background: url("../images/bg-bar-3.gif") no-repeat;
}
/* main-nav */
.main-nav {
	margin: 0;
	float: left;
	width: 273px;
	list-style: none;
	padding: 2px 0 0 2px;
}
.main-nav li {
	float: left;
	position: relative;
	padding: 0 2px 0 0;
}
.main-nav li a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
.main-nav li a.l-home {width: 62px;}
.main-nav li a.l-upload {width: 89px;}
.main-nav li a.l-my {width: 108px;}

.main-nav li a span {
	height: 1%;
	display: block;
	text-align: left;
	padding: 0 0 0 7px;
	background: url("../images/arrow.gif") no-repeat 100% 8px;
}
.main-nav li a:hover span {cursor: pointer;}

.main-nav ul {
	top: 22px;
	left: -2px;
	margin: 0;
	padding: 0;
	z-index: 10;
	width: 107px;
	display: none;
	list-style: none;
	position: absolute;
	background: #6fb1d8;
	padding: 2px 2px 0 2px;
}
/*Added On 03/08/09 for New HTML*/
* html .main-nav ul {left:0;}
/*Addition Ends*/
.main-nav li.hover ul,
.main-nav li:hover ul {display: block;}

.main-nav li.hover a,
.main-nav li:hover a {color: #333;}
.main-nav li.hover li a,
.main-nav li:hover li a {color: #fff;}

.main-nav ul li {
	width: 100%;
	float: none;
	padding: 0 0 2px;
}
* html .main-nav ul li {float: left;}
*+html .main-nav ul li {float: left;}

.main-nav ul li a {
	height: 1%;
	display: block;
	text-align: left;
	background: #39c;
	padding: 5px 4px 4px 6px;
}
.main-nav ul li a:hover {color: #333;}

/* points */
.points {
	margin: 0;
	padding: 0;
	float: left;
	width: 474px;
	list-style: none;
	padding: 4px 0 0 0;
	background:url(../images/bg-points.gif) no-repeat 0 4px;
}
.points li {
	float: left;
	color: #333;
	line-height: 18px;
}
.points li.earned {width: 134px;padding-left: 19px;}
.points li.redeem {width: 140px;padding-left: 18px;}
.points li.messages {width: 137px;padding-left: 21px;}

.points li img {margin: -4px -2px 0 6px;}
.points li.messages a {position: relative;}

.content-1 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 2px solid #B7B7B7;
}
/* search-from */
.search-form{
	float:right;
	padding: 0 13px 0 0;
	margin:3px 0 0;
}
.search-form .text{
	float:left;
	border:1px solid #666;
	padding:2px 7px;
	margin:0;
	font-size:12px;
	color:#666;
	width:155px; /* was 148 */
}
.search-form .submit{
	/*Commented On 03/08/09 for New HTML
	background:url(../images/arrow-submit.gif) no-repeat 100% 4px;*/
	background:url(../images/arrow-submit.gif) no-repeat 100% 5px;
	border-style:none;
	color:#fff;
	/*Commented On 03/08/09 for New HTML
	font-size:10px;*/
	font-size:11px;
	float:left;
	width:48px;
	/*Commented On 03/08/09 for New HTML
	margin:3px 0 0 4px;*/
	margin:2px 0 0 4px;
	display:inline;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	padding:0;
}
/* primary-content */
.primary-content {
	float: left;
	width: 524px;
	padding: 4px 0 0;
}
/* intro-image */
.intro-image {
	width: 524px;
	height: 232px;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}
.intro-image ul {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 99999px;
	height: 232px;
	list-style: none;
	overflow: hidden;
	position: absolute;
}
.intro-image ul li {
	float: left;
	width: 524px;
	display: none;
}
.intro-image ul li img {display: block;}

/* upload-now */
.upload-now {
	top: 161px;
	left: 318px;
	color: #fff;
	width: 174px;
	height: 47px;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	position: absolute;
	text-decoration: none;
	padding: 2px 11px 8px 3px;
	background: url("../images/bg-but-1.png") no-repeat;
}
.upload-now:hover {text-decoration: underline;}

/* form-search */
.form-search {
	width: 496px;
	margin: 0 0 9px 14px;
	background: #AAA url("../images/top-1.gif") no-repeat;
}
.wrap-form-search {
	height: 1%;
	padding: 12px 19px 9px 10px;
	background: url("../images/bot-1.gif") no-repeat 0 100%;
}
.wrap-form-search .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 4px;
}
.wrap-form-search label {
	float: left;
	width: 96px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 4px 0 0 0;
}
.wrap-form-search .txt {
	float: left;
	width: 276px;
	color: #B2B2B2;
	font-size: 16px;
	padding: 2px 10px;
}
.ac_results ul {
	margin: 0;
	padding: 0;
	width: 300px;
	list-style: none;
	background: #fff;
	border: 1px solid #404040;
	border-bottom: none;
}
.ac_results ul li {
	height: 1%;
	padding: 3px 10px;
	line-height: 14px;
	border-bottom: 1px solid #404040;
}
.ac_results ul li.ac_over {
	color: #fff;
	cursor: pointer;
	background: #404040;
}
.wrap-form-search .search {float: right;}

.wrap-form-search p {
	color: #333;
	text-align: right;
	margin: 0 72px 0 0;
}
.wrap-form-search p a {
	color: #fff;
	font-weight: bold;
}
/* top-subjects */
.top-subjects {width: 100%;}

.top-subjects h2,
.top-documents h2,
.rewards h2,
.wrap-our-policy h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 0 12px 21px;
}
.top-subjects h2 strong,
.top-documents h2 strong,
.rewards h2 strong,
.wrap-our-policy h3 strong {color: #f60;}

.top-subjects .lists {
	width: 100%;
	overflow: hidden;
}
.top-subjects .lists .list-1 {float: left;padding-left: 21px;}
.top-subjects .lists .list-2 {float: right;padding-right: 14px;}

.top-subjects .lists ul {
	margin: 0;
	padding: 0;
	width: 230px;
	list-style: none;
}
.top-subjects .lists ul li {
	font-weight: bold;
	line-height: 14px;
	padding: 0 0 10px;
}
.browse-all,
.browse-all-2,
.browse-all-3 {
	width: 100%;
	text-align: right;
	line-height: 14px;
	padding: 0 0 15px;
	margin-bottom: 9px;
	border-bottom: 2px solid #B7B7B7;
}
.browse-all-2,
.browse-all-3 {border-bottom: none;}
.browse-all-3 {
	position: relative;
	margin: -6px 0 0 0;
}
.browse-all a,
.browse-all-2 a,
.browse-all-3 a {
	padding: 0 13px 0 0;
	background: url("../images/arrow-2.gif") no-repeat 100% 4px;
}
.top-documents {
	width: 100%;
	overflow: hidden;
}
.top-documents .lists {
	width: 100%;
	overflow: hidden;
}
.top-documents .lists ul {
	margin: 0;
	padding: 0;
	width: 246px;
	list-style: none;
}
.top-documents .lists ul li {
	line-height: 16px;
	padding: 0 0 8px 22px;
	background: url("../images/ic-1.gif") no-repeat 0 2px;
}
.top-documents .lists ul li p {margin: 0;}
.top-documents .lists .list-1 {float: left;padding-left: 21px;}
.top-documents .lists .list-2 {float: right;}
.top-documents .lists ul li a {font-weight: bold;}

/* secondary-content */
.secondary-content {
	float: right;
	width: 200px;
	padding: 22px 0 0;
}
/* top-gurus and top-schools */
.top-gurus,
.top-schools {
	width: 100%;
	margin-bottom: 8px;
}
.top-schools {color: #333;}

.top-gurus h3,
.top-schools h3 {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 7px 0;
	background: #AAA url("../images/top-2.gif") no-repeat;
	margin: 0;
}
.top-gurus-1,
.top-schools-1 {
	height: 1%;
	background: url("../images/mid-2.gif") repeat-y;
}
.top-gurus-2,
.top-schools-2 {background: url("../images/bot-2.gif") no-repeat 0 100%;}

.top-gurus-2 {padding: 0 15px 10px;}
.top-schools-2 {padding: 0 5px 10px;}

.top-gurus ul {
	margin: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0 0 19px;
}
.top-gurus ul li {
	width: 100%;
	float: left;
	padding: 6px 0;
	border-bottom: 1px solid #999;
}
.top-gurus ul li img {
	vertical-align: -5px;
	margin: 0 10px 0 0;
}
.top-gurus ul li span {
	color: #063;
	float: right;
	padding: 1px 0 0;
	font-weight: bold;
}
.top-gurus p {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}
.top-gurus p strong {
	display: block;
	color: #006633;
	font-size: 22px;
	line-height: 23px;
	padding: 7px 0 0;
}
.top-schools ul {
	margin: 0;
	height: 1%;
	list-style: none;
	padding: 0 10px 16px;
}
.top-schools ul li {
	height: 1%;
	line-height: 16px;
	position: relative;
	padding: 8px 0 6px 31px;
	border-bottom: 1px solid #999;
}
.top-schools ul li strong {
	top: 8px;
	left: 7px;
	position: absolute;
}
.top-schools p {
	margin: 0;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}
.top-schools p strong {
	font-size: 22px;
	display: block;
	padding: 7px 0 20px;
}
.top-schools .chart-shows {
	font-size: 9px;
	line-height: 11px;
}
/* button */
.but-1 {
	color: #fff;
	background: url("../images/left-but-1.gif") no-repeat;
}
.but-1 span {
	display: block;
	padding: 0 22px;
	font-weight: bold;
	line-height: 29px;
	background: url("../images/right-but-1.gif") no-repeat 100% 0;
}
/* request-notes */
.request-notes {
	width: 200px;
	margin-bottom: 8px;
	background: #AAA url("../images/top-2.gif") no-repeat;
}
.wrap-request-notes {
	height: 1%;
	color: #333;
	text-align: center;
	padding: 6px 15px 10px;
	background: url("../images/bot-3.gif") no-repeat 0 100%;
}
.wrap-request-notes .row {
	width: 100%;
	overflow: hidden;
}
.wrap-request-notes .but-1 {
	float: left;
	margin: 0 0 0 25px;
}
.wrap-request-notes h3 {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 4px;
}
.wrap-request-notes p {
	line-height: 15px;
	margin: 0 0 8px;
}
.content-2 {
	width: 100%;
	overflow: hidden;
}
.rewards {width: 100%;}
.rewards h2 {margin-bottom: 9px;}

.rewards ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.rewards ul li {
	float: left;
	padding: 0 0 0 60px;
}
.rewards ul li:first-child {padding-left: 21px;}
.rewards ul li img {display: block;}
/* mc logo */
.mc-logo{
	display:block;
	width:106px;
	height:56px;
	margin:-27px auto 35px;
	background:url(../images/mcgrawhill-logo.gif) no-repeat;
	text-indent:-9999px;
	position:relative;
}
/*
.mc-logo a{
	display:block;
	width:106px;
	height:56px;
	background:url(../images/mcgrawhill-logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}*/
/* footer */
#footer {
	width: 820px;
	background: #39C;
	padding: 29px 8px 99px 8px;
	background: url("../images/bg-page-1.gif") repeat-y;
	font-size:12px;
}
/*#footer .bottom{
	margin:34px -8px 0;
	background:url(../images/bg-footer-bottom.gif) no-repeat;
	height:22px;
	overflow:hidden;
	position:relative;
}*/
.wrap-footer {
	height: 1%;
	overflow: hidden;
	padding: 0 7px 0 33px;
}
/* our-policy */
.our-policy {
	float: left;
	width: 431px;
	margin-top: 4px;
	background: #fff url("../images/top-4.gif") no-repeat;
}
.wrap-our-policy {
	height: 1%;
	overflow: hidden;
	padding: 11px 15px 12px 24px;
	background: url("../images/bot-4.gif") no-repeat 0 100%;
}
.wrap-our-policy h3 {margin: 0 0 9px;}

.wrap-our-policy p {
	line-height: 14px;
	margin: 0;
}
.wrap-our-policy a.more {
	padding: 0 11px 0 0;
	background: url("../images/arrow-2.gif") no-repeat 100% 4px;
	white-space:nowrap;
}
.wrap-our-policy img {
	float: right;
	margin: 0px 0 10px 5px;
	display:inline;
}
.footer-links {
	float: right;
	width: 306px;
}
/* take-action and know-more */
.take-action,
.know-more {
	float: left;
	width: 140px;
	padding: 0 13px 0 0;
}
.take-action h3,
.know-more h3 {
	color: #333;
	font-size: 12px;
	margin: 0 0 2px;
	line-height: 18px;
}
.take-action ul,
.know-more ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.take-action ul li,
.know-more ul li {
	font-weight: bold;
	line-height: 18px;
}
.take-action ul li a,
.know-more ul li a {
	color: #fff;
	text-decoration: none;
}
.take-action ul li a:hover,
.know-more ul li a:hover {text-decoration: underline;}

/* grade-guru */
.grade-guru {
	width: 100%;
	text-align: center;
}
.grade-guru p {
	margin: 0;
	color: #333;
	line-height: 14px;
	font-weight: bold;
}
.grade-guru p a {
	color: #333;
	text-decoration: none;
}
.grade-guru p a:hover {text-decoration: underline;}

.log-list {
	top: 93px;
	right: -7px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
* html .log-list {right: -10px;}

.log-list li {
	color: #333;
	display: inline;
	font-weight: bold;
	padding: 0 7px 0 11px;
	background: url("../images/s-1.gif") no-repeat 0 3px;
}
.log-list li:first-child {background-image: none;}

.log-list li img {
	margin: 0 0 0 5px;
	vertical-align: -5px;
}
.log-list li a{color:#069;}
/* grade-guru-popup */
.grade-guru-popup {
	left: 0;
	z-index: 50;
	width: 770px;
	height: 134px;
	display: none;
	bottom: -140px;
	position: absolute;
}
.popup-active div.popup {display: block;}

.wrap-grade-guru-popup {
	width: 770px;
	height: 134px;
	background: url("../images/bg-popup.png") no-repeat;
}
#header .popup2 {display:block;}
.popup2 .wrap-grade-guru-popup{
	background:url(../images/bg-popup-2.png) no-repeat;
}
.wrap-grade-guru-popup strong {
	width: 100%;
	display: block;
	overflow: hidden;
	text-indent: -12000px;
}
.wrap-grade-guru-popup .get-started {
	top: 84px;
	left: 186px;
	width: 295px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	text-indent: -12000px;
	background: url("../images/transparent.gif") repeat;
}
.wrap-grade-guru-popup .close {
	top: 12px;
	right: 35px;
	color: #444;
	position: absolute;
	padding: 2px 24px 6px 0;
	font: 12px/14px "trebuchet ms", helvetica, sans-serif;
	background: url("../images/close.gif") no-repeat 100% 0;
}
.wrap-grade-guru-popup ul {
	top: 49px;
	left: 90px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
.wrap-grade-guru-popup ul li {
	color: #444;
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 0 9px;
	background: url("../images/s-2.gif") no-repeat 0 5px;
}
.wrap-grade-guru-popup .txt{
	text-indent:0px;
	/*padding:20px 0 0 147px;*/
	padding:30px 0 0 137px;
}
.wrap-grade-guru-popup .txt p{
	margin:0 0 7px ;
	font:italic 21px/23px "Trebuchet MS", Helvetica, sans-serif;
	color:#ed720e;
}
/* full-content */
.full-content{
	/*Commented On 03/08/09 for New HTML
	padding:12px 8px 0;*/
	/*Changed On 04/09/09 for New HTML*/
	/*padding:12px 8px 10px;
	width:734px;*/
	padding:12px 4px 10px 8px;
	width:740px;
	overflow:hidden;
	color:#333;
}
.full-content h2{
	font-size:20px;
	color:#f60;
	margin:0 0 4px;
}
.full-content .main-title{
	height:1%;
	overflow:hidden;
	margin:0 0 4px;
}
.full-content .main-title h2{
	float:left;
	padding:0 7px 0 0;
	margin:0;
}
.full-content .main-title .add-title{
	float:left;
	font-size:20px;
	color:#f60;
	font-weight:bold;
}
.full-content .main-title .add-title2{
	float:left;
	font-size:16px;
	color:#666;
	font-weight:bold;
	margin:4px 0 0;
}
.full-content .main-title .back{
	float:right;
	margin:10px 5px 0 0;
	display:inline;
	color:#47a3d1;
	font-size:12px;
}
.full-content h3{
	font-size:16px;
	line-height:18px;
	margin:23px 0 0;
}
.full-content p{
	font-size:14px;
	line-height:18px;
	margin:0 0 8px;
}
.full-content .ad{
	float:right;
	margin:20px 50px 0 30px;
	display:inline;
}
.full-content .ad img{display:block;}
.tabset{
	width:100%;
	display:table;
	margin:9px 0 -7px;
}
.tabset a{
	float:left;
	margin:0 10px 0 0;
	display:inline;
	width:85px;
	line-height:26px;
	height:26px;
	background:url(../images/btn-tab.gif) no-repeat;
	text-align:center;
	font-size:14px;
	color:#39c;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 7px;
}
.tabset a:first-child{background:url(../images/btn-tab-first.gif) no-repeat;}
.tabset a.active{
	background-position:0 -33px;
	color:#f60;
	margin-bottom:-2px;
	position:relative;
	z-index:200;
}
div.tab{
	background:url(../images/bg-tab-grad.gif) repeat-y;
	height:1%;
	overflow:hidden;
	margin:0 0 20px;
	position:relative;
}
div.tab .top{
	background:url(../images/bg-tab-top.gif) no-repeat;
	padding:2px 2px 0;
	height:1%;
	overflow:hidden;
}
div.tab .bottom{
	background:url(../images/bg-tab-bottom.gif) no-repeat;
	height:7px;
	overflow:hidden;
	font-size:0px;
}
div.tab .bg-image{
	padding:24px 0;
	height:1%;
	overflow:hidden;
	min-height:407px;
	background:url(../images/bg-tab-mission.jpg) no-repeat 100% 0;
}
* html div.tab .bg-image{height:407px; overflow:visible;}
div.tab .list{
	list-style:none;
	margin:0;
	padding:0 0 0 14px;
	font-size:14px;
	line-height:16px;
}
div.tab .list li{
	margin:0 0 10px;
	background:url(../images/bullet3.gif) no-repeat 0 5px;
	padding:0 0 0 9px;
}
.team-list{
	float:left;
	list-style:none;
	margin:0 15px 0 0;
	padding:5px 0 0;
	display:inline;
}
.team-list li{
	padding:0 0 10px;
}
.team-list a{
	display:block;
}
.team-list img{display:block;}
.team-list strong{
	display:block;
	text-align:center;
	font-size:9px;
}
/* text-content */
.text-content{
	width:450px;
	float:left;
	margin:0 0 0 27px;
	display:inline;
	color:#424242;
}
.text-content h3{
	font-size:16px;
	line-height:22px;
	margin:0;
}
.text-content p{
	font-size:14px;
	line-height:20px;
	margin:0 0 10px;
}
/* press-box */
.press-box{
	float:right;
	background:url(../images/bg-press-box.png) no-repeat;
	width:196px;
	height:146px;
	padding:16px 8px 16px 12px;
	margin:153px 15px 0 0;
	display:inline;
}
.press-box .title{
	display:block;
	background:url(../images/press-icon.gif) no-repeat;
	padding:0 0 0 49px;
	color:#333;
	font-size:17px;
	margin:0 0 15px;
	position:relative;
}
.press-box .title a{
	color:#39c;
}
.press-box .news-list{
	list-style:none;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	position:relative;
}
.press-box .news-list li{
	margin:0 0 18px;
}
.press-box .news-list span{display:block;}
/* contact-box */
.contacts{
	height:1%;
	overflow:hidden;
	color:#424242;
}
.contacts .box{
	float:left;
	margin:0 40px 0 0;
	display:inline;
}
.contacts strong{
	font-size:14px;
	line-height:14px;
	display:block;
}
.contacts address{
	font-style:normal;
	font-size:12px;
	line-height:14px;
}
.about-box{
	color:#424242;
	font-size:10px;
	line-height:12px;
	margin:45px 0 17px;
}
.about-box a{color:#424242;}
/* promo-block */
.promo-block{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 25px;
}
.promo-block img{display:block;}
.promo-block span{
	font-size:18px;
	line-height:24px;
	color:#333;
	position:absolute;
	top:40px;
	left:18px;
	width:373px;
}
/* content-block */
.content-block{
	background:url(../images/bg-greyblock-grad.gif) repeat-y;
	height:1%;
	overflow:hidden;
	/*Commented On 03/08/09 for New HTML
	margin:0 0 150px;*/
	margin:0;
}
/*Commented On 03/08/09 for New HTML
.login .content-block{margin-bottom:113px;}*/
.content-block a{color:#39c;}
.content-block .top{
	background:url(../images/bg-greyblock-top.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:10px 0 0;
}
.content-block .bottom{
	background:url(../images/bg-greyblock-bottom.gif) no-repeat;
	height:6px;
	overflow:hidden;
	font-size:0px;
}
.captcha{
	padding:0 43px;
	height:1%;
	overflow:hidden;
}
.top-text{
	font-size:12px;
	line-height:16px;
	color:#535353;
	margin:0 0 16px;
	width:100%;
	overflow:hidden;
}
.top-text strong{color:#333;}
/* preview-holder */
.preview-holder{
	float:left;
	width:306px;
	overflow:hidden;
	margin:0 0 30px;
}
.preview-box{
	width:100%;
	height:270px;
	padding:3px 0 0;
	text-align:center;
	overflow:hidden;
	background:url(../images/bg-preview-block.gif) no-repeat;
}
.preview-box .title{
	font-size:12px;
	line-height:14px;
	color:#4c4c4c;
	display:block;
	margin:13px 0 5px;
}
/* metadata */
.metadata{
	line-height:16px;
	font-size:11px;
	border:2px solid #aeaeae;
	border-width:0 2px;
	overflow:hidden;
	height:1%;
}
.preview-holder .bottom{
	height:5px;
	overflow:hidden;
	font-size:0px;
	background:url(../images/bg-preview-block-bottom.gif) no-repeat !Important;
}
.metadata .row{
	border-bottom:1px solid #aeaeae;
	height:1%;
	overflow:hidden;
	color:#838383;
	padding:4px 0 3px 5px;
	margin:1px 0 -1px;
}
.metadata .compound{
	background:url(../images/border-metadata.gif) repeat-y 181px 0;
}
.metadata .row strong{
	float:left;
	padding:0 4px 0 0;
}
.metadata .row .big{
	float:left;
	width:176px;
}
.metadata .row .small{
	float:right;
	width:114px;
	padding:0 0 0 6px;
}
/* view-notes-block */
.view-notes-block{
	width:230px;
	float:right;
	margin:0 34px 0 0;
	display:inline;
	overflow:hidden;
}
.view-notes-block .title{
	margin:15px 0 20px;
	color:#f60;
	line-height:17px;
	text-align:center;
}
.view-notes-block .box{
	padding:0 22px 0 23px;
}
.view-notes-block .head{
	height:1%;
	overflow:hidden;
	margin:0 0 5px;
}
.view-notes-block .head strong{
	font-size:14px;
	line-height:18px;
	color:#4c4c4c;
	float:left;
	letter-spacing:-1px;
}
.view-notes-block .head a{
	float:right;
	line-height:18px;
	font-size:10px;
}
.captcha-block{
	background:#d6d6d6;
	padding:14px 0;
	text-align:center;
	font-size:10px;
	margin:0 0 20px;
}
.captcha-block img{
	display:block;
	margin:0 auto;
}
.view-notes-block .form{
	height:1%;
	overflow:hidden;
}
.view-notes-block .form div{
	height:1%;
	overflow:hidden;
}
.view-notes-block .form label{
	line-height:14px;
	font-size:11px;
	color:#333;
	font-weight:bold;
}
.view-notes-block .form label.note{font-weight:normal;}
.view-notes-block .form .text{
	display:block;
	background:url(../images/bg-input.gif) no-repeat;
	width:175px;
	height:14px;
	overflow:hidden;
	padding:3px 5px;
}
.view-notes-block .form .text input{
	width:175px;
	display:block;
	margin:0;
	padding:0;
	border-style:none;
	background:none;
	font-size:12px;
}
.view-notes-block .form div a.forgot{
	float:right;
	font-size:10px;
}
.view-notes-block .form .terms{
	padding:25px 0 0;
	text-align:center;
}
.view-notes-block .form .terms span{
	display:block;
	padding:0 10px;
}
.view-notes-block .form .terms label{
	color:#666;
}
.view-notes-block .form .terms input{
	width:16px;
	height:15px;
	margin:0;
}
.view-notes-block .form .view-btn{
	display:block;
	background:url(../images/blue-button-hover.png) no-repeat;
	width:135px;
	height:37px;
	color:#fff;
	text-align:center;
	font-size:13px;
	line-height:27px;
	font-weight:bold;
	text-decoration:none;
	margin:11px auto 0;
	cursor:pointer;
}
.view-notes-block .form .view-btn span{
	background:url(../images/blue-button-arrow.gif) no-repeat 100% 4px;
	padding:0 13px 0 0;
}
/*.error .error-note{display:block;}
.error .note{display:none;}
.error2 .error-note2{display:block;}
.error2 .note{display:none;}*/
.error-note2,
.error-note{
	display:none;
	height:1%;
	overflow:hidden;
	color:#fff;
	background:#8d0713 url(../images/error-icon.gif) no-repeat 6px 5px;
	padding:3px 5px 3px 29px;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px;
	text-align:left;
}
/* star-rating */
.star-rating {
	list-style:none;
	margin:0px;
	padding:0px;
	width:80px;
	height:14px !important;
	line-height:14px !important;
	position:relative;
	background:url(../images/star.gif) repeat-x;
	overflow: hidden;
}

.star-rating li{float:left;}
.star-rating li a{
	display:block;
	width:8px;
	height:14px;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
	padding:0px;
	overflow:hidden;
}
.act-rating li a:hover,
.star-rating li.active a,
.star-rating li.setted a{
	background:url(../images/star.gif) 0 100%;
	z-index:1;
	left:0px;
}

.star-rating a.s05{left:0px;}
.act-rating a.s05:hover,
.star-rating li.active a.s05,
.star-rating li.setted a.s05{width:8px;}

.star-rating a.s1{left:8px;}
.act-rating a.s1:hover,
.star-rating li.active a.s1,
.star-rating li.setted a.s1{width:16px;}

.star-rating a.s15{left:16px;}
.act-rating a.s15:hover,
.star-rating li.active a.s15,
.star-rating li.setted a.s15{width:24px;}

.star-rating a.s2{left:24px;}
.act-rating a.s2:hover,
.star-rating li.active a.s2,
.star-rating li.setted a.s2{width:32px;}

.star-rating a.s25{left:32px;}
.act-rating a.s25:hover,
.star-rating li.active a.s25,
.star-rating li.setted a.s25{width:40px;}

.star-rating a.s3{left:40px;}
.act-rating a.s3:hover,
.star-rating li.active a.s3,
.star-rating li.setted a.s3{width:48px;}

.star-rating a.s35{left:48px;}
.act-rating a.s35:hover,
.star-rating li.active a.s35,
.star-rating li.setted a.s35{width:56px;}

.star-rating a.s4{left:56px;}
.act-rating a.s4:hover,
.star-rating li.active a.s4,
.star-rating li.setted a.s4{width:64px;}

.star-rating a.s45{left:64px;}
.act-rating a.s45:hover,
.star-rating li.active a.s45,
.star-rating li.setted a.s45{width:72px;}

.star-rating a.s5{left:72px;}
.act-rating a.s5:hover,
.star-rating li.active a.s5,
.star-rating li.setted a.s5{width:80px;}


/* top-block */
.top-block{
	margin:0 0 22px;
}
* html .top-block{
	width:100%;
}
* + html .top-block{
	width:100%;
}
.top-block .head{
	background:url(../images/bg-top-bar.gif) no-repeat;
	width:100%;
	overflow:hidden;
	height:32px;
}
.top-block .head a{color:#449fce;}
.top-block .head .show{
	float:left;
	margin:10px 0 0 19px;
	padding:0 0 0 10px;
	background:url(../images/arrow-3.gif) no-repeat 1px 50%;
	width:95px;
	font-size:12px;
}
.active .head .show{background:url(../images/arrow-4.gif) no-repeat 0 50%;}
.top-block .head .av-rate-box{
	margin:6px 0 0 165px;
	float:left;
	display:inline;
}
.top-block .head .av-rate-box strong{
	float:left;
	font-size:14px;
	color:#666;
	padding:0 3px 0 0;
	line-height:23px;
}
.top-block .head .av-rate-box .star-rating{float:left; margin:4px 11px 0 0;}
.top-block .head .av-rate-box .btn-rate{
	float:left;
	background:url(../images/btn-rate.gif) no-repeat 0 -23px;
	width:60px;
	height:23px;
	padding:0 0 0 15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	line-height:21px;
	font-size:11px;
}
.top-block .head .av-rate-box .btn-rate.grey{background-position:0 0;}
.top-block .head .av-rate-box div.btn-rate{cursor:default;}
.top-block .head .av-rate-box .feed{background:url(../images/btn-feed.gif) no-repeat;width:110px; padding:0 0 0 6px;}
/* rating-block */
.rating-block{
	border:1px solid #b9b9b9;
	border-width:0px 1px 1px;
	background:#e4e4e4;
	position:relative;
}
* html .rating-block{
	float:left;
	width:732px;
}
* + html .rating-block{
	float:left;
	width:732px;
}
* html .top-block .block {
	clear:both;
	width:734px;
	float:left;
}
* + html .top-block .block {
	clear:both;
	width:734px;
	float:left;
}
.rating-block .holder{
	padding:10px 0 8px 84px;
}
.rating-block .error-note{
	background-image:none;
	text-align:center;
	width:698px;
	height:auto;
}
.rating-block .error-note img{margin:0 5px 0 0;}
.rating-block .rate{
	float:left;
	margin:0 60px 0 0;
	position:relative;
}
.rating-block .rate .click{
	float:left;
	font-size:11px;
	line-height:16px;
	color:#39c;
	margin-top:15px;
}
.rating-block .rate .no{
	visibility:hidden;
}
.rating-block .rate div{
	float:left;
}
.rating-block .rate strong{
	display:block;
	margin:0 0 0 2px;
	color:#444;
}
.rating-block .rate .caption{
	font-size:11px;
	text-align:center;
	display:block;
}
.rating-block .comment-form{
	float:left;
}
.rating-block .comment-form label{
	float:left;
	padding:0 5px 0 0;
	font-weight:bold;
	color:#444;
}
.rating-block .comment-form span{
	float:left;
	background:url(../images/bg-textarea.gif) no-repeat;
	width:221px;
	height:25px;
	padding:5px;
	overflow:hidden;
}
.blocked .comment-form span{background:url(../images/bg-textarea-disabled.gif) no-repeat;}
.rating-block .comment-form span textarea{
	display:block;
	width:221px;
	height:25px;
	border-style:none;
	background:none;
	padding:0;
	margin:0;
	color:#a1a1a1;
}
.rating-block .comment-form ul{
	list-style:none;
	margin:0;
	padding:0 0 0 8px;
	float:left;
}
.rating-block .comment-form ul li{margin:0 0 3px;}
.rating-block .comment-form ul li img{display:block;}
.rating-block .blocker{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:12px;
	line-height:16px;
	text-align:center;
	color:#444;
	z-index:50;
}
.rating-block .blocker a{color:#3398cc; position:relative;}
.blocked{
	padding:10px 0 0;
	color:#b4b4b4;
}
.blocked .rate .click {color:#b4b4b4;}
.blocked .rate strong{color:#b4b4b4;}
.blocked .comment-form label{color:#b4b4b4;}
.blocked .blocker{display:block;}
.blocked .rate .star-rating li{display:none !important;}
/* info-block */
.info-block{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-info-grad.gif) repeat-y;
}
.info-block .bottom{
	background:url(../images/bg-info-bottom.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:12px 0 17px;
}
.info-block dl{
	list-style:none;
	margin:0;
	float:left;
	color:#424242;
	font-size:12px;
	line-height:16px;
}
.info-block dl.list1{
	padding:0 65px 0 22px;
	width:340px;
}
.info-block dl.list2{
	width:300px;
}
.info-block dt{
	float:left;
	font-weight:bold;
	width:77px;
}
.info-block dl.list2 dt{width:105px;}
.info-block dd{
	height:1%;
	overflow:hidden;
}
/* action bar */
/*Uncommented On 03/08/09 for New HTML*/
.center-box-1 {position:relative;}
/* Modification ends*/
.action-bar{
	list-style:none;
	margin:0;
	padding:4px 0 3px;
	border:1px solid #bbb;
	background:#dcd8d2;
	font-size:11px;
	line-height:16px;
	height:1%;
	overflow:hidden;
	font-family:"Times New Roman", Times, serif
}
.action-bar li{
	float:left;
	padding:0 9px;
	position:relative;
}
.action-bar li a{
	float:left;
	color:#787878;
	text-decoration:none;
}
.action-bar .share{
	float:left;
	line-height:16px;
	height:16px;
}
.action-bar a.btn-fullscr{
	background:url(../images/ico-full-screen.gif) no-repeat;
	padding:0 0 0 25px;
}
.action-bar a.btn-save{
	background:url(../images/ico-save.gif) no-repeat;
	padding:0 0 0 23px;
}
.action-bar a.btn-save-modified{
	background:url(../images/ico-save.gif) no-repeat;
	padding:0 0 0 23px;
}
.action-bar a.btn-down{
	background:url(../images/ico-download.gif) no-repeat;
	padding:0 0 0 21px;
}
.action-bar a.btn-mail{
	background:url(../images/ico-mail.gif) no-repeat;
	padding:0 0 0 25px;
}
.action-bar label{
	float:left;
	font-size:11px;
	color:#787878;
	line-height:17px;
	padding:0 3px 0 0;
}
.action-bar .text{
	float:left;
	border:1px solid #a4a29e;
	width:103px;
	font-family:"Times New Roman", Times, serif;
	padding:0 2px;
	font-size:11px;
	color:#787878;
	background:#fff;
}
.btn-holder{
	margin:-20px 0 0;
	position:relative;
	height:1%;
	overflow:hidden;
}
.btn-view{
	float:right;
	line-height:22px;
	color:#47a3d1;
	font-size:12px;
}
.btn-view-new{
	float:right;
	line-height:30px;
	color:#47a3d1;
	font-size:12px;
}
.flash-holder{
	background:#dcd8d2;
	padding:1px;
	width:732px;
}
.full-content .download{
	padding:5px 0 0;
}
.sub-title{
	height:1%;
	overflow:hidden;
	padding:35px 10px 0 0;
}
.sub-title h3{
	float:left;
	margin:0;
	color:#ff6600;
	margin:0 4px 0 0 ;
	display:inline;
}
.sub-title .notes{
	margin:1px 0 0;
	float:left;
	line-height:18px;
	font-size:12px;
	color:#666;
}
/* feedback table */
.feedback-table{
	background:url(../images/feedback-table-border.gif) repeat-y;
	height:1%;
	overflow:hidden;
	margin:0 0 20px;
}
.feedback-table .top{
	background:url(../images/feedback-table-head.gif) no-repeat;
	padding:0 1px;
}
.feedback-table .bottom{
	height:6px;
	overflow:hidden;
	background:url(../images/feedback-table-last.gif) no-repeat;
	margin-top:-5px;
}
.feedback-table table{
	border-collapse:collapse;
	table-layout:fixed;
	width:730px;
}
.feedback-table table td{
	padding:9px 0 0;
	line-height:20px;
	font-size:12px;
	color:#424242;
	height:25px;
}
.feedback-table table th{
	font-size:14px;
	line-height:28px;
	color:#4c4c4c;
	padding:0;
	text-align:left;
}
.feedback-table table .review{
	padding-left:14px;
	width:272px;
}
.feedback-table table .review .text{
	float:left;
}
.feedback-table table .review img{
	float:left;
	margin:-3px 0 0 5px;
	display:inline;
}
.feedback-table table .university{width:227px;}
.feedback-table table .posted{width:132px;}
.feedback-table table .rating{width:85px;}
.feedback-table table .review a{color:#39c;}
.feedback-table table .comment-row td{
	background:url(../images/feedback-table-border-bottom.gif) repeat-x 0 100%;
	padding:8px 0 12px 22px;
	line-height:17px;
}
.feedback-table table .last td{background-image:none;}
.feedback-table table .grey td{
	background-color:#ebebeb;
	padding-bottom:8px;
}
/* full-page */
#full-page {
	background:#dedede url(../images/bg-full-page.gif) repeat-x;
	width:100%;
	position:relative;
}
#full-page .mc-logo{display:none;}
#full-page #page{
	width:100%;
	overflow:visible;
	background:none;
}
#full-page .page{
	float:none;
	padding:0;
	width:100%;
}
* html #full-page #content{height:1%;}
#full-page .side-banner{display:none;}
#full-page #footer{display:none;}
#full-page #header{left:-9999px;}
#full-page .wrap-page-1{
	width:100%;
	background:none;
	padding:0;
}
#full-page .full-content{
	padding:0;
	width:100%;
}
#full-page .top-block{display:none !important;height:0 !important;overflow:hidden !important;}
#full-page .full-content .download{display:none;}
#full-page .sub-title{display:none;}
#full-page .feedback-table{display:none;}

#full-page .flash-holder{
	width:auto;
	margin:0 18px;
	overflow:hidden;
}
#full-page #myContent{position:relative;}
#full-page .btn-holder{display:none;}
#full-page .action-bar{margin:0 18px;}
#full-page .main-title h2{
	float:none;
	font-size:20px;
	color:#f60;
	margin:0;
	padding:4px 120px 0;
	text-align:center;
	line-height:31px;
	background:#fff;
	border-bottom:2px solid #3485bf;
}
#full-page .main-title{
	overflow:hidden;
	position:relative;
	height:1%;
	margin:0;
}
#full-page h1{
	top: 5px;
	left: 31px;
	margin: 0;
	z-index: 12;
	position: absolute;
}
#full-page h1 a {
	width: 85px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../images/logo-full-page.gif") no-repeat;
}
#full-page .center-box-1 {
	margin:0 18px;
	overflow: hidden;
	height:20px;
	position: relative;
	text-align: center;
	padding:4px 0 3px;
	border:1px solid #bbb;
	background:#dcd8d2;
	font-size:11px;
	line-height:16px;
	font-family:"Times New Roman", Times, serif;
	width:auto;
}
#full-page .center-box-2 {
	/*left: 50%;*/
	float: left;
	position: relative;
	text-align: center;
	width:auto;
}
#full-page .action-bar{
	/*left: -50%;*/
	float: left;
	position: relative;
	padding-left:15px;
	margin:0;
	border-style:none;
	background:none;
	width:auto;
}
#full-page .feedback-table table .rating{
	display:none;
	height:0px;
	overflow:hidden;
}
#full-page .star-rating,
#full-page .star-rating a{display:none !important; background:none !important; cursor:default;}

#full-page .rating-block{z-index:0; border-style:none;background:none;}
#full-page .rating-block .error-note{background:none;}
/* facebook */
.facebook{
	padding:20px 60px 0;
	height:1%;
	overflow:hidden;
}
.facebook h3{
	font-size:14px;
	line-height:23px;
	color:#f60;
	margin:0;
}
.facebook .block{
	height:1%;
	overflow:hidden;
	padding:8px 0 0;
}
.hr{
	clear:both;
	width:100%;
	height:2px;
	font-size:0px;
	background:url(../images/border-reg-block.gif) repeat-x;
	overflow:hidden;
	margin:15px 0 10px;

}
.hr hr{display:none;}
.facebook .block h3{
	color:#333;
}
.facebook .text-holder{
	float:left;
	width:260px;
	color:#535353;
}
.facebook p{
	font-size:12px;
	line-height:14px;
	margin:0 0 14px;
}
.login-form{
	height:1%;
	overflow:hidden;
	float:left;
	width:186px;
	margin:0 0 0 31px;
	display:inline;
	padding:7px 0 10px;
}
.login-form div{
	height:1%;
	overflow:hidden;
}
.login-form label{
	line-height:14px;
	font-size:11px;
	color:#424242;
	font-weight:bold;
}
.login-form .text{
	display:block;
	background:url(../images/bg-input.gif) no-repeat;
	width:175px;
	height:14px;
	overflow:hidden;
	padding:3px 5px;
}
.login-form .text input{
	width:175px;
	display:block;
	margin:0;
	padding:0;
	border-style:none;
	background:none;
	color:#999;
}
.login-form div a.forgot{
	float:right;
	font-size:10px;
}
.login-form .terms{
	padding:25px 0 0;
	text-align:center;
}
.login-form .terms span{
	display:block;
	padding:0 10px;
}
.login-form .terms label{
	color:#666;
}
.login-form .terms input{
	width:16px;
	height:15px;
	margin:0;
}
.login-form .submit{
	margin:15px 0 0;
}
.reg-form{
	height:1%;
	overflow:hidden;
}
.reg-form .holder{
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
}
.reg-form .col{
	float:left;
	width:246px;
}
.reg-form .col2{
	width:318px;
	float:right;
	padding:35px 0 0;
}
.req-fields{
	font-size:10px;
	line-height:14px;
	color:#333;
	display:block;
}
.reg-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.reg-form .row .title{
	height:1%;
	overflow:hidden;
	color:#535353;
}
.reg-form .row .title label{
	float:left;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	letter-spacing:-1px;
}
.reg-form .row .title span{
	float:left;
	font-size:10px;
	margin:7px 0 0 5px;
	display:inline;
}
.reg-form .row .title a{
	float:right;
	font-size:10px;
	margin:6px 0 0;
}
.reg-form .col select{
	width:124px;
	color:#000;
}
.reg-form .col select .first{color:#999;}
.reg-form .row .text{
	display:block;
	width:232px;
	height:15px;
	padding:3px 7px 2px;
	background:url(../images/bg-input-big.gif) no-repeat;
	overflow:hidden;
}
.reg-form .row .text input{
	display:block;
	width:232px;
	background:none;
	border-style:none;
	padding:0;
	margin:0;
	color:#999;
	font-size:12px;
}
.reg-form .row ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:19px;
}
.reg-form .row ul li{
	height:1%;
	overflow:hidden;
}
.reg-form .row ul input{
	float:left;
	width:16px;
	height:15px;
	margin:2px 3px 0 0;
}
.reg-form .row ul label{
	float:left;
	font-size:12px;
}
.reg-form .email-box{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-email-box-grad.gif) repeat-y;
	margin:0 0 10px;
}
.reg-form .email-box .bottom{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-email-box-bottom.gif) no-repeat 0 100%;
	font-size:11px;
}
.reg-form .email-box .top{
	height:1%;
	overflow:hidden;
	background:url(../images/bg-email-box-top.gif) no-repeat;
	padding:15px 32px 24px 29px;
}
.reg-form .email-box h4{
	font-size:18px;
	line-height:20px;
	color:#3485bf;
	font-weight:normal;
	margin:0 0 5px;
	height:1%;
	overflow:hidden;
}
.reg-form .email-box h4 img{
	float:left;
	margin:0 17px 0 0;
}
.reg-form .email-box p{
	font-size:11px;
	line-height:12px;
	margin:0 0 10px;
}
.reg-form .email-box input{
	background:#fff;
	border:1px solid #848484;
	padding:2px 5px 2px;
	width:244px;
	font-size:11px;
	color:#999;
}
.reg-form .email-box div.row{
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.reg-form .email-box label{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:20px;
}
.reg-form .col2 select{
	width:246px;
	color:#000;
}
.reg-form .col2 select .first{color:#999;}
.reg-form .terms{
	text-align:center;
	font-size:12px;
}
.reg-form .terms input{
	width:16px;
	height:15px;
	margin:0 3px 0 0;
}
.reg-form .sub-link{
	margin:5px auto;
	display:block;
	width:135px;
	position:relative;
}
.reg-form .reg-submit{
	display:block;
	margin:0 auto;
}
.reg-form .error-note{
	background-image:none;
	text-align:center;
	margin:5px 0 0;
	padding-left:15px;
}
.reg-form .email-box .error-note{margin:0 0 7px;}
.reg-form .error-note img{
	margin:3px 5px 0 -10px;
}
.reg-form .error .title label{color:#8d0613;}
.reg-form .terms .error-note{
	margin:-10px 0 10px;
}
.reg-holder{
	padding:10px 60px 0;
	height:1%;
	overflow:hidden;
}
.reg-holder .heading{
	font-size:14px;
	line-height:17px;
	margin:5px 0 9px;
}
.reg-holder .sub-title{
	font-size:12px;
	line-height:16px;
	display:block;
	padding:0;
}
.reg-holder .list{
	list-style:none;
	margin:0 0 15px;
	padding:0;
	font-size:12px;
	line-height:16px;
}
.reg-holder .hr{
	margin:30px 0 5px;
}

/* promt holder */
.promt-holder{
	padding:30px 0 0 60px;
	height:1%;
	width:611px
}
.promt-holder:after{
	content:" ";
	display:block;
	clear:both;
}
.promt-note{
	background:#fff;
	height:1%;
	overflow:hidden;
	text-align:center;
}
.promt-holder .holder{
	height:1%;
	overflow:hidden;
	width:651px;
	margin:0 -40px 0 0;
}
.promt-holder .col{
	width:285px;
	float:left;
	margin:0 40px 0 0;
	display:inline;
}
.promt-holder .sub-title{
	padding:0;
	display:block;
	font-size:14px;
	line-height:16px;
	margin:0 0 2px;
	letter-spacing:-1px;
}
.promt-holder .row{
	padding:7px 0 0;
}
.promt-holder .row label{
	display:block;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	color:#535353;
}
.promt-holder .row select{
	width:100%;
}
.promt-holder .row select .first{
	color:#999;
}
.promt-holder .box{
	background:url(../images/bg-promt-box-grad.gif) repeat-y;
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.promt-holder .box .top{
	background:url(../images/bg-promt-box-top.gif) no-repeat;
	height:1%;
	overflow:hidden;
	padding:10px 10px 0;
}
.promt-holder .box .bottom{
	background:url(../images/bg-promt-box-bottom.gif) no-repeat;
	height:5px;
	overflow:hidden;
	font-size:0;
}
.promt-holder .box p{
	font-size:12px;
	line-height:16px;
	margin:0 0 3px;
}
.promt-holder .box ul{
	list-style:none;
	margin:0 0 10px;
	padding:0 0 0 6px;
	font-size:12px;
	line-height:16px;
}
.promt-holder .box li{
	padding:0 0 0 11px;
	background:url(../images/bullet1.gif) no-repeat 0 6px;
}
.promt-holder .col p{
	font-size:12px;
	line-height:14px;
}
.promt-holder .form{
	height:1%;
	overflow:hidden;
}
.promt-holder .holder .row{	
	height:1%;
	overflow:hidden;
}
.promt-holder .holder .row span{
	display:block;
	width:275px;
	height:18px;
	background: url(../images/bg-input-promt.gif) no-repeat;
	padding:1px 5px;
}	
.promt-holder .holder .row span input{
	width:275px;
	background:none;
	border-style:none;
	padding:0;
	margin:0;
}
.promt-holder .sub-areas{
	height:1%;
	overflow:hidden;
	padding:7px 0 0;
	background:url(../images/arrow-from-to.gif) no-repeat 301px 54px;
}
.promt-holder .sub-areas .title{
	height:1%;
	overflow:hidden;
}
.promt-holder .sub-areas .title label{
	float:left;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
	color:#535353;
}
.promt-holder .sub-areas .title span{
	font-size:12px;
	float:left;
	margin:5px 0 0 7px;
	color:#535353;
	display:inline;
}
.promt-holder .sub-areas .from{
	float:left;
	background:url(../images/bg-sub-area.gif) no-repeat;
	width:281px;
	height:71px;
	padding:2px;
	margin:0 40px 0 0;
	overflow:hidden;
}
.promt-holder .sub-areas .to{
	float:left;
	background:url(../images/bg-sub-area.gif) no-repeat;
	width:281px;
	height:71px;
	padding:2px;
	overflow:hidden;
}
.promt-holder .from div{
	width:281px;
	height:71px;
	overflow:auto;
}
.promt-holder .from ul{
	list-style:none;
	margin:0;
	padding:5px 0 0 6px;
	line-height:14px;
}
.promt-holder .from li{
}
.promt-holder .from ul a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding:0 0 0 13px;
	background:url(../images/arrow-from1.gif) no-repeat 0 2px;
}
.promt-holder .from li.active a{background:url(../images/arrow-from2.gif) no-repeat -1px 4px;}
.promt-holder .from ul ul{padding:0;}
.promt-holder .from ul ul li{
	padding:0 0 0 11px;
	background:none;
}
.promt-holder .from ul input{
	width:16px;
	height:15px;
	margin:0 4px 0 0;
}
.promt-holder .to ul{
	list-style:none;
	margin:0;
	padding:4px 0 0 6px;
	font-size:12px;
	line-height:15px;
	color:#424242;
}
.promt-holder .to ul li{
	position:relative;
}
.promt-holder .to div{
	height:71px;
	overflow:auto;
	position:relative;
}
.promt-holder .to ul .del{
	position:absolute;
	top:0px;
	right:10px;
	background:url(../images/delete.gif) no-repeat;
	width:10px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
}
.promt-holder .btns{
	text-align:center;
}
.promt-holder .btns input{margin:0 5px;}
.promt-holder .error-note{
	text-align:center;
	background-image:none;
	margin:-10px 0 10px;
}
.promt-note p{
	font-size:11px;
	line-height:28px;
	color:#333;
	margin:0;
}
/* log holder */
.log-holder{
	padding:0 60px;
	height:1%;
	overflow:hidden;
}
.log-holder .hr{height:2px; margin:25px 0 10px;}
.log-holder .login-form{
	margin:0;
	width:201px;
}
.log-holder .login-form h3{
	font-size:14px;
	line-height:23px;
	letter-spacing:-1px;
	margin:0;
}
.log-holder .login-form .fb-log{
	display:block;
	font-size:14px;
	line-height:23px;
	font-weight:bold;
}
.log-holder .login-form .fb-log span{
	float:left;
	padding:0 5px 0 0;
}
.log-holder .login-form .fb-log img{float:left; margin:2px 0 0;}
.log-holder .login-form .remember{
	padding:10px 0 0;
	font-size:12px;
	line-height:18px;
	color:#535353;
}
.log-holder .login-form .remember input{
	width:16px;
	height:15px;
	margin:0;
}
.log-holder .login-form .text{
	background:url(../images/bg-input-big-2.gif) no-repeat;
	width:191px;
}
.reg-box{
	float:right;
	width:339px;
	background:url(../images/bg-reg-box-grad.gif) repeat-y;
	margin:18px 0 0;
}
.reg-box .bottom{
	height:1%;
	overflow:hidden;
	font-size:11px;
	background:url(../images/bg-reg-box-bottom.gif) no-repeat 0 100%;
}
.reg-box .top{
	background:url(../images/bg-reg-box-top.gif) no-repeat;
	padding:12px 27px 0;
}
.reg-box h4{
	font-size:18px;
	line-height:40px;
	color:#333;
	font-weight:normal;
	margin:0 0 5px;
	height:1%;
	overflow:hidden;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
}
.reg-box h4 img{
	float:left;
	margin:0 17px 0 0;
}
.reg-box ul{
	list-style:none;
	margin:0 0 16px;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.reg-box ul li{
	background:url(../images/bullet2.gif) no-repeat 0 7px;
	padding:0 0 0 9px;
}
.reg-error-note{
	font-size:18px;
	line-height:22px;
	color:#333;
	font-weight:bold;
}
.reg-error-note a{color:#39c;}
.reg-error .reg-error-note{
	display:block;
}
.type {
	color:#000 !important;
}
.error .text{
	font-style:italic;
	color:#f00 !important;
}
.ac_results{
	width:244px !important;
	margin-left:-7px !important;
}
.ac_results ul{overflow:visible !Important;}
/*added By TCS*/
.saveFolder-err .error-note{
	background-image:none;
	text-align:center;
	width:698px;
	height:auto;
}
.savedToFolder{
	background:url(../images/ico-save.gif) no-repeat;
	padding:0 0 0 23px;
	color:#787878;
}
.success-note{
	display:none;
	height:1%;
	overflow:hidden;
	color:#fff;
	background:#8d0713 url(../images/error-icon.gif) no-repeat 6px 5px;
	padding:3px 5px 3px 29px;
	line-height:14px;
	font-size:11px;
	font-weight:bold;
	margin:0 0 10px;
	text-align:left;
}
.rating-block .success-note{
	background-image:none;
	text-align:center;
	width:698px;
	height:auto;
}
.blockedNew{
	color:#b4b4b4;
}
.blockedNew .rate .click {color:#b4b4b4;}
.blockedNew .rate strong{color:#b4b4b4;}
.blockedNew .comment-form label{color:#b4b4b4;}
.blockedNew .blocker{display:block;}
.success-note ul {
	margin-top:0px;margin-bottom:0px;
}
.error-note ul {
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	padding:0 25px 0 0;
}
.blockalert_error {
	clear: left;
	overflow: hidden;
	color:#f00;
	font-size:12px;
	padding:28px 10px 0 140px;
	font-weight:bold;
}
.info-promt .blockalert_error{
	padding:7px 10px 0;
}
.blockalert_error p {
	padding:0;
	font-weight:bold;
}
/*addition Ends*/
/*Added On 03/08/09 for New HTML*/
/*add in 07.07.09*/
/*contact us*/
.forms-holder {
	height: 1%;
	overflow: hidden;
}
.forms-holder p {
	font-size: 12px;
	padding:10px 10px 14px 10px;
	margin: 0;
}
.forms-holder label {
	clear: left;
	color:#424242;
	float:left;
	font-weight:bold;
	width:180px;
	padding: 10px 0 0 10px;
	font-size:12px;
	line-height:22px;
}
.forms-holder .text {
	float: none;
	margin: 10px 0 0;
	display:block;
	height:22px;
	overflow:hidden;
	width: 420px;
	padding:0;
}
.forms-holder select {
	font-size: 13px;
	width: 420px;
	color: #000 !important;
}
.forms-holder .text input {
	width: 408px;
	padding:2px 5px 3px;
	float: left;
	border: 1px solid #7f9db9;
}
.forms-holder textarea {
	width: 528px;
	height: 123px;
	margin: 10px 0 0;
	overflow: auto;
	padding: 3px 0 3px 5px;
	border: 1px solid #7f9db9;
}
.forms-holder .btn-holder {
	padding: 30px 10px 10px 0;
	float: right;
	margin: 0;
	clear: both;
}
/*Added on 04/09/09 for New HTML*/
.forms-holder .message-box {
	overflow:hidden;
	margin:5px 0 -25px;
	padding:0 0 0 140px;
}
.forms-holder .message-box p {
	color:#fe2222;
	margin:0;
	padding:0;
}
/*Addition Ends*/
.btn_black {
	border: 1px outset #383838;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	padding: 0 6px;
	background-color: #383838
}
.btn_blue {
	padding: 0;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border:1px outset #39c ;
	background-color: #39c;
}
/*contact us*/
/*Email a friend*/
.email-friend-holder textarea {
	width: 413px;
	height: 65px;
}
/*Email a friend*/
/*Forgotten password*/
.fleft-col {
	float: left;
	margin:-5px 13px 0 3px;
	padding:12px 10px;
	width: 228px;
	display: inline;
}
.fleft-col p {
	font-size: 12px;
}
.forgotten-pass-holder label {
	padding: 10px 20px 0 0;
	width: auto;
}
.forgotten-pass-holder .text {
	width: 350px;
	float: left;
	display: inline;
}
.forgotten-pass-holder .text input {width: 338px;}
/*Forgotten password*/
/*make-suggestion-holder*/
.make-suggestion-holder p {
	padding: 5px 10px;
}
/*make-suggestion-holder*/
/*privacy-policy*/
.privacy-policy {
	padding-bottom: 20px;
}
.privacy-policy h4 {
	font-size: 12px;
	margin: 38px 0 5px;
}
.privacy-policy p {
	text-align: justify;
	font-size: 12px;
	margin: 12px 0;
}
.enum {
	height: 1%;
	overflow: hidden;
}
.enum span {
	display: block;
	/*Changed on 04/09/09 for New HTML*/
	/*font-size: 12px;*/
	font-size: 11px;
}
/*privacy-policy*/
/*Community standards*/
.coment-question:hover{text-decoration: none;}
.coment-question {
	line-height: 25px;
	color: #069;
	font-size: 12px;
	float: right;
	font-weight: bold;
	text-decoration: underline;
}
h3.community-standart {
	font-size: 11px;
	text-decoration: underline;
	text-align: center;
}
.community-standards {
	font-size: 11px !important;
	text-align: justify;
	padding-bottom: 40px;
}
.alpha {
	list-style-type: upper-alpha;
	font-weight: bold;
	margin-top: 0;
}
.alpha li {
}
.alpha p {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}
.decimal {
	list-style-type: decimal;
	margin-top: 0;
	margin-bottom: 0;
}
.decimal li {
	padding: 0 0 5px 15px;
}
.decimal p {
	font-size: 11px;
	line-height: normal;
	margin: 2px 0;
}
.blue {
	color: #00f;
}
.community-standards .enum span {
	float: left;
	margin: 0 0 0 -40px;
	display: inline;
	clear: left;
}
.community-standards .enum {
	padding: 0 0 0 40px;
}
.center {
	text-align: center;
	display: block;
}
.normal {
	font-weight: normal;
}
/*Community standards*/
/*info promt */
.fright-col {
	float: right;
	margin:-5px 13px 0 3px;
	padding:12px 10px;
	width: 228px;
	height: 150px;
	display: inline;
}
.fright-col p {
	font-size: 12px;
}
.bold-blue {
	color:#069;
	font-size:13px;
	font-weight:bold;
	padding:10px 0 5px 10px;
}
.info-promt {
	float: left;
	width: 460px;
	padding: 0 0 0 10px;
}
/*Changed on 04/09/09 for New HTMLs*/
/*.info-promt-holder textarea {
	width: 458px;
	padding:3px 0;
	height: 45px;
	margin: 20px 0 0;
}*/
.info-promt-holder p.as-textarea {
	width: 448px;
	padding:3px 5px;
	height: 45px;
	margin: 20px 0 0;
	border: 1px solid #7F9DB9;
	background: #ddd;
	color: #aaa;
}
.info-promt-holder label {
	float: left;
	width: 100px;
	padding: 0 10px;
	line-height: 30px;
}
.info-promt-holder .wide {
	width: 447px;
	margin: 0;
	padding: 0;
}
.info-promt-holder select {
	width: 335px;
	margin: 5px 0 0 !important;
}
.btn_delblue {
	margin: 10px 15px 0 0;
	display: inline;
	background-color:#39c;
	border:1px outset #39c;
	color:#fff;
	font-size:12px;



	font-weight:bold;
	padding:0;
	float: right;
}
/*Added on 04/09/09 for new html*/
.subject-category {
	display: none;
	width: 447px;
	overflow: hidden;
	background: #ccc;
	font-size: 11px;
	line-height: 20px;
	margin: 5px 0 0;
}
.subject-category strong {
	padding: 0 0 0 7px;
}
.change-subjest {
	float: right;
	color: #000 !important;
	margin: 0 15px;
	display: inline;
}
.checkbox-holder {
	display: none;
	margin: 5px 0;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.stoke-tl {
	background: url(../images/stoke-tl.gif) no-repeat;
	width: 100%;
	overflow: hidden;
}
.stoke-tr {
	background: url(../images/stoke-tr.gif) no-repeat 100% 0;
	width: 100%;
	overflow: hidden;
}
.stoke-bl {
	background: url(../images/stoke-bl.gif) no-repeat 0 100%;
	width: 100%;
	overflow: hidden;
}
.stoke-br {
	background: url(../images/stoke-br.gif) no-repeat 100% 100%;
	width: 100%;
	overflow: hidden;
	padding: 5px 0 3px;
}
.stoke {
	border-left: 1px solid #d0d0bf;
	border-right: 1px solid #d0d0bf;
	height: 1%;
	overflow: hidden;
}
.check-list {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
.check-list li {
	padding: 3px 0 3px 5px;
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.check-list li input {
	float: left;
	margin: 0 !important;
	height: 15px;
	width: 16px;
}
.check-list li label {
	clear: none;
	line-height: 15px;
	font-weight: normal;
	font-size: 11px !important;
	
}
/*Addition Ends*/
/*info promt */
/*FAQ start*/
#gg_New_pageBg {
	background:url(../images/img_page_bg.gif) repeat-y;
	float:left;
	width:100%;
}
#gg_New_containFAQleft {
	color:#000;
	float:left;
	font: 9pt Arial,Helvetica,sans-serif;
	margin-top:0;
	width:300px;
}
#gg_New_containFAQans {
	color:#000;
	float:right;
	font:10pt/18px Arial,Helvetica,sans-serif;
	width:415px;
}
#gg_New_containFAQcontent {
	float:left;
	margin:0;
	/*Changed on 04/09/09 for New HTML*/
	/*padding: 0 0 0 8px;*/
	padding: 0 0 0 7px;
}
#gg_New_FAQquestHead1 h2,
#gg_New_FAQquestHead2 h2,
#gg_New_FAQquestHead3 h2,
#gg_New_FAQquestHead4 h2,
#gg_New_FAQquestHead5 h2 {
	background:url(../images/img_faq_bg_quest.gif) no-repeat;
	color:#fff;
	font:bold 12pt/26px Arial,Helvetica,sans-serif;
	margin:0;
	padding:0 0 8px 8px;
	text-transform:capitalize;
	vertical-align:middle;
	width:292px;
}
.gg_New_commonDiv {
	color:#007aaa;
	font:bold 10pt Arial,Helvetica,sans-serif;
	margin-top:5px;
	overflow: hidden;
}
.gg_New_commonDiv a{
	color: #069;
	font-size: 10pt;
	font-weight: bold;
}
#gg_New_faqBasic1 ul, #gg_New_faqBasic2 ul, #gg_New_faqBasic3 ul, #gg_New_faqBasic4 ul, #gg_New_faqMember1 ul, #gg_New_faqMember2 ul, #gg_New_faqMember3 ul, #gg_New_faqMember4 ul, #gg_New_faqFind1 ul, #gg_New_faqFind2 ul, #gg_New_faqFind3 ul, #gg_New_faqShare1 ul, #gg_New_faqPay1 ul, #gg_New_faqPay2 ul {
	margin:0 0 0 20px;
	padding:0;
	width:270px;
	color:#007aaa;
	font:10pt/20px Arial,Helvetica,sans-serif;
	list-style-type:none;
}
#gg_New_faqBasic1 ul li a, #gg_New_faqBasic2 ul li a, #gg_New_faqBasic3 ul li a, #gg_New_faqBasic4 ul li a, #gg_New_faqMember1 ul li a, #gg_New_faqMember2 ul li a, #gg_New_faqMember3 ul li a, #gg_New_faqMember4 ul li a, #gg_New_faqFind1 ul li a, #gg_New_faqFind2 ul li a, #gg_New_faqFind3 ul li a, #gg_New_faqShare1 ul li a, #gg_New_faqPay1 ul li a, #gg_New_faqPay2 ul li a {
	color:#007aaa;
	font:10pt Arial,Helvetica,sans-serif;
	padding: 0 2px;
	text-decoration:underline;
}
#gg_New_FAQquestHead1 {
	margin-bottom:5px;
	width:300px;
}
#gg_New_FAQquestHead2,
#gg_New_FAQquestHead3,
#gg_New_FAQquestHead4,
#gg_New_FAQquestHead5 {
	margin:15px 0 5px;
	width:300px;
}
#gg_New_containFAQheader {
	color:#000;
	font:bold 10pt Arial,Helvetica,sans-serif;
	width: 100%;
	overflow: hidden;
}
.gg_New_faqHeadTop {
	background:url(../images/faq_head_top.gif) no-repeat;
	height:5px;
	overflow: hidden;
}
.gg_New_faqBg {
	background:#faf9f9;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	padding: 0 5px;
	overflow: hidden;
}
.gg_New_faqHeadBott {
	background:url(../images/faq_head_bott.gif) no-repeat;
	height:5px;
	overflow: hidden;
}
.gg_New_faqHeadCommonBg {
	background:url(../images/faq_head_common_bg.gif) repeat-y;
	padding: 0 5px;
}
/*11111111111111111111111111111111111111*/
.gg_New_tableTL2 {
	background:url(../images/img_table_tl2.gif) no-repeat 0 50%;
	height:21px;
	width:9px;
}
.gg_New_tableBgTop2 {
	background:url(../images/img_table_bg_top2.gif) repeat-x;
}
.gg_New_tableTR2 {
	background:url(../images/img_table_tr2.gif) no-repeat 100% 50%;
	height:21px;
	width:9px;
}
.gg_New_tableCommonBg2 {
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
}
.gg_New_tableRow {
	background-color:#ececec;
	border-bottom:1px solid #fff;
	color:#444;
	font: 9pt Arial,Helvetica,sans-serif;
	padding:2px 3px 2px 5px;
	text-align:left;
	vertical-align:middle;
}
.gg_New_tableRowAlt {
	background-color:#fff;
	border-bottom:1px solid #fff;
	color:#444;
	font: 9pt Arial,Helvetica,sans-serif;
	padding:2px 3px 2px 5px;
	text-align:left;
	vertical-align:middle;
}
.gg_New_tableBL2 {
	background:url(../images/img_table_bl2.gif) no-repeat 0 50%;
	height:19px;
	width:10px;
}
.gg_New_tableBgBott2 {
	background:url(../images/img_table_bg_bott2.gif) repeat-x;
}
.gg_New_tableBR2 {
	background:url(../images/img_table_br2.gif) no-repeat 100% 50%;
	height:19px;
	width:10px;
}
/*Added on 04/09/09 for New HTMLs*/
.gg_New_tableTL {
	background:url(../images/table-top-l.gif) no-repeat;
	width:11px;
	height:26px;
}
.gg_New_tableTR {
	background:url(../images/table-top-r.gif) no-repeat;
	width:11px;
	height:26px;
}
.gg_New_tableHeader {
	font-weight:bold;
	color:#2a2a2a;
	background:url(../images/table-top-bg.gif) repeat-x;
	height:26px;
}

/*addition Ends*/
/*FAQ end*/
.blockalert span {display: block;}
.blockalert {
	clear: left;
	overflow: hidden;
	color:#f00;
	font-size:12px;
	padding:13px 10px 0 140px;
	font-weight:bold;
}
/*Added on 04/09/09 for New HTMLs*/
.info-promt .blockalert{
	padding:7px 10px 0;
}
.blockalert p {
	padding:0;
	font-weight:bold;
}

/*addition Ends*/
.alert-activate-account {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0;
	
	clear: right;
}
.alert-activate-account div {
	padding: 8px 20px 8px 15px;
	font-size: 13px;
	color: #fff;
	background: #800000;
}
.alert-activate-account a {
	color: #fff;
}
/* Glitch page start*/
.glitch-form-holder {
	margin: 0 auto;
	width: 620px;
	overflow: hidden;
}
.glitch-form-holder textarea {width: 413px;}
.glitch-form {padding: 0 0 20px;}
.glitch-form h3 {
	padding:10px 0 10px 10px;
	font-size: 18px;
	margin: 0;
	line-height: normal;
}
.glitch-form h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #069;
	padding:15px 0 1px 10px;
	line-height: normal;
}
/*Added on 04/09/09 for New HTMLs*/
* html .wrap-page-1 {
	height: 661px;
	overflow:visible;
}
.wrap-page-1 {
	min-height: 661px;
}
/*Addition Ends*/
/* Glitch page end */
/*Addition Ends*/
/*Added By TCS on 07/09/09 for Alert Profile Program field*/
.program {
	width: 330px;
	margin: 5px 0 0 !important;
}
/**/
