
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #525252;
}

p, div {
	line-height: 1em;
}

img {
	border: 0;
}

.object {
	z-index: 1;
}

body#main {
	margin: 0;
	background: url(images/background.png) repeat-x;
	background-color: #F5FAFB;
}

.clear {
	clear: both;
}

a {
	color: #F27600;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

#page {
	background: url(images/images.png) no-repeat top;
	width: 1024px;
	height: 780px;
	margin: 0 auto;
}

#title {
	background: url(images/images.png) no-repeat 0 0;
	margin: 38px 0 0 265px;
	height: 0;
	text-indent: -9999px;
}

#container {
	margin: 88px auto 0;
	width: 850px;
}

#ident,
#myaccount {
	float: right;
	width: 271px;
}

#ident h2,
#myaccount h2 {
	text-indent: -9999px;
}


#myaccount h2 {
	background: url(images/images.png) no-repeat -583px -751px;
	height: 57px;
	width: 179px;
	margin: 28px 0 0 6px;
}

#ident fieldset,

#myaccount fieldset {
	border: none;
	margin-left: 15px;
	margin-left: 15px;
}

#ident legend,
#myaccount legend {
	text-indent: -9999px;
}

#ident label,
#myaccount label {
	display: block;
}

#identEmail label {
	height: 15px;
	width: 163px;
}

#identEmail input,
#identPassword input {
	width: 170px;
	color: #5C5C5C;
}

#identPassword {
	margin-top: 15px;
}

#identPassword label {
	height: 15px;
	width: 163px;
}

#myaccountInfo {
	margin: 12px 0 0 16px;
	font-style: italic;
}

#myaccountInfo ul {
	margin-left: 16px;
}

#myaccountNew {
	margin: 4px 0 0 2px;
}

#myaccountNew a {
	text-decoration: none;
	color: #F27600;
	font-weight: bold;
}

#myaccountNew a:hover {
	text-decoration: none;
}

#content {
	float: left;
	padding-left: 80px;
	width: 468px;
}

#content h3 {
	color: #e8136b;
	font-size: 16px;
	margin: 26px 0 10px 0;
}

#content p {
	width: 450px;
	text-align: justify;
	color: #525252;
}

#contactlist {
	margin-top: 12px;
}

#contactlist li.group div {
	font-weight: bold;
	font-size: 14px;
	background-color: #F28F31;
	color: #FFFFFF;
	padding: 2px 0 2px 4px;
	margin-bottom: 5px;
	width: 460px;
}

#contactlist ul.list {
	margin: 0 0 14px 30px;
}

#contactlist li.online {
	/* color: #006600; */
}

#contactlist li.blocked,
#contactlist li.deleted {
	color: #F27600;
	font-weight: bold;
	margin-top: 8px;
}

#contactlist li.contact span.email {
	color: #A3A3A3;
	margin-left: 6px;
	font-style: italic;
}

#contactlist ul.extras {
	margin: 0 0 8px 16px;
}

#contactlist ul.extras li {
	font-style: italic;
	color: #F28F31;
}

#contactlist li.group div.ads,
#contactlist div.ads {
	font-weight: bold;
	font-size: 14px;
	background-color: #F2CBA5;
	margin-bottom: 10px;
	width: 460px;
	text-align: center;
	line-height: 32px;
}
#contactlist div.ads a {
	color: #494949;
}

.accesscode {
	font-size:14pt;
	font-weight:bold;
	letter-spacing:normal;
	text-align:center;
	width:100%;
}

.errorbox {
  	color: red;
  	border: outset 1px red;
  	padding: 2px;
  	background-color: #ffdcdc;
}
.successbox {
  color: #FFF;
  border: outset 1px #a2de5b;
  padding: 7px;
  font-size: 13px;
  background-color: #2ead3f;
  text-align: center;
}
.errormsg {
 	color: red;
}

.tipbox {
    border: 1px solid #c93;
    padding: 5px;
    background: #ffc;
    color: #000;
}
.softtipbox {
    padding: 5px;
    background: #ffffe6;
    color: #a4a483;
}
.hoverbutton:hover {
    color: #000;
}
.infobox {
	background-color: #efefef;
	border-bottom: 1px solid #6699cc;
	padding: 4px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}
table.support { 
	border:1px solid #525252;
}

table.support th { 
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e8136b;
	color: #FFF;
}

table.support td { 
	padding:4px;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 14px;
}
#dlnow, #disclaimer {
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 9999;
     background-image:url(images/hid60.png);
}

#dlnow div, #disclaimer div {
    width:695px;
	margin: auto; 
	margin-top:285px;
    background-color: #fff;
    border:2px solid #355e83;
    padding:15px;
    text-align:left;
}
