* {
	margin: 0;
	padding: 0;
	outline: 0;
}
html, input, textarea {
	font-family: Tahoma, Nimbus Sans L, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: white;
}
html {
	line-height: 12px;
}
form {
	padding: 0 13%;
}
label {
	display: block;
	padding-top: 1px;
	margin-bottom: 6px;
}
input {
	float: left;
	width: 100%;
	height: 14px;
	padding: 5px 0 6px;
	border: none;
	background: url('../images/empty.gif') repeat left top;
}
textarea {
	float: left;
	width: 100%;
	height: 112px;
	padding: 0px;
	border: none;
	background: url('../images/empty.gif') repeat left top white;
	resize: none;
}
img {
	border: none;
	vertical-align: top;
}
a {
	color: #495bb1;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
}
h1 {
	padding: 0 14px;
	margin-top: -4px;
	font-family: Arial, Nimbus Sans L, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.float_dummy {
	clear: both;
	font-size: 0;
	height: 0;
	margin-top: 0px !important;
	margin-top: -2px;
}
.gray_text {
	color: gray;
}
.red_text {
	color: #cc0000;
}
.black_text {
	color: black;
}
.disabled {
	color: #dadada;
}
.transparent {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.right {
	float: right !important;
}

#content {
	position: relative;
}
#header {
	position: relative;
	height: 64px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	background: url(../images/gradients.png) repeat-x 0px top white;
	z-index: 1;
}
		#message {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			border-bottom: 1px solid #90C65C;
			background-color: #F0F7E2;
			z-index: 10;
		}
		#message_text {
			padding: 7px 39px 10px 14px;
		}
		.message_close {
			position: absolute;
			right: 5px;
			top: 0px;
			width: 29px;
			height: 29px;
			background: url('../images/sprites.png') no-repeat -60px -258px transparent;
		}
		.logo {
			float: left;
			padding: 9px 0 0 14px;
			margin-top: 1px;
		}
                .logo.fifteen-years {
                    padding-left: 0;
                }
#footer_login {
	position: relative;
	text-align: center;
	padding: 4px 0 6px;
	line-height: 20px;
}
#footer {
	padding: 17px 14px 18px;
	border-top: 1px solid #dadada;
	color: gray;
}
#login {
	position: relative;
	margin-top: -7px;
	background-color: transparent;
}
		.input {
			display: block;
			height: 25px;
			padding: 0 4px;
			margin-bottom: 3px;	
			border: 1px solid #a6a6a6;
		}
		.input_select {
			position: relative;
			height: 25px;
			padding-right: 20px;
			cursor: pointer;
		}
		.input_select_text {
			width: 100%;
			height: 15px;
			padding: 5px 0 5px;
			margin: 0;
			line-height: 15px;
			color: black;
			overflow: hidden;
			cursor: pointer;
		}
		.input_select_icon {
			position: absolute;
			right: 4px;
			top: 7px;
			width: 11px;
			height: 11px;
			background: url('../images/sprites.png') no-repeat -56px -48px transparent;
		}
		.input_list {
			display: none;
			position: relative;
			margin: -3px 0 3px;
			border-bottom: 1px solid #a6a6a6;
			overflow: hidden;
		}
		.input_list_item {
			position: relative;
			height: 32px;
			padding: 6px 5px 5px 42px;
			margin-bottom: -1px;
			border-bottom: 1px solid #f3f3f3;
			list-style: none;
			line-height: 16px;
		}
		.input_list_image {
			position: absolute;
			left: 0;
		}
		.input_list_data {
			display: none;
		}
		.select {
			position: absolute;
			background-color: white;
			border: 1px solid #dadada;
			overflow-y: auto;
			overflow-x: hidden;
		}
		.select_list {
			padding: 0 4px;
			list-style: none;
			zoom: 1;
		}
		.select_list_item {
			width: 100%;
			padding: 2px 4px 4px;
			margin: 0 -4px;
			line-height: 14px;
			cursor: pointer;
			overflow: hidden;
		}
		.select_list_item:hover {
			background-color: #f2f2f2;
		}
		.checkbox,
		.drop_down_checkbox {
			position: relative;
			float: left;
			clear: both;
			width: 85%;
			padding: 7px 0 1px 23px;
			margin-bottom: 3px; 
			cursor: pointer;
		}
		.checkbox_icon {
			position: absolute;
			left: 0px;
			top: 6px;
			width: 15px;
			height: 15px;
			background: url('../images/sprites.png') no-repeat 0px -32px;
		}
				.checkbox.checked .checkbox_icon,
				.drop_down_checkbox.checked .checkbox_icon {
					height: 16px;
					background-position: -16px -32px;
				}
		.radio {
			background-position: -16px -48px;
		}
		.form_buttons {
			position: relative;
			clear: both;
			width: 100%;
			height: 29px;
			padding-top: 8px;
		}
		.form_buttons.fb_top {
			padding-top: 0;
			padding-bottom: 6px;
		}
		.form_buttons.fb_bottom {
			padding-top: 10px;
		}
		.button {
			position: relative;
			float: left;
			height: 13px;
			padding: 6px 8px 8px;
			border: 1px solid #a6a6a6;
			border-radius: 4px;
			margin-right: 4px;
			background: url('../images/gradients.png') repeat-x 0px -64px;
			font-weight: bold;
			color: #666666;
			zoom: 1;
		}
		.button.b_logout {
			float: right;
			margin: -7px 0 -8px;
		}
		.button.b_back {
			position: absolute;
			float: none;
			left: 18px;
			bottom: -15px;
			padding-left: 4px;
			border-left: none;
			border-radius: 0 4px 4px 0;
		}
		.button_l_arrow {
			position: absolute;
			top: -1px;
			left: -11px;
			width: 11px;
			height: 29px;
			background: url('../images/sprites.png') no-repeat -72px -64px transparent;
		}
		.button_l,
		.button_r {
			position: absolute;
			top: 0px;
			width: 4px;
			height: 29px;
			background: url('../images/sprites.png') no-repeat transparent;
		}
		.button_l {
			left: -4px;
			background-position: -32px -32px;
		}
		.button_r {
			right: -4px;
			background-position: -36px -32px;
		}
		.banner {
			clear: both;
			padding-top: 10px;
			text-align: center;
		}
		.mailbox_banner {
			padding: 0 0 10px 0 !important;
		}
		.login_register {
			float: right;
			margin-top: 7px;
		}
		.captcha {
			width: auto !important;
			height: 57px;
			padding: 4px;
			margin-bottom: 3px;
			border: 1px solid #a6a6a6;
		}
		.captcha img {
			width: 194px !important;
		}
.menu {
	position: absolute;
	right: 13px;
	top: 50px;
	list-style: none;
}
		.menu.m_read_top,
		.menu.m_read_bottom {
			position: relative;
			clear: both;
			right: auto;
			top: auto;
			height: 29px;
			padding: 0 15px;
		}
		.menu.m_read_top {
			padding-top: 10px;
			border-top: 1px solid #dadada;
		}
		.menu.m_read_bottom {
			padding-bottom: 10px;
		}
		.menu_item {
			position: relative;
			float: left;
			height: 13px;
			padding: 6px 6px 8px 7px;
			border: 1px solid #a6a6a6;
			border-right: none;
			background: url('../images/gradients.png') repeat-x 0px -64px;
			font-weight: bold;
			white-space: nowrap;
			color: #666666;
			zoom: 1;
		}
		.menu_item.mi_l {
			border-radius: 4px 0 0 4px;
		}
		.menu_item.mi_r {
			border-right: 1px solid #a6a6a6;
			border-radius: 0 4px 4px 0;
		}
.accordion {
	position: relative;
	border-top: 1px solid #dadada;
	overflow: hidden;
	zoom: 1;
}
		.accordion.a_compose {
			margin: 14px -14px 10px;
			border-bottom: 1px solid #dadada;
		}
		.accordion_list {
			position: relative;
			list-style: none;
			margin-bottom: -1px;
		}
		.folder_link {
			position: relative;
			display: block;
			height: 14px;
			padding: 10px 0 9px 38px;
			border-bottom: 1px solid #f3f3f3;
		}
		.function_link {
			position: relative;
			display: block;
			height: 14px;
			padding: 10px 0 9px 14px;
			border-bottom: 1px solid #dadada;
			background-color: #f7f7f7;
		}
		.function_link:hover {
			background-color: #f7f7f7;
		}
.mail_box {
	position: relative;
	display: block;
	height: 59px;
	padding: 10px 14px 0;
	border-bottom: 1px solid #f3f3f3;
	color: gray;
	overflow: hidden;
	zoom: 1;
}
		.mail_empty {
			padding: 16px 0 20px;
			text-align: center;
			font-weight: bold;
			color: black;
		}
		.mail_box.mb_new {
			background-color: #e2e5f3;
		}
		.mail_image {
			float: left;
			padding: 1px;
			margin-right: 10px;
			border: 1px solid #dadada;
			background-color: white;
		}
		.mi_contact.mi_contact {
			margin-top: -3px;
		}
		.mail_texts {
			display: block;
			height: 29px;
			margin-right: 36px;
			color: gray;
		}
		.mail_sender,
		.mail_subject {
			display: block;
			height: 13px;
			margin-bottom: 3px;
			overflow: hidden;
		}
		.mail_sender {
			color: black;
		}
		.mail_date {
			position: relative;
			height: 14px;
			padding: 7px 0 7px 39px;
			margin-right: 36px;
			overflow: hidden;
		}
		.mail_status,
		.mail_trash,
		.mail_restore {
			position: absolute;
			width: 29px;
			height: 29px;
			background: url(../images/sprites.png) no-repeat transparent;
		}
		.mail_status {
			left: 0px;
			top: 0px;
		}
		.mail_status.read {
			background-position: 0px -108px;
		}
		.mail_status.unread {
			background-position: -30px -108px;
		}
		.mail_status.new {
			background-position: -60px -108px;
		}
		.mail_status.reply {
			background-position: 0px -138px;
		}
		.mail_status.forward {
			background-position: -30px -138px;
		}
		.mail_status.both {
			background-position: -60px -138px;
		}
		.mail_trash {
			right: 5px;
			top: 2px;
			background-position: 0px -258px;
		}
		.mail_trash.mt_attachment {
			top: 6px;
			z-index: 2;
		}
		.mail_restore {
			right: 5px;
			top: 2px;
			background-position: -30px -258px;
		}
.drop_down {
	position: relative;
	list-style: none;
}
		.drop_down_link {
			position: relative;
			display: block;
			height: 12px;
			padding: 8px 14px 9px;
			border-bottom: 1px solid #f3f3f3;
			color: black;
		}
		.drop_down_checkbox {
			float: none;
			display: block;
			width: auto;
			height: 12px;
			padding: 8px 14px 9px 37px;
			margin: 0;
			border-bottom: 1px solid #F3F3F3;
		}
		.drop_down_checkbox .checkbox_icon {
			left: 14px;
		}
#search {
	padding: 10px 14px 11px;
	background-color: transparent;
}

.icon {
	position: absolute;
	left: 12px;
	top: 6px;
	width: 22px;
	height: 20px;
	background: url('../images/sprites.png') no-repeat transparent;
}
		.icon.inbox {
			background-position: 0px -64px;
		}
		.icon.sent {
			background-position: 0px -86px;
		}
		.icon.drafts {
			background-position: -24px -64px;
		}
		.icon.spam {
			background-position: -24px -86px;
		}
		.icon.trash {
			background-position: -48px -64px;
		}
		.icon.custom {
			background-position: -48px -86px;
		}
		.right_icon {
			position: absolute;
			right: 14px;
			top: 10px;
			width: 11px;
			height: 11px;
			background: url('../images/sprites.png') no-repeat transparent;
		}
		.right_icon.ri_contact {
			top: 12px;
		}
		.right_icon.arrow_right {
			background-position: -32px -48px;
		}
		.right_icon.arrow_down {
			background-position: -56px -48px;
		}
		.right_icon.call_phone {
			width: 12px;
			height: 12px;
			background-position: -96px -32px;
		}
.tag {
	float: left;
	height: 12px;
	padding-left: 2px;
	margin: 1px 5px 8px 0;
	white-space: nowrap;
}
		.tag_name {
			position: relative;
			top: -1px;
			left: -1px;
			height: 12px;
			padding: 0 4px 2px;
			margin-bottom: -2px;
			color: white;
			line-height: 12px;
			font-size: 10px;
			font-weight: normal;
			zoom: 1;
		}
		.tag.color1,
		.tag.color1 .tag_name {
			background-color: red;
		}
		.tag.color2,
		.tag.color2 .tag_name {
			background-color: orange;
		}
		.tag.color3,
		.tag.color3 .tag_name {
			background-color: green;
		}
		.tag.color4,
		.tag.color4 .tag_name {
			background-color: blue;
		}
		.tag.color5,
		.tag.color5 .tag_name {
			background-color: purple;
		}
		.tag.color6,
		.tag.color6 .tag_name {
			background-color: #ffc7d2;
		}
		.tag.color7,
		.tag.color7 .tag_name {
			background-color: #ffefbf;
		}
		.tag.color8,
		.tag.color8 .tag_name {
			background-color: #999999;
		}
		.tag.color9,
		.tag.color9 .tag_name {
			background-color: #c9e0ff;
		}
		.tag.color10,
		.tag.color10 .tag_name {
			background-color: #e2a3ea;
		}
		.tag.color11,
		.tag.color11 .tag_name {
			background-color: #cc0000;
		}
		.tag.color12,
		.tag.color12 .tag_name {
			background-color: #ffc20c;
		}
		.tag.color13,
		.tag.color13 .tag_name {
			background-color: #5e5555;
		}
		.tag.color14,
		.tag.color14 .tag_name {
			background-color: #5c79ff;
		}
		.tag.color15,
		.tag.color15 .tag_name {
			background-color: #bf1ecc;
		}
		.tag.color16,
		.tag.color16 .tag_name {
			background-color: #950000;
		}
		.tag.color17,
		.tag.color17 .tag_name {
			background-color: #ff8b01;
		}
		.tag.color18,
		.tag.color18 .tag_name {
			background-color: #232020;
		}
		.tag.color19,
		.tag.color19 .tag_name {
			background-color: #001db2;
		}
		.tag.color20,
		.tag.color20 .tag_name {
			background-color: #4d0854;
		}
.read_mail {
	position: relative;
	padding: 13px 14px 17px;
	line-height: 20px;
	word-wrap: break-word;
}
		.read_date {
			color: gray;
			height: 13px;
			padding: 4px 14px 10px;
			line-height: 13px;
		}
		.read_contacts {
			padding-bottom: 4px;
			margin-top: 10px;
		}
		.read_contact {
			position: relative;
			display: block;
			padding-left: 39px;
			margin: 0 10px 6px 67px;
			height: 29px;
		}
		.read_contact.rc_from {
			margin-bottom: 16px;
		}
		.read_image {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 25px;
			height: 25px;
			padding: 1px;
			border: 1px solid #dadada;
			background: url('../images/sprites.png') no-repeat -68px -32px;
		}
		.read_label {
			position: absolute;
			left: -53px;
			top: 7px;
			color: gray;
		}
		.read_name {
			display: block;
			line-height: 13px;
			overflow: hidden;
		}
		.read_address {
			display: block;
			color: gray;
			line-height: 13px;
			overflow: hidden;
		}
		.attachment {
			position: relative;
			zoom: 1;
		}
		.attachment_link {
			position: relative;
			display: block;
			height: 32px;
			padding: 4px 14px 6px;
			border-bottom: 1px solid #f3f3f3;
			color: black;
			line-height: 16px;
			white-space: nowrap;
			z-index: 1;
		}
		.attachment_icon {
			float: left;
			margin: 2px 10px 0 -6px;
			width: 29px;
			height: 29px;
			background: url('../images/sprites.png') no-repeat transparent;
		}
		.attachment_icon.unknown {
			background-position: 0px -168px;
		}
		.attachment_icon.word {
			background-position: 0px -198px;
		}
		.attachment_icon.excel {
			background-position: 0px -228px;
		}
		.attachment_icon.ppt {
			background-position: -30px -168px;
		}
		.attachment_icon.pdf {
			background-position: -30px -198px;
		}
		.attachment_icon.video {
			background-position: -30px -228px;
		}
		.attachment_icon.audio {
			background-position: -60px -168px;
		}
		.attachment_icon.image {
			background-position: -60px -198px;
		}
		.attachment_icon.text {
			background-position: -60px -228px;
		}
		.attachment_icon.exe {
			background-position: -90px -168px;
		}
		.attachment_icon.archive {
			background-position: -90px -198px;
		}
#compose {
	padding: 0px 14px 10px;
	background-color: transparent;
}
		.textarea {
			height: 112px;
			padding: 4px;
			border: 1px solid #a6a6a6;
		}
		.compose_link {
			float: right;
			padding-top: 1px;
		}
.contact_box {
	margin-right: 40px;
}
		.contact_link {
			position: relative;
			display: block;
			height: 29px;
			padding: 4px 14px;
			border-bottom: 1px solid #f3f3f3;
			line-height: 27px;
		}
		.contact_letters {
			position: absolute;
			right: 0px;
			top: 0px;
			width: 39px;
			height: 418px;
			border-left: 1px solid #dadada;
		}
		.contact_letters_table {
			width: 100%;
			height: 100%;
		}
		.contact_letters_td {
			padding-top: 30px;
		}
		.contact_letters_list {
			list-style: none;
		}
		.contact_letters_item {
			float: left;
			clear: both;
			width: 100%;
			height: 10px;
		}
		.contact_letters_link {
			display: block;
			text-align: center;
			line-height: 10px;
		}
		.contacts_language {
			position: absolute;
			top: 35px;
			display: block;
			width: 100%;
			padding: 8px 0 9px;
			text-align: center;
			font-weight: bold;
		}
		.contacts_scroll_up,
		.contacts_scroll_down {
			position: absolute;
			left: 5px;
			width: 29px;
			height: 29px;
			background: url(../images/sprites.png) no-repeat transparent;
		}
		.contacts_scroll_up {
			top: 5px;	
			background-position: -90px -108px;
		}
		.contacts_scroll_down {
			bottom: 5px;
			background-position: -90px -138px;
		}
		.accordion_list.al_contacts {
			height: 417px;
			overflow: hidden;
		}
		.contact_label {
			float: left;
			color: gray;
			width: 60px;
			padding-right: 10px;
			white-space: nowrap;
		}
		.contact_name {
			height: 33px;
			padding: 3px 14px 10px;
			font-weight: bold;
		}
		.contact_company {
			display: block;
			padding-top: 2px;
			color: gray;
			font-weight: normal;
		}
#ad_link {
	padding: 7px 14px 10px;
	border-bottom: 1px solid #dadada;
}
#captcha {
	text-align: center;
	border: 1px solid #dadada;
	margin-bottom: 3px;
}
