/*
 * new version of css
 *
 */

/* BEGIN: body design */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	background-color: #fffff;
}
/* END: body design */

 /* BEGIN: main alignment*/
.non_member_tpl {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
}
/* END: main alignment*/

/* BEGIN: left alignment*/
.non_member_body_left {
	float: left;
	width: 561px;
}
/* END: left alignment*/

/* BEGIN: right alignment*/
#non_member_body_right {
	background-color: #F2F2F2;
	border: 1px solid #676767;
	float: right;
	width: 256px;
}

.fb-userhome {
	border:none;
	overflow:hidden;
	width:260px;
	height:21px;
	margin: 10px 0;
}
/* END: right alignment*/

/* clearing next line */
.clear {
	clear:both;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* BEGIN: search alignment */
.searchname_error {
	background-image: url('../img/sk/images/icon_warning_32x.gif');
	background-repeat: no-repeat;
	background-position: 8px;
	text-align: center;
	padding: 0 0 3px 30px;
	font-size: 11px;
	font-weight: 700;
	color: #f00;
}

.search_tab_holder {
	font-family: Arial, Helvetica, sans-serif;
}

.search_title  {
	font-weight: 700;
	font-size: 12px;
	color: #C16C1E;
	height:33px;
	line-height:31px;
}

.search_button_submit {
	float: none;
}

.search_tab_holder {
	margin: 0px 15px;
	float: none;

}

.search_tab_holder .search_category1, .search_tab_holder  .search_category2 , .search_tab_holder  .search_category3, .search_tab_holder .search_category4 , .search_tab_holder .search_category5  {
	float: left;
	width: 110px;
	height: 50px;
}

.search_tab_holder .searchagestart select  {
	border: 1px solid #9BB3C9; 
}

.search_tab_holder select {
	width: 100px;
	border: 1px solid #9BB3C9; 
}

.search_tab_holder .search_category4 select  {
	width: 48px;
}

.search_tab_holder  span  label {
	color: #202020;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.search_tab_holder .search_category5  {
	text-align: center;
}

.search_tab_holder  .search_button_submit {
	margin: 0px auto;
	width: 20px;
	padding: 0px;
}

.search_title {
	color: #C16C1E;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

.search_tab_drop_down {
	width: 100px;
	border: 1px solid #9BB3C9;
	font-size: 12px;
}

.search_tab_holder #searchagestart, .search_tab_holder #searchageend {
	width: 48px;
}

.button-search {
	text-align: center;
	margin-bottom: 5px;

}

.button-search input {
	background-image: url('../img/sk/images/btn.png');
	border: 1px solid #000000;
	color: #ffffff;
	height: 20px;
	font-weight: 700;
	text-decoration: none;
	width: 107px;
}
/* END: search alignment */

/* BEGIN: video */
#sidebar_video1 {
	height: 239px;
	background-image: url(../img/sk/images/bg_video.jpg);
}
/* END: video */

/* BEGIN: support */
#sidebar_support {
}

.support_link {
	height: 139px;
	background-image: url('../img/sk/images/new_index_support.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	cursor:pointer
}
/* END: support */

/* BEGIN: geoip design*/

#sidebar_geoip {
	border:1px solid #454545
	}

#sidebar_geoip .geoip-text {
	font-size:18px;
}

.sidebar_geoip_txt {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-image: url(../img/sk/images/geoip_bg.jpg);
	border-bottom: 1px solid #676767;
	padding: 10px;
}

#sidebar_geoip .dark-orange {
	color: #c26d1d;
}
/* END: geoip design*/

/* BEGIN: login design*/
.sidebar_login_header {
	background-color: #454545;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
	font-weight: bold;
}

#sidebar_login {
	background-color: #F2F2F2;
	font-size:12px;
	border-bottom:1px solid #676767;
}

#sidebar_login .label-checkbox-me {
	margin-top: 10px;
}

#sidebar_login .label-me, #sidebar_login .label-checkbox {
	float: left;
}

#sidebar_login .label-checkbox {
	width: 20px;
}

#sidebar_login .label-me {
	width: 105px;
}

#sidebar_login  .label-checkbox-me  input {
	width: 0px;
}

#login_submit_btn {
	background: url('../img/sk/images/login_btn.png') no-repeat scroll 0 0 transparent;
	height: 28px; width: 28px;
	border: 0;
	cursor: pointer;
	margin: 0 0 0 3px;
}

#login_username, #login_password {
	width:182px;
	border: 1px #9BB3C9 solid;
}

#login {
	padding: 10px 0 0 20px;
	font-weight:700;
}

.login_txt1 {
	font-size: 12px;
	color: #C16C1E;
	text-decoration: underline;
}
/* END: login design*/

/* BEGIN: sidebar_search_map */
#sidebar_searchname {
    padding: 0  0 4px 12px;
    background-color: #F2F2F2;
    border-top: 1px #676767 solid;
    border-bottom: 1px #676767 solid;
}

#sidebar_searchmap {
	border-top: 1px #676767 solid;
	border-bottom: 1px #676767 solid;
	background-color: #fff;
}
/* END: sidebar_search_map */

/* BEGIN: footer design*/
.footer-weight {
	font-weight: normal;
}

.footer{
	margin-top: 10px;
	width: 825px;
	height: auto;
	margin: 25px 0 0 7px;	
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.footer a {
    color: #666;
}
.footer ul {
  list-style: none;
}
.footer li {
	display: inline;
	padding: 0 10px 0 10px;
}
/* END: footer design*/

/* BEGIN: header design */
.non_member_logo {
	width: 559px;
	height: 75px;
}

.index_logo_right_tile {
	background-image: url(../img/sk/images/register_bg_image2.gif);
	background-repeat: repeat-x;
	height:28px;
	line-height:20px;
	padding:0 5px 0 0;
	float: right;
}

.member_alerts {
	float: right;
	height: 76px;
	border-bottom: 1px solid #fff; /* ie 7 */
}


.member-alerts-width {
	width: 205px;
}
.index_logo_right_curve {
	background-image: url(../img/sk/images/register_bg_image1.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 28px;
	float: right;
}

.index_logo_right_text {
	font-size: 11px;
	font-weight: 700;
	color: #000000;
	text-decoration: underline;
}

.member-alerts-bottom-center-width  {
	width: 193px;
	height: 5px;
}


.index_logo_right {
	background-repeat: no-repeat;
	float: right;
	height: 28px;
	text-align: right;
	width:204px;
}

#login_username, login_password {
	border: 1px solid rgb(155, 179, 201); 
	width: 182px;
}

.forgot-reg-align {
	text-align: center;
	margin: 5px 0px;
}

/* BEGIN: forgotten */
.forgotten-or {
	width:132px;
	margin: 0 0 0 115px;
	text-align: center;
}

.forgotten-button {
	margin-top: 40px;
	text-align: right;
}

.forgotten-support {
	text-align: center;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}

.forgotten-support-content {
	margin: 20px 10px 0 110px;
}

.forgotten-support-bold-content {
	margin: 20px 20px 0 150px;
	font-weight: bold;
	font-size: 12px;
}
/* END: forgotten */


/* BEGIN: logged header */
.member_alerts_top_left {
	background-image: url(../img/sk/images/alerts_top_left.gif);
	background-repeat: no-repeat;
	float: left;
	width: 7px;
	height: 19px;
}

.member_alerts_top_center {
	float: left;
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.member-alerts-top-center-width {
	width: 191px;
	height: 16px; 
}

.member-alerts-top-center-width-home {
	width: 191px;
	height: 16px;
	background-color:#acc3eb;
}

.member_alerts_top_right {
	background-image: url(../img/sk/images/alerts_top_right.gif);
	background-repeat: no-repeat;
	float: left;
	width: 7px;
	height: 19px;
}

.member_alerts_center {
	float: left;
	width: 203px;
	height: 47px;
	border-left: 1px #95A6C8 solid;
	border-right: 1px #95A6C8 solid;
	padding: 5px 0 0 0;
}

.member_alerts_no_of_messages{
	width:276px; 
	text-align:center;
}

.member_alerts_text {
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	width:276px;
	
}

.member_alerts_btn {
	background: url('../img/sk/images/center_curve_button.png') repeat-x scroll 0 0 transparent;
	height: 23px;
	line-height:23px;
	float:left;
	padding:0 2px;
	margin:auto;
}

.paid_header_mail_button {
	margin:4px auto;
	width:129px;
	height:25px;
}
.unpaid-header-mail-button {
	padding:7px 0 0 39px;
	/*display:table;*/
}
.paid-header-mail-button {
	padding:7px 0 0 73px;
}
.left-image-paid-button {
	background: url('../img/sk/images/left_curve_button.png') repeat-x scroll 0 0 transparent;
	width:30px;
	height:23px;
	float:left;
}
.right-image-paid-button {
	background: url('../img/sk/images/right_curve_button.png') repeat-x scroll 0 0 transparent;
	width:7px;
	height:23px;
	float:left;
}

.notpaid_messages{
	width:203px; 
	text-align: center;
}

.member_alerts_btn  a {
	font-size: 12px;
	color: white;
	font-weight: 700;
	text-decoration: none;
	display:block;
	
}

.member_alerts_bottom_left {
	background-image: url(../img/sk/images/alerts_bottom_left.gif);
	background-repeat: no-repeat;
	float: left;
	width: 6px;
	height: 6px;
}

.member_alerts_bottom_center {
	float: left;
	font-size: 1px;
	border-bottom: 1px #95A6C8 solid;
}

.member_alerts_bottom_right {
	background-image: url(../img/sk/images/alerts_bottom_right.gif);
	background-repeat: no-repeat;
	float: left;
	width: 6px;
	height: 6px;
}

.non_login_username_holder {
	background-color: #454545;
	height: 30px;
	font-weight: 700;
	color: white;
	padding: 0 0 0 5px;
	line-height: 30px;
}

.member_menu_right {
	width:12px;
	height:17px;
	background-image:url('../img/sk/images/right_angle.gif');
	background-repeat: no-repeat;
	float:left
}

.profile_profile_photo {
	float: left;
	height:86px;
	width:95px;
	border: 1px solid #912C02;
}

.member_menu_center {
	width: 276px;
	height: 52px;
	float: left;
	border-left: 1px solid #96a8cb;
	border-right: 1px solid #96a8cb;
	background-image: url(../img/sk/images/menu_bg_center.gif);
	background-repeat: no-repeat;
	background-color:transparent;
}

.member_menu_center_notpaid {
	width: 281px;
	height: 52px;
	float: left;
	border-left: 1px solid #96a8cb;
	border-right: 1px solid #96a8cb;
	background-image: url(../img/sk/images/menu_bg_center.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.member_menu_bottom_left {
	background-image:url('../img/sk/images/left_angle_btm.gif');
	width:12px;
	height:7px;
	background-repeat: no-repeat;
	float:left
}
.member_menu_bottom_center {
	width:259px;
	height:6px;
	font-size: 1px;
	float:left;
	border-bottom:1px solid #96a8cb;
	background-color:transparent;
}
.member_menu_bottom_right {
	background-image:url('../img/sk/images/right_angle_btm.gif');
	width:12px;
	height:7px;
	background-repeat: no-repeat;
	float:left
}
.member_center_bottom{
	width:254px; 
	height:6px; 
	font-size: 6px; 
	float:left; 
	border-bottom:1px solid #96a8cb;
	background-color:#ffffff;
}

.member_space_button {
	background-image:url('../img/sk/images/payment1.gif');
	background-repeat: no-repeat;
	width: 267px;
	height: 76px;
	float: right;
}

.menu_link_text {
	color: black;
	text-decoration: none;
	width: 111px;
	float: left;
	font-size: 12px;
	font-weight: 700;
}

.member_menu_left {
	width:12px;
	height:17px;
	background-image:url('../img/sk/images/left_angle.gif');
	background-repeat: no-repeat;
	float:left
}

.username_holder {
	background-color: #454545;
	width: 256px;
	height: 30px;
}

.menu_link_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	width:254px;
	height:16px;
	float:left;
	text-align: center;
}

.profile_user_image {
	height:86px;
	width:95px;
}

.profile_profile_holder {
	float: left;
	margin: 2px 0 2px 2px;
}

.dp_profile_content {
	float: left;
	width: 249px;
	height: 112px;
	padding: 5px 0 0 4px;
}

.profile_body_left {
	float: left;
	width: 564px;
}

.profile_body_right {
	float: left;
	width: 256px;
	margin:0 0 0 7px;
	border-left: 1px #676767 solid;
	border-right: 1px #676767 solid;
	border-bottom: 1px #676767 solid;
	height:162px;
}

.username_name {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: white;
	float: left;
	margin: 5px 0 0 7px;
}

.username_logout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
	color: white;
	float: right;
	margin: 5px 11px 0 0;
}

.member_menu_bottom {
	margin: 0 0 1px 0;
}
.member_menu {
	float: left;
	width:288px;
	height:76px;
	margin: 0 0 2px 0;
}

.dp_profile_photo_holder {
	float: left;
	margin: 7px 0 0 4px;
	width: 96px;
	height: 87px;
	background-color: #F9E3CC;
}

.profile_links2_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: -2px 0 0 0;
	color: black;
}

.profile_content {
	margin:7px 0 0 0px;
	padding:0 0 0 4px;
	width: 249px;
}

.profile_links2_btn {
	background-image:url(../img/sk/images/my_profile_image_blank.png);
	background-repeat:no-repeat;
	height:23px;
	padding:4px 0 0 0;
	width:133px;
	text-align:center;
}

.profile_links2_btn a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}

.profile_links_holder {
	width: 130px;
	float: left;
	margin: 5px 0 0 5px;
}

.profile_links2 {
	float: left;
	width: 145px;
	height: 84px;
}
/* END: logged header */


/* BEGIN: layout */
.member_body_right {
    float: left;
	width: 255px;
	margin: 0 0 0 5px;
	border-left: 1px #676767 solid;
	border-right: 1px #676767 solid;
	border-bottom: 1px #676767 solid;
}

.member_body_left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;	
	width: 564px;
}

.login_submit_btn_alignment {
	float: left;
	padding-top: 10px;
}
/* END: layout */

/* BEGIN: phone icon */
.profile_profile_photo .phone_icon {
	height: 22px;
	width: 22px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon_small.png');
	background-repeat: no-repeat;
	margin: 2px 0px 0px 73px;
	display: visible;
}

.gallery_images_holder .phone_icon {
	float: left;
	height: 22px;
	width: 22px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon_small.png');
	background-repeat: no-repeat;
	margin: 8px 0px 0px 65px;
	*margin: 8px 0px 0px -31px;
	display: visible;
}

.dp_content_main_image_center .phone_icon {
	height: 40px;
	width: 40px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon.png');
	background-repeat: no-repeat;
	margin: 2px 0px 0px 191px;
	*margin: 2px 0px 0px 184px;
	display: visible;
}

.index_gallery_image_holder .phone_icon {
	float: left;
	height: 22px;
	width: 22px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon_small.png');
	background-repeat: no-repeat;
	margin: 1px 0px 0px 79px;
}

.results_image_holder .phone_icon {
	float: left;
	height: 22px;
	width: 22px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon_small.png');
	background-repeat: no-repeat;
	margin: 8px 0px 0px 66px;
	*margin: 8px 0px 0px -31px;	
}

.img_holder .phone_icon {
	float: left;
	height: 22px;
	width: 22px;
	position: absolute;
	background-image: url('../img/sk/images/sk_phone_icon_small.png');
	background-repeat: no-repeat;
	margin: 1px 0px 0px 110px;
}
/* END: phone icon */

/*s-kontakt*/
.s-kontakt-header {
	float:left;
}
/*bau-banner-ads*/
#sidebar_banner_ads{
	background-image: url('../img/sk/images/banner_reg.jpg');
	width: 256px;
	height: 253px;
	display:none;
}
.payment-successfully-button{
	background-image: url('../img/sk/images/de/overview.jpg');
	width: 113px;
	height: 29px;
	margin: 10px 0 0 170px;
	cursor: pointer;
}

.dn { display:none; }

#crumb { float:left; font-size:70%; display:none}
#crumb a { color:#F4A116; }
#crumb h2 { display:none; }

.myprofile_password_button{
	margin:2px 0 0 6px;;
}
.myprofile_email_button{
	margin:0 0 0 6px;
}
.other-user-banner{
	margin: 0 0 0 5px;
}
.title-banner{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: red; 
	font-weight: 700; 
	font-size: 17px;
}
.member_menu_head{
	width:254px; 
	height:16px; 
	background-color:#acc3eb; 
	float:left; 
	border-top:1px solid #96a8cb; 
}
.index-banner-female-message{
	width:140px; 
	float:left; 
	font-size:12px; 
	text-align:center; 
	color:#f00; 
	padding: 15px 0 0 5px; 
}
.index-banner-female-message-text{
	width:315px; 
	float:left; 
	font-size:11px; 
	padding: 8px 0 0 6px; 
	line-height: 14px; 
}
.new-pass-background, .new-email-background{
	 float:left; 
	 height:21px; 
	 width:185px;
	 background-color:#DEC9B5;
}
.new-email-background{
	width:35px;
}
.below-new-pass-background, .below-new-email-background{
	 background-color:#DEC9B5;
	 float:left; 
	 height:8px;
	 width:175px;
}
.below-new-email-background{
	width:25px;
}
.user-delete-photo{
	color:#ffffff;
	text-decoration:none;
}
.moz-error-payment{
	font-size:11px;
	font-weight:700;
	color:#000000;
	padding: 0 12px;
}

.index_logo_left, .member_menu_top {
	cursor: pointer;
}
	
.container-main-height{
	height:55px;
}
.without-message-font-color{
	color:#000000;
}
.with-message-font-color{
	color:#ff0000;
}
.click_hier_text{
	font-weight: 700; 
	font-size: 18px; 
	color: #ff0000;
}
/*flash map*/
.mapbgcolor {
	background-color: #ffffff;
}
.mapoutline {
	background-color: #878787;
}
.mapbase {
	background-color: #efefef;
}
.mapcolor {
	background-color: #be0000;
}
.mapbutton{
	background-color: #ffffff;
}
.mapbuttonover{
	background-color: #efefef;
}
/*end flash map*/

/*refactor add classes*/
.reg_error_mail_text3{
	margin:20px 0 10px 15px;
}
.regs_note_verification{
	font-size: 10; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF0000; 
	font-style: italic;
	font-weight:700;
}
.regs_note_verification_link{
	color:#FF0000;
	font-style: italic;
	font-size: 10;
	font-weight:700;
}
.myprofile_checkbox{
	float:left;
	height:21px;
	width:511px;
	margin: 2px 0 0 0;
}
.myprofile_new_pass{
	float:left;
	height:21px;
	width:361px;
}
/*end*/

/*text Logo*/
.index_text_logo_small, .index_text_logo_big{
	font-family:Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
	font-style:italic;
	color:#fa9803;
	float:left;
	display:none;
}
.index_text_logo_small{
	height:72px;
	width:355px;	
	font-size:50px;
	font-weight:700;
}
.index_text_logo_big{
	height:110px;
	width:555px;
	font-size:80px;
}
/*end text Logo*/

/*before login tooltip*/
.marquee_tooltip{
	width:394px;
	height:115px;
	background: url('../img/sk/images/de/tooltip.jpg') no-repeat scroll 0 0 transparent;
}
/*end before login tooltip*/

.projectname_textcolor{
	color:#FA9705;	
}

.fb-homepage {
	border:none;
	overflow:hidden;
	width:262px;
	height:21px;
}

.go-button{
	width:92px;
	height:59px;
	float:left;
	margin:0 0 0 5px;
	}
/*START:  payment error*/
#center_error_payment{
	 width:651px;
	 margin:auto;
}
.page_title{
	font-size:20px;
	float=:left;
	text-align:left;
	margin:25px 0 0 0;
}
.pag_content_wrapper{
	 margin-top:5px;
	 width:640px;
	 height:139px;
	 background-color:#ffd79a;
	 border:3px solid #f8b44f;
	 float:left;
}
.page_content{
	font-size:13px;
	float:left;
	text-align:left;
	padding:10px;
}
.support_link_error{
	 width:256px;
	 float:left;
	 margin:4px 0 10px 10px;
	 border:3px solid #658acf;
	 height:140px;
}
/*END:  payment error*/

/*START: exit chat*/
#chat_box {
	height: 399px;
	width: 741px;
	background: url('../img/sk/images/chat_bg.png') repeat-x bottom;
	text-align: left;
}
#chat_box .left {
	float: left;
	height: 425px;
	width: 335px;
}
#chat_box .left .logo {
	height: 86px;
	width: 335px;
}
#chat_box .left .video {
	height: 309px;
	width: 306px;
	background: url('../img/sk/images/chat_swf_bg.png') no-repeat;
	margin: 0 0 0 29px;
	padding: 7px 0 0 8px;
}
#chat_box .left .video .bg {
	height: 222px;
	width: 256px;
	background: #000;
	padding: 10px;
}
#chat_box .left .video .bg .swf {
	height: 197px;
	width: 255px;
	background: url('../img/sk/images/chat_video_static.png') no-repeat;
}
#chat_box .left .video .bg .stat {
	float: left;
	height: 16px;
	width: 71px;
	background: url('../img/sk/images/chat_online_stat.gif') no-repeat;
	margin: 10px 0 0 -2px;
	cursor: pointer;
}
#chat_box .left .video .bg .text {
	float: left;							
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	margin: 11px 0 0 5px;
}
#chat_box .left .video .button {
	height: 53px;
	width: 275px;
	background: url('../img/sk/images/chat_video_button.png') no-repeat;
	margin: 7px 0 0 3px;
	cursor: pointer;
}
#chat_box .right {
	float: left;
	height: 364px;
	width: 406px;
}
#chat_box .right .close {
	height: 39px;
	width: 406px;
	background: url('../img/sk/images/chat_close.png') no-repeat 5px 8px;
}
#chat_box .right .close .trigger {
	float: right;
	height: 22px;
	width: 24px;
	margin: 8px 0 0 0;
	cursor: pointer;
}
#chat_box .right .text {
	height: 325px;
	width: 406px;
	background: url('../img/sk/images/chat_text_bg.png') no-repeat;
	padding: 7px 0 0 12px;
	*border: solid 1px #000;
}
#chat_box .right .text .chat {
	height: 218px;
	width: 354px;
	margin: 3px 0;
	overflow: auto;
}

#chat_box .right .text .form {
	height: 50px;
	width: 362px;
	padding: 16px 0 0 21px;
}

#chat_box .right .text .form .input {
	float: left;
	height: 23px;
	width: 251px;
	background-color: #000;
}
#chat_box .right .text .form .input input {
	width: 244px;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 12px;
	margin: 4px 0 0 2px;
	*margin: 2px 0 0 2px;
	_margin: 0 0 0 2px;
}
#chat_box .right .text .form .button {
	float: left;
	margin: 0 0 0 6px;
}

.logo .index_logo_left {
	width: 335px;
	margin: 10px 0 0 0;
}

#exit_chat {
	height: 399px;
	width: 741px;
	background-color: #676767;
	border: 3px solid #999;
	display: none;
}

#exit_chat .loader {
	height: 19px;
	width: 220px;
	background: url('http://localhost/pao/best/8-1.gif') repeat-x;
	margin: 0 auto 0 auto;
	position: relative;
	top: 184px;
}

#user_chat {
	display: none;
	width: 330px;
	margin: 6px 0 0 0;
	word-wrap: break-word;
	font-size: 92%;
}

#info_chat {
	width: 330px;
	margin: 6px 0 0 0;
	word-wrap: break-word;
	font-size: 92%;
	font-weight: bold;
	color: #f00;
}
/*END: exit chat*/

.wheel_loader {
    height: 32px;
    width: 32px;
    background: url('../img/sk/images/wheel.gif') no-repeat;
    float: left;
    margin: 315px 0pt 0pt 287px;
    position: absolute;
    display: none;
}

.flogin {
	float: right;
	cursor: pointer;
	margin: 3px 4px 0 0;
}



.success_button_container
{
        margin: 10px 0 0 170px;

}

.left-paid-success {
	background: url('../img/sk/images/left_overview.png') repeat-x scroll 0 0 transparent;
	width:30px;
	height:27px;
	float:left;
}
.right-paid-success {
	background: url('../img/sk/images/right_overview.png') repeat-x scroll 0 0 transparent;
	width:8px;
	height:27px;
	float:left;
}

.center-paid-success {
	background: url('../img/sk/images/center_overview.png') repeat-x scroll 0 0 transparent;
	height: 30px;
	line-height:26px;
	float:left;
	padding:0 2px;
	margin:auto;
        color:#fff;
}

.success_button
{
      text-decoration:none;
      color:#fff;
    
}
.lbl_login{
	float:left;
	padding:2px 3px 0 0
}

.search_input_container
{
    float:left;
    padding-left:3px;
    padding-top:3px;
}


.search_input_container_label, .search_input_container_input, .search_input_container_button
{
float:left;
padding-right:3px;
}


.search_input_container_label
{
    padding-top:8px;
    *padding-top:5px;
    padding-top:5px\0/;
}

.search_input_container_input
{
    padding-top:4px;
}
.search_input_container_button
{
   padding-top:3px;
}

#sidebar_searchname
{
    height:30px;
}


/* activation page button */
#email-container
{ 
    width:220px;
    *width:210px !important;
    width:210px\0/ !important;
    float:left;
}
#left-activate_button, #center-activate_button, #right-activate_button {float:left;}
#left-activate_button, #right-activate_button{height: 23px; width: 11px;}

#left-activate_button
{
background: url("../img/fsk/images/btn_left.png") no-repeat scroll 0 0 transparent;
}

#center-activate_button
{
background: url("../img/fsk/images/btn_center.png") repeat-x scroll 0 0 transparent;
height: 23px;
color: #FFFFFF;
font-weight: 700;
line-height: 10px;
padding-top: 5px;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
}

#right-activate_button
{
background: url("../img/fsk/images/btn_right.png") no-repeat scroll 0 0 transparent;
}

/* end here */

