body {
	background: transparent url('../img/page_bg.gif') repeat 0 0;
}

.block_trans .b_top {
	display: none;
}
.block_trans .b_text {
	padding: 15px !important;
	border: none;
}

.block_yellow {
	background: url('../img/block_yellow_bg.gif') 0 0 repeat-x #fff;
}
.block_yellow h2 {
	color: #fd6c4b;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px;
}
.block_yellow p {
    font-family:Georgia,Times New Roman;
    font-style:italic;
    line-height:18px;
    margin-top:10px;
}
.green {
	color: #229200;
}
.red {
	color: #f00;
}
.lgray {
	color: #999;
}

.dotted {
	border-bottom: 1px dotted #bbb;
}

h2 {
	color: #666;
	font-size: 36px;
	font-weight: regular;
	line-height: 1em;
	margin-bottom: 10px;
}
h2 span {
	color: #fff;
	font-size: 24px;
	margin-left: 15px;
}


label {
	color: #666;
}

input,
select,
p {
	color: #666;
}

button.btn_orange {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	font-family: Tahoma, Sans-Serif;
	/*height: 22px;*/
}
button.btn_orange span,
button.btn_orange em {
	display: block;
	height: 27px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}
button.btn_orange span {
	background: url('../img/btn_orange.gif') transparent no-repeat 0 0;
	padding-left: 15px;
}
button.btn_orange em {
	background: url('../img/btn_orange.gif') transparent no-repeat 100% 0;
	padding-right: 15px;
	font-style: normal;
	position: relative;
	right: -2px;
}

button.btn_blue {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	font-family: Tahoma, Sans-Serif;
	margin-left: -3px;
	/*height: 22px;*/
}
button.btn_blue span,
button.btn_blue em {
	display: block;
	height: 33px;
	line-height: 30px;
	margin: 0;
	color: #fff;
}
button.btn_blue span {
	background: url('../img/btn_blue.gif') transparent no-repeat 0 0;
	padding-left: 15px;
}
button.btn_blue em {
	background: url('../img/btn_blue.gif') transparent no-repeat 100% 0;
	padding-right: 15px;
	font-style: normal;
	margin-right: -2px;
}

button.btn_gray {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	font-family: Tahoma, Sans-Serif;
	margin-left: -3px;
	/*height: 22px;*/
}
button.btn_gray span,
button.btn_gray em {
	display: block;
	height: 33px;
	line-height: 30px;
	margin: 0;
	color: #666;
}
button.btn_gray span {
	background: url('../img/btn_gray.gif') transparent no-repeat 0 0;
	padding-left: 15px;
}
button.btn_gray em {
	background: url('../img/btn_gray.gif') transparent no-repeat 100% 0;
	padding-right: 15px;
	font-style: normal;
	position: relative;
	right: -2px;
}

.bigcol {
	background: transparent url('../img/bigcol_bg.png') repeat-x 0 0;
}

.input_blue {
	border: 1px solid #79b6ff;
	padding: 3px;
	font-size: 14px;
	margin-right: 10px;
}
select.input_blue {
	padding: 0;
}

.passport_book {
	float: left;
	margin: 15px 0 0 25px;
}

.passport_book tpl_banner{
  margin: 0 !important;
}

.block_login {
	float: left;
	margin: 15px 0 0 40px;
}

.block_login .lbl_left {
	float: left;
	font-size: 14px;
	width: 55px;
	margin-top: 2px;
}

.block_login .btn_orange {
	margin-left: 52px;
	float: left;
}
#userModel_RememberMe {
	float: left;
	margin: 8px 0 0 15px;
}
#userModel_RememberMe_lbl {
	float: left;
	margin: 5px 0 0 5px;
}

.block_login .input_blue {
	float: left;
	width: 275px;
}
.block_login p {
	margin: 10px 0;
}

.block_reg .lbl_left {
	float: left;
	font-size: 14px;
	width: 150px;
	margin-top: 2px;
}
.block_reg2 .lbl_left {
	width: 100px;
}
.block_editprofile .lbl_left {
	width: 160px;
}
.block_reg .input_blue {
	float: left;
	width: 275px;
}
.block_reg .validation {
	clear: both;
	margin-left: 150px;
}
.interests {
	float: left;
	width: 530px;
	margin: 0;
	padding: 0;
}
.block_editprofile .interests {
	width: 470px;
}
.interests li {
	width: 33%;
	padding: 0;
	background: none;
	float: left;
	margin-bottom: 10px;
}
.interests label {
	margin-bottom: 3px;
	font-size: 11px;
}
.interests input {
	margin: 0 5px 0 0;
}

.ava_frame {
	background: transparent url('../img/avatar_frame.gif') no-repeat 0 0;
	height: 100px;
	margin:0;
	padding: 2px;
	width: 100px;
	z-index: 100;
}
.ava {
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
}
.ava_frame a {
	font-size: 11px;
	padding-left: 10px;
	background: transparent url('../img/delete.gif') no-repeat 0 4px;
}




.block_profile {
	margin-left: 120px;
	/*position:relative;*/
}

.profile_value {
	float: left;
	margin-top: 2px;
	font-size: 14px;
	color: #333;
}
.field-validation-error
{
    color: #ff0000;
    display: block;
    width :350px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.input-validation-success
{
    border: 1px solid #229200;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.LogOut
{
    color: #fff;
    font-weight: bold;
	float: right !important;
	margin: 5px 10px 0 0 !important;
}
.LogOut:hover 
{
    color: #fff;
}

.phone_frame {
	float: left;
	width: 170px;
	padding: 2px;
	color: #666666;
	font-size:11px;
	
}
.regfield_description { 
	display:none;
	font-size:10px;
	line-height:12px;
	margin:5px 0 10px 150px;
	width:281px;
}
.our_service { margin:0;padding:0; }
.our_service li { background: transparent url('../img/passport_service.png') no-repeat 0 0; color:#666; font-size: 11px; font-weight: bold; padding: 15px 0 0 80px; }
.our_service li span { border-bottom: 1px dotted #bfbfbf; display: block; padding-bottom: 20px; }
.our_service li + li { background-position: 0 -53px; }
.our_service li + li + li { background-position: 0 -113px; }
.our_service li + li + li + li { background-position: 0 -163px; }
.our_service li + li + li + li + li { background-position: 0 -223px; }
.our_service li + li + li + li + li + li { background-position: 0 -283px; }
.our_service li + li + li + li + li + li span { border: none; }

.thanks { color: #555; font-size: 16px; line-height: 24px; text-align: center; }
.thanks p { text-align: left; }
.thanks button.btn_gray  {
    background: url('../img/btn_nogray.png') no-repeat 0 0;
    color: #fff; 
    font-size: 30px;
    height: 57px; 
    line-height: 50px; 
    margin: 10px 0 0; 
    padding-bottom: 4px;
    text-align: center; 
    text-shadow: -1px -1px 0 #ee3f09;
    width: 283px; 
}

.serv_item {
	color: #333;
	float: left;
	margin: 0 50px 25px 0;
	width: 160px;
}
.serv_item a {
	background:  url('../img/main_live_serv.png') 0 0 no-repeat;
	color: #333;
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 50px;
	padding: 90px 0 0 13px;
}
.serv_item a:hover {
    color: #c3263d;
}
.serv_item.mail a {
	background-position: 0 0;
}
.serv_item.messs a {
	background-position: 0 -150px;
}
.serv_item.skydrive a {
	background-position: 0 -300px;
}
.serv_item.photo a {
	background-position: 0 -440px;
}
.serv_item.offlive a {
	background-position: 0 -590px;
}
.serv_item.family a {
	background-position: 0 -740px;
}
.serv_item ul { margin: 0; padding: 0; }
.serv_item li {
	font-size: 14px;
	line-height: 20px;
	background: url(../img/gr_bullet.gif) 2px 8px no-repeat;
	list-style-position: outside;
	margin-bottom: 5px;
	padding: 0 0 0 13px;
}

.profile_confirm_data{
 line-height: 22px; 
 margin-top: 2px; 
 padding: 2px 4px; 
 font-size: 1.2em;
}

.profile_data_confirmed{
	font-weight: bold; 
	line-height: 22px; 
	color: green;
}
.phone{
    margin: 0 !important;
}
.lbl_left_phone{
    width: 80px !important;
}
