@CHARSET "UTF-8";
body {
	padding:0px;
	margin:0px;
	background-color: #c1c1c1;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #949494;
	padding-bottom:50px;
}

img, a, object {
	border:none;
}

a {
	color:#007eff;
	cursor: pointer;
	
}

td {
	padding: 0px;
	margin: 0px;	
}


.redtext{
	color: #d52760;	
}

.center {
	text-align: center;
}

.clear {
	clear:both;
}

.separatorLine{
	height:1px;
	line-height: 1px;
	border-bottom: 1px solid #8e8e8e;
	margin-top:22px;
	margin-bottom:20px;
}

.mainHeader {
	color: #d52760;
	font-size: 30px;
	padding-top:12px;
	padding-bottom:2px;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
}
.subHeader {
	font-weight:bold;
	color: #777777;
	font-size: 16px;
	text-align: left;
}

.relative {
	position: relative;
}

div#mainBlock {
	position: relative;
	background-color: #ffffff;
	width:840px;
	height: 70px;
	margin: auto auto;
	margin-top:34px;
	margin-bottom: 0px;
}
div#footerBlock {
	position: relative;
	background-color: #ffffff;
	width:840px;
	height: 70px;
	margin: auto auto;
	margin-top: 0px;
	margin-bottom:15px;
}
div#mainCornerTopLeft, div#mainCornerTopRight, div#mainCornerBottomLeft, div#mainCornerBottomRight {
	position: absolute;
	background: url('/i/main_corners.gif') no-repeat;
	width:19px;
	height:19px;
	line-height: 19px;
}

div#mainCornerTopLeft {
	top: 0px;
	left:0px;
	background-position: 0px;	
}

div#mainCornerTopRight {
	top: 0px;
	right:0px;
	background-position: -19px;
}

div#mainCornerBottomLeft{
	top:51px;
	left:0px;
	background-position: -38px;
}

div#mainCornerBottomRight{
	top:51px;
	right:0px;
	background-position: -57px;
}

div#head{
	height: 69px;
	border-bottom: 1px solid #c1c1c1;
	position:relative;
}

div#head a:hover {
	color: #d52760;
	text-decoration:underline;	
}
div#logo{
	position: absolute;
	top: 9px;
	left: 35px;
	width:153px;
	height: 56px;	
}

ul#topMenu {
	margin:0px;
	padding:0px;
	position: absolute;
	right:39px;
	top:28px;
	list-style:none;
	font-size: 14px;	
}

ul#topMenu li {
	float:left;
	padding-left:19px
}

ul#topMenu a {
	color: #949494;
	font-weight: bold;
	text-decoration: none;
}
div#footer {
	position:absolute;
	bottom:0px;
	width:840px;
	height: 58px;
	border-top: 1px solid #c1c1c1;
	vertical-align: middle;	
}

div#footerContent{
	position: relative;
	width:840px;	
}

div#footerCopy {
	position: absolute;
	top:13px;
	left: 36px;
	font-size: 11px;
	color: #565656;		
}

div#footerLang{
	margin: auto auto;
	padding-top: 18px;
	width:500px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	vertical-align: middle;
}

select#footerLangSelect {
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal;
	margin-left: 10px;
	padding: 1px;
	padding-left:3px;	
}

div#footerLogo{
	position: absolute;
	right:80px;
	top:17px;
	width:58px;
	height:23px;
}











.content {
	padding: 15px;
}
div#content {
	padding: 15px;
}

div#contentLeftCol {
	float:left;
	width:205px;
	font-size:13px;	
}

div#contentRightCol{
	margin: auto auto;
	margin-left:205px;
	padding-top:4px;
	margin-right:25px;	
}

div .spacer{
	height: 12px;
	line-height: 12px;
}

div.subsubHeader{
	color: #565656;
	font-size: 19px;
	padding-top:2px;
	padding-bottom: 15px;
	text-align: left;
}

form {
	display: inline;
}

input {
	border: 1px solid #a7a6aa;
	font-size: 10px;
	color: #303030;
	font-family: Arial;
	width: 165px;
	margin:0px;
	padding:3px;
	height: 13px;
	padding-left: 10px;
	padding-top: 4px;
}

.fieldHeader {
	color:#606060;
	font-size: 14px;
	font-weight: bold;		
}

div#ErrorBlock {
	display: none;
	background-color:#dbdbdb;
}

div#ErrorBlockLeftC {
	position: absolute;
	background: url('/i/shareit/errLeftC.gif') no-repeat;
	width:27px;
	height:47px;
	line-height: 47px;
	left:0px;	
}

div#ErrorBlockRigC {
	position: absolute;
	right: 0px;
	background: url('/i/shareit/errRigC.gif') no-repeat;
	width:27px;
	height:47px;
	line-height: 47px;	
}

div#ErrorBlockText {
	position: absolute;
	left:14px;
	top:9px;
	color:#c90042;
	font-size: 11px;
	background-color:#dbdbdb;
	
}
