* {
	margin: 0;
	padding: 0;	
}
html {
	padding: 0;
	margin: 0;
	
}
body {
	padding: 0;
	margin: 0;
	height: 100%;
	text-align: center;
	background: #fff center top url(images/bg_gradient.png) repeat-y; /* #C7CCD3 */
	behavior:url("csshover.htc");
}

#container {
	margin: 5px auto;
	text-align: left;
	width: 945px;
}	

.logoblock {
	height: 38px;
	margin: 0 0 4px 0;
	padding: 0 0 0 200px;
	background: url(images/logo.png) no-repeat;
	color: #507aaa;
	font: italic 18px/38px "Times New Roman", sans-serif;
}

.logoblock img {
	margin-top: 7px;
}

.topminimenu {
	float:right; 
	padding: 0 30px 0 0;
}

.topminimenu a {
	color: #4e4e4e;
	font: 11px/38px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.topminimenu span {
	margin: 0 9px; 
	font-size: 9px;
}

#topmenu {
	width: 945px;
	height: 31px;
	text-align: center;
	background: url(images/topmenu_bg.png) repeat-x;	
	position: relative;
	z-index: 2;
}
.topmenubutton {
	margin: 0 auto;
	padding: 0;
}
.topmenubutton li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.topmenubutton li span {
	width: 2px;
	height: 26px;
	display: block;
	float: left;
	margin: 3px auto 0;
	background: #456587;
}
.topmenubutton_em_left {
	background: url(images/topmenu_bg_selected_left.png) no-repeat;
	width: 2px;
	height: 31px;
	display: block;
	float: left;
	visibility: hidden;
}
.topmenubutton_em_right {
	background: url(images/topmenu_bg_selected_right.png) no-repeat;
	width: 2px;
	height: 31px;
	display: block;
	float: left;
	visibility: hidden;
}
.topmenubutton a {
	height: 31px;
	font: 13px/31px Arial, Helvetica, sans-serif;
	color: #fff;
	/*background: url(images/btn_default_bg.png) repeat-x;*/
	background: url(images/topmenu_bg.png) repeat-x;
	border: 0;
	text-decoration: none;
	padding: 0 25px;
	margin: 0 auto;
	display: block;	
	float: left;
}
.topmenubutton a:hover {
	/*background-position: 0 -90px;*/
	color: #3BCAED;
}
#topmenubutton_selected a{
	color: #325788;
	background: url(images/topmenu_bg_selected.png) repeat-x;
}
#topmenubutton_selected em{
	visibility: visible !important;
}
.topmenulogin {
	float: right;
	color: #fff;
	background: url(images/login_bg.png) no-repeat;
	height: 31px;
	width: 99px;
	padding: 0 25px 0 0;
	position: relative;
}
.topmenulogin a {
	font: bold 12px/31px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}
.topmenulogin a:hover {
	color: #37D6F8;
}

.main_logo {
	width: 945px;
	height: 228px;
	background: url(images/main_logo.png) no-repeat;
	position: relative;
	border-bottom: 3px solid #33CBEC;
	margin: 7px 0 16px 0;
	padding: 0;
	background-color:#31557e;
}

.main_logo_pic {
	margin: 0; 
	padding: 28px 0 0 454px; 
	width: 460px;
}

.main_logo_message_2 {
	margin: 0; 
	padding: 0; 
	color: #37d6f8; 
	font: 19px/20px Arial, Helvetica, sans-serif;
}

.main_logo_message_3 {
	margin: 0; 
	padding: 2px 0 20px 0; /*5px 0 20px 0; */
	color: #fff; 
	font: 11px/12px Arial, Helvetica, sans-serif;
}

.main_logo_signup {
	float: left; 
	background: url(images/sign_up.png) no-repeat; 
	display: block; 
	width: 154px; 
	height: 39px;
}

.main_logo_signup span {
	display: none;
}

.main_logo_demo {
	float: left; 
	background: url(images/demo.png) no-repeat; 
	display: block; 
	width: 135px; 
	height: 39px; 
	margin-left: 20px;
}

.main_logo_demo span {
	display: none;
}

.main_logo_nopic {
	width: 945px;
	height: 0px;
	position: relative;
	border-bottom: 3px solid #33CBEC;
	margin: 7px 0 5px 0;
	padding: 0;
	overflow: hidden;
}

/*Main page blocks*/
/*remove this comment on edit*/

.main_bottom_block {
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
}

.main_bottom_textbox {
	color: black; 
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
	float: none;
	margin: 8px;
}

.message_title {
	color: #1d508a; 
	font: bold 13px/13px Arial, Helvetica, sans-serif;
}
.message_text {
	margin: 10px 7px 0 0; 
	color: #000; 
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
}
.takealook {
	padding: 5px 9px 0 0; 
	background: url(images/arrow.png) no-repeat right;
	color: #4B7099; 
	font: bold 11px/8px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 110px;
	left: 210px;
	text-decoration: none;
}
.takealook_wide {
	padding: 5px 9px 0 0; 
	background: url(images/arrow.png) no-repeat right;
	color: #4B7099; 
	font: bold 11px/8px Arial, Helvetica, sans-serif;
	position: absolute;
	top: 110px;
	left: 270px;
	text-decoration: none;
}
.messages_splitter {
	height: 130px;
	width: 14px;
	float: left;
	display: block;
}

.messages {
	height: 130px;
	width: 285px;
	border-bottom: 3px solid #DCE4EE;
	position: relative;
	float: left;
	margin-bottom: 17px;
}

.messages_wide {
	height: 130px;
	width: 345px;
	border-bottom: 3px solid #DCE4EE;
	position: relative;
	float: left;
	margin-bottom: 17px;
}

.messages_bottom {
	/*height: 130px;*/
	width: 285px;
	/*border-bottom: 3px solid #DCE4EE;*/
	position: relative;
	float: left;
	margin-bottom: 17px;
}

.messages_wide_bottom {
	/*height: 130px;*/
	width: 345px;
	/*border-bottom: 3px solid #DCE4EE;*/
	position: relative;
	float: left;
	margin-bottom: 17px;
}

.messages_bottom_date {
	color: #797979;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 8px;
	display: block;
	overflow: hidden;
}

.messages_bottom_msg {
	float: left;
	display: block;
	width: 230px;
	margin-bottom: 8px;
}

.messages_bottom_msg_small {
	float: left;
	display: block;
	width: 170px;
	margin-bottom: 8px;
}

.messages_url {
	color: #466b96;
	text-decoration: underline;
}

.messages_nb {
	height: 130px;
	width: 285px;
	position: relative;
	float: left;
	margin-bottom: 17px;
}
.messages_wide_nb {
	height: 130px;
	width: 345px;
	position: relative;
	float: left;
	margin-bottom: 17px;
}

.bottom_long_line {
	border-bottom: 3px solid #DCE4EE; 
	display: block; 
	margin-bottom: 1px;
}

.bottom_menu {
	margin-top: 5px;
	padding: 0;
	position: relative;
}
.bottom_menu a {
	color: #466b96;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.bottom_menu_span {
	margin: 0 10px; 
	padding: 0;
	font-size: 11px;
	color: #466b96;
}
.twitter {
	color: #999;
	height: 18px;
	font: 11px/18px Arial, Helvetica, sans-serif;
	width: 95px;
	position: absolute;
	top: -9px;
	left: 845px;
}
.twitter img {
	border: 0; 
	float: right; 
	padding-left: 5px;
}

.bottom_text {
	position: relative; 
	margin-top: 5px;
	width: 945px; 
	text-align: center;
}

.bottom_text_copyright, .bottom_text_copyright a {
	color: #999; 
	font: 10px/12px Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-decoration: none;
}

.bottom_text_copyright a {
	color: #999; 
	font: 10px/12px Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-decoration: underline;
}

.bottom_text_copyright a:hover{
	color: #3BCAED; 
	text-decoration: underline;
}

/* pricing */
.pricing_messages {
	width: 450px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
.pricing_message_title {
	color: #05beee; 
	font: bold 13px/13px Arial, Helvetica, sans-serif;
}
.pricing_message_text {
	margin: 15px 0 0 0; 
	color: #000; 
	font: 11px/12px Arial, Helvetica, sans-serif;
	text-align: justify;
}
.pricing_messages_splitter {
	height: 10px;
	width: 40px;
	float: left;
	display: block;
}

.type_basic {
	width: 305px;
	padding-bottom: 17px; 
	padding-left: 6px;
	padding-right: 6px;
	left: 5px;
	right: 5px;
	height: 178px;
	background: url(images/basic.png) no-repeat;
	float: left;
	margin-top: 12px;
	position: relative;
}
.type_basic span {
	position: absolute;
	top: 15px; 
	right: 25px; 
	color: #fff; 
	font: 22px/22px Arial, Helvetica, sans-serif;
}
.type_basic_div {
	position: absolute; 
	top: 50px; 
	left: 30px; 
	color: #000; 
	font: 18px/22px Arial, Helvetica, sans-serif;
}
.type_basic a {
	position: absolute; 
	top: 125px; 
	left: 148px; 
	background: url(images/pricing_signup.png) no-repeat; 
	display: block; 
	width: 151px; 
	height: 35px;
}

.basic_annual_chk {
	position: absolute; 
	top: 125px !important; 
	left: 30px; 
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif !important;
}
.basic_annual_chk input {
	width: 14px;
	height: 14px;
	font: 14px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #888;
	float: left;
}
.type_basic_annual {
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
.type_basic_submit {
	position: absolute; 
	top: 152px; 
	left: 148px; 
	background: url(images/pricing_signup.png) no-repeat; 
	display: block; 
	width: 151px; 
	height: 35px;
	border: 0;
}

.type_advanced {
	width: 318px;
	height: 207px;
	background: url(images/advanced.png) no-repeat;
	float: left;
	position: relative;
}
.type_advanced span {
	position: absolute; 
	top: 18px; 
	right: 20px; 
	color: #fff; 
	font: 22px/22px Arial, Helvetica, sans-serif;
}
.type_advanced_div {
	position: absolute; 
	top: 58px; 
	left: 30px; 
	color: #000; 
	font: 18px/22px Arial, Helvetica, sans-serif;
}
.type_advanced a {
	position: absolute; 
	top: 142px; 
	left: 140px; 
	background: url(images/pricing_signup2.png) no-repeat; 
	display: block; 
	width: 161px; 
	height: 40px;
}

.advanced_annual_chk {
	position: absolute; 
	top: 136px !important; 
	left: 30px; 
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif !important;
}
.advanced_annual_chk input {
	width: 14px;
	height: 14px;
	font: 14px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #888;
	float: left;
}
.type_advanced_annual {
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
.type_advanced_submit {
	position: absolute; 
	top: 168px; 
	left: 140px; 
	background: url(images/pricing_signup2.png) no-repeat; 
	display: block; 
	width: 161px; 
	height: 40px;
	border: 0;
}
.type_enterprise {
	width: 305px;
	height: 198px;
	background: url(images/enterprise2.png) no-repeat;
	float: left;
	margin-top: 12px;
	position: relative;
}
.type_enterprise span {
	position: absolute; 
	top: 15px; 
	left: 190px; 
	color: #fff; 
	font: 22px/22px Arial, Helvetica, sans-serif;
}
.type_enterprise div {
	position: absolute; 
	top: 50px; 
	left: 30px; 
	color: #333; 
	font: 18px/22px Arial, Helvetica, sans-serif;
}
.type_enterprise a {
	position: absolute; 
	top: 125px; 
	left: 148px; 
	background: url(images/pricing_signup.png) no-repeat; 
	display: block; 
	width: 151px; 
	height: 35px;
}
.enterprise_annual_chk {
	position: absolute; 
	top: 125px !important; 
	left: 30px; 
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif !important;
}
.enterprise_annual_chk input {
	width: 14px;
	height: 14px;
	font: 14px/14px Arial, Helvetica, sans-serif;
	border: 1px solid #888;
	float: left;
}
.type_enterprise_annual {
	color: #333; 
	font: 14px/14px Arial, Helvetica, sans-serif;
	padding-left: 8px;
}
.type_enterprise_submit {
	position: absolute; 
	top: 152px; 
	left: 148px; 
	background: url(images/pricing_signup.png) no-repeat; 
	display: block; 
	width: 151px; 
	height: 35px;
	border: 0;
}
.type_splitter {
	height: 100px;
	width: 9px;
	float: left;
	display: block;
}
.type_splitter_2 {
	height: 100px;
	width: 6px;
	float: left;
	display: block;
}

.pricing_signup {
	color: #456587; 
	font: bold 12px/13px Arial, Helvetica, sans-serif;
}
.pricing_signup_ex {
	color: #456587; 
	font: 12px/13px Arial, Helvetica, sans-serif;
}


/* register */
.register_leftpanel {
	width: 600px;
	margin-left: 30px;
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.register_leftpanel_title {
	padding: 24px 0 1px 0; /*10.10.*/
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.register_leftpanel p {
	padding-bottom: 15px;
}
.register_message_url {
	color: #1d508a;
}
.register_leftpanel a {
	color: #1d508a;
}
.register_message_title {
	color: #456587;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	padding: 15px 0 10px 0;
}
.register_message_title_orange {
	color: #d35e22;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.register_message_text {
	color: #333;
	font: 12px/13px Arial, Helvetica, sans-serif;	
}
.register_leftpanel input {
	padding: 4px 0 4px 2px;
	_padding: 5px 0 3px 2px;
}
.register_input_375 input {
	width: 373px;
	height: 15px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border: 1px solid #888;
}
.register_input_200 input {
	width: 198px;
	height: 15px;
	font: 12px/12px Arial, Helvetica, sans-serif;	
	margin-bottom: 15px;
	border: 1px solid #888;
}
.register_leftpanel select {
	padding: 4px 0 4px 0;
}
.register_input_200 select {
	width: 202px;
	height: 25px;
	font: 12px/14px Arial, Helvetica, sans-serif;	
	margin-bottom: 15px;
	border: 1px solid #888;
}
.register_input_170 select {
	width: 172px;
	height: 25px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border: 1px solid #888;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body:first-of-type .safari_bug_select {
		height: 19px;
		line-height: 19px;
	}
}
.register_input_110 input {
	width: 108px;
	height: 15px;
	font: 12px/12px Arial, Helvetica, sans-serif;	
	margin-bottom: 15px;
	border: 1px solid #888;
}
.register_input span {
	width: 125px;
	height: 25px;
	margin-right: 15px;
	display: block;
	float: left;
	text-align: right;
	line-height: 25px;
}
.register_label {
	font: 12px/13px Arial, Helvetica, sans-serif;
	float: right;	
}
.register_input_siteAddress {
	width: 370px;
	margin-left: 70px;
}
.register_input_siteAddress span {
	margin-right: 3px;
	padding: 0;
	width: 150px;
}
.register_input_iAgree {
	float: left; 
	padding: 0 !important;
	margin-right: 5px; 
	border: 1px solid #888; 
	width: 14px; 
	height: 14px;
}
.register_button_iAgree {
	cursor: pointer; 
	border: 0; 
	background: url(images/create_pmphq_site.png) no-repeat; 
	width: 409px; 
	height: 35px; 
	margin: 20px 0 30px 0;
}

.register_rightpanel {
	float: right;
	width: 266px;
	background: url(images/pricing_su_rightpannel_middle.png) repeat-y;
	color: #000;
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 40px;
}
.register_rightpanel_height {
	height: 1302px;
	_height: 1335px;
}
.register_rightpanel_top {
	background: center top url(images/pricing_su_rightpannel_top.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 266px;
	height: 9px;
	_height: 10px;
}
.register_rightpanel_bottom {
	background: url(images/pricing_su_rightpannel_bottom.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 266px;
	height: 6px;
}
.register_rightpanel_message {
	width: 226px; 
	margin: 20px 0 0 20px;
	padding-bottom: 10px;
}
.register_rightpanel_message_title {
	color: #1d508a;
	font-weight: bold;
	margin-bottom: 7px;
}

.register_pic {
	background: left top url(images/register.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 75px;
	height: 100px;
	float: left;
	margin-top: 15px;
}

/* thankyou */
.thankyou_rightpanel_height {
	height: 275px;
	_height: 294px;
}
.thankyou_leftpanel_title {
	padding: 20px 0 6px 0; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.thankyou_message_title {
	color: #456587;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	padding: 14px 0 12px 0;
}
.thankyou_selected_type {
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

/* about */
.about_rightpanel {
	float: right;
	width: 266px;
	color: #41658e;
	margin-top: 15px;
}
.about_rightpanel_message {
	margin: 0 0 40px 0;
}
.about_rightpanel_message_text {
	width: 200px; 
	margin: 0 0 0 35px;
	font: italic 12px/16px Arial, Helvetica, sans-serif;
}
.about_rightpanel_message_sign {
	color: #41658e;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
}
.about_rightpanel_message_top {
	background: left top url(images/qleft.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 266px;
	height: 18px;
}
.about_rightpanel_message_bottom {
	background: right top url(images/qright.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 266px;
	height: 18px;
}

.about_panel {
	margin-left: 25px;
}
.about_panel_title {
	padding: 20px 0 7px 1px; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.about_leftpanel {
	width: 600px;
	/*margin-left: 30px;*/
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.about_leftpanel_title {
	padding: 10px 0 10px 0; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.about_leftpanel_pic {
	background: left top url(images/cloud.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 87px;
	height: 100px;
	float: left;
	margin-top: 15px;
}
.about_leftpanel_text {
	float: left; 
	width: 495px; 
	margin-top: 13px;
}
.about_leftpanel p {
	padding-bottom: 15px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	width: 490px;
}
.about_message_url {
	color: #1d508a;
}
.about_leftpanel a {
	color: #1d508a;
}
.about_message_block {
	float: left; 
	width: 250px; 
	display: block; 
	margin: 5px 0 20px 0;
}
.about_message_title {
	color: #456587;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	padding: 0 0 2px 50px;
}
.about_message_text {
	color: #333;
	font: 12px/15px Arial, Helvetica, sans-serif;	
	padding: 0 0 0 50px;
}

/* addons */
.addons_leftpanel {
	width: 630px;
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.addons_leftpanel_pic {
	background: left top url(images/addons.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 87px;
	height: 100px;
	float: left;
	margin-top: 16px;
}
.addons_leftpanel_betatitle {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin: 7px 0 28px 0;
}
.addons_leftpanel_offertitle {
	color: #456587;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
.addons_leftpanel_offermsg {
	background: left top url(images/addons-arrow.png) no-repeat;
	display: block;
	/*float: left;*/
	margin: 0 0 20px 0;
	padding-left: 25px;

}
.addons_leftpanel_text {
	float: left; 
	width: 525px; 
	margin-top: 13px;
	padding-bottom:	172px;
}
.addons_message_url {
	color: #1d508a;
}
.addons_leftpanel a {
	color: #456587;
	font-weight: bold;
}

/* buzz */


a.buzz:link {
	color: #456587;
	text-decoration: none;
	
}

a.buzz:visited {
	color: #456587;
	text-decoration: none;	
}

a.buzz:hover {
	color: #456587;
	text-decoration: none;	
}

a.buzz.active {
color: #456587;
	text-decoration: none;	
}

.buzz_leftpanel {
	width: 900px;
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.buzz_leftpanel_pic {
	background: left top url(images/buzz.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 110px;
	height: 100px;
	float: left;
	margin-top: 16px;
}
.buzz_leftpanel_text {
	float: left; 
	width: 712px; 
	margin-top: 17px;
	padding-bottom:	260px;
}

.buzz_logo {
	width: 120px;
	display: block;
	overflow: hidden;
	float: left;
	text-align: right;
	padding-right: 24px;
}


.buzz_rightpanel_message {
	margin: 0 0 5px 0;
}
.buzz_rightpanel_message_text {
	/*width: 650px;*/
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding-right: 24px;
	}
.buzz_rightpanel_message_sign {
	color: #456587;
	font: italic 12px/16px Arial, Helvetica, sans-serif;
	line-height: 12px;
	padding-top: 10px;
	margin: 0 0 0 350px;
}
.buzz_rightpanel_message_top {
	background: url(images/qleft.png) no-repeat left top;
	display: block;
	overflow: hidden;
	height: 18px;
	margin-left: 120px;
}
.buzz_rightpanel_message_bottom {
	background: url(images/qright.png) no-repeat right top;
	display: block;
	overflow: hidden;
	height: 18px;
}

/* tour */
.tour_panel {
	margin-left: 25px;
}
.tour_panel_title {
	padding: 20px 0 7px 1px; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.tour_leftpanel {
	width: 900px;
	/*margin-left: 30px;*/
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.tour_leftpanel_title {
	padding: 10px 0 10px 0; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.tour_leftpanel_pic {
	background: left top url(images/tour.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 87px;
	height: 100px;
	float: left;
	margin-top: 17px;
}
.tour_leftpanel_text {
	float: left; 
	width: 800px; 
	_width: 780px;
	margin-top: 13px;
}
.tour_leftpanel p {
	width: 800px;
	_width: 780px;
	color: #456587;
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding-top: 13px;
}
.tour_leftpanel ul {
	width: 800px;
	_width: 780px;
	margin: 0 0 12px 25px;
}
.tour_message_url {
	color: #1d508a;
}
.tour_leftpanel a {
	color: #1d508a;
}
.tour_leftpanel img {
	border: 1px solid #B9BDC3;
}
.tour_leftpanel center {
	width: 855px;
	_width: 780px;
	margin-left: -1px;
}

.tour_leftpanel_maintitle {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin: 7px 0 2px 0;
}
.tour_leftpanel_subtitle {
	color: #456587;
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin: 5px 0 20px 0;
}

/* contact us */
.contact_panel {
	margin-left: 25px;
}
.contact_panel_title {
	padding: 20px 0 7px 1px; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.contact_leftpanel {
	width: 600px;
	/*margin-left: 30px;*/
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.contact_leftpanel_title {
	padding: 10px 0 10px 0; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.contact_leftpanel_pic {
	background: left top url(images/contact_mail.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 87px;
	height: 100px;
	float: left;
	margin-top: 17px;
}
.contact_leftpanel_text {
	float: left; 
	width: 495px; 
	margin-top: 13px;
}
.contact_leftpanel_text_ex {
	float: left; 
	width: 495px; 
	margin-top: 15px;
	margin-left: 155px;
	_margin-left: 78px;
}
.contact_leftpanel p {
	padding-bottom: 15px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	width: 490px;
}
.contact_message_url {
	color: #1d508a;
}
.contact_leftpanel a {
	color: #1d508a;
}
.contact_message_block {
	float: left; 
	width: 250px; 
	display: block; 
	margin: 5px 0 20px 0;
}
.contact_message_title {
	color: #456587;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	padding: 0 0 2px 50px;
}
.contact_message_text {
	color: #333;
	font: 12px/15px Arial, Helvetica, sans-serif;	
	padding: 0 0 0 50px;
}

.contact_leftpanel_subtitle {
	color: #456587;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin: 14px 0 14px 0;
}

.contact_leftpanel input {
	padding: 4px 0 4px 2px;
	_padding: 5px 0 3px 2px;
}
.contact_input_375 input {
	width: 373px;
	height: 15px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border: 1px solid #888;
}
.contact_input span {
	width: 60px;
	height: 25px;
	margin-right: 15px;
	display: block;
	float: left;
	text-align: right;
	line-height: 25px;
}
.contact_input textarea {
	width: 375px;
	height: 87px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	border: 1px solid #888;
}
.contact_button_send {
	cursor: pointer; 
	border: 0; 
	background: url(images/send.png) no-repeat; 
	width: 127px; 
	height: 36px; 
	margin: 0 0 13px 330px;
}

/* policy */
.policy_panel {
	margin-left: 25px;
}
.policy_panel_title {
	padding: 20px 0 7px 1px; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.policy_leftpanel {
	width: 918px;
	/*margin-left: 30px;*/
	color: #333;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
.policy_leftpanel_title {
	padding: 10px 0 10px 0; 
	color: #1d508a; 
	font: bold 20px/25px Arial, Helvetica, sans-serif;
}
.policy_leftpanel_pic {
	background: left top url(images/register.png) no-repeat;
	display: block;
	overflow: hidden;
	width: 75px;
	height: 100px;
	float: left;
	margin-top: 17px;
}
.policy_leftpanel_text {
	float: right; 
	width: 840px; 
	margin-top: 13px;
	text-align: justify;
}
.policy_leftpanel p {
	width: 840px;
	/*color: #456587;*/
	margin: 0 0 5px 0;
	padding-top: 13px;
}
.policy_leftpanel ul {
	width: 815px;
	margin: 0 0 12px 25px;
}
.policy_leftpanel ol {
	width: 815px;
	margin: 0 0 0 25px; /*0 0 12px 25px;*/
	padding-top: 12px;
}
.policy_leftpanel ol li {
	padding-bottom: 12px;
}
.policy_message_url {
	color: #1d508a;
}
.policy_leftpanel a {
	color: #1d508a;
}
.policy_leftpanel img {
	border: 1px solid #B9BDC3;
}
.policy_leftpanel center {
	width: 855px;
	margin-left: -1px;
}

.policy_leftpanel_maintitle {
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	margin: 7px 0 2px 0;
}
.policy_leftpanel_subtitle {
	color: #456587;
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin: 5px 0 20px 0;
}

/* login */
.login input {
	padding: 4px 0 4px 2px;
	_padding: 5px 0 3px 2px;
}
.login_input {
	position: absolute; 
	z-index:1000; 
	top: 0; 
	left: -110px; 
	display: none;
}
.login_input input {
	width: 115px;
	height: 15px;
	font: 11px/12px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	border: 1px solid #888;
	float: left;
	position: relative;
}
.login_input span {
	width: 71px;
	height: 15px;
	margin-right: 8px;
	padding-top: 2px;
	display: block;
	float: left;
	text-align: right;
	line-height: 15px;
	color: #000;
	font: bold 11px/12px Arial, Helvetica, sans-serif;
}
.login_button {
	cursor: pointer; 
	border: 0 !important;
	float: right !important;
	color: #fff;
	background: url(images/login_button.png) no-repeat;
	height: 23px !important;
	width: 98px !important;
	/*margin: 2px 0 0 89px !important;*/
	position: absolute !important;
	top: 71px;
	left: 101px;
}
.login_button:hover {
	background-position: 0 -23px;
}
.login_input_top {
	background: url(images/login_bg_top.png) no-repeat; 
	width: 211px; 
	height: 7px; 
	display: block; 
	overflow: hidden;
	filter:expression(fixPNG(this));
}
.login_input_middle {
	background: url(images/login_bg_middle.png) repeat-y; 
	padding-top: 3px; 
	width: 211px; 
	height: 84px;
	_height: 78px;
	filter:expression(fixPNG(this));
}
.login_input_bottom {
	background: url(images/login_bg_bottom.png) no-repeat; 
	width: 211px; 
	height: 9px;
	filter:expression(fixPNG(this));
}

#ajax-indicator {
position: absolute; /* fixed not supported by IE */
background-color:#eee;
border: 1px solid #bbb;
top:35%;
left:40%;
width:20%;
font-weight:bold;
text-align:center;
padding:0.6em;
z-index:100;
filter:alpha(opacity=50);
opacity: 0.5;
}
#ajax-indicator {
position: absolute; /* fixed not supported by IE */
background-color:#eee;
border: 1px solid #bbb;
top:35%;
left:40%;
width:20%;
font-weight:bold;
text-align:center;
padding:0.6em;
z-index:100;
filter:alpha(opacity=50);
opacity: 0.5;
}
#ajax-indicator span {
background-position: 0% 40%;
background-repeat: no-repeat;
background-image: url(images/loading.gif);
padding-left: 26px;
vertical-align: bottom;
}
