/* CLEAR FIX -------------------------------------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* TAGS ------------------------------------------------------------------------------------------------------------------------- */

body {
	background-image: url(design/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	cursor: default;
	
	font: 11px Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #545454;
	}

h1, h2, h3, a, div, p, span, ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	}

img	{
	border:  none;
	}

ul {
	list-style-type: none;
	}
	
input {
	font: 11px Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #8e8e8e solid;
	width: 180px;
	padding: 1px 2px 1px 2px;
	}

select {
	font: 11px Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #8e8e8e solid;
	}

a, a:link, a:visited, a:hover {
	color: #ED2BB2;
	text-decoration: none; 
	}


form {
	display: inline;
	}

span {
	color: #8698b0;
	font-weight: normal;
	}

h2 {
	font-size: 11px;
	color: #e33c67;
	background-image: url('design/arrowPink.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 0px 9px;
	}

/* FORM STYLE ------------------------------------------------------------------------------------------------------------------- */

.btnLogin {
	width: 76px;
	height: 23px;
	background-image: url('design/forms/btnLogin.jpg');
	border: 0px;
	cursor: pointer;
	}

.btnCreateAcc {
	width: 106px;
	height: 23px;
	background-image: url('design/forms/btnCreateAcc.jpg');
	border: 0px;
	cursor: pointer;
	}

.btnSendPass {
	width: 143px;
	height: 23px;
	background-image: url('design/forms/btnSendPass.jpg');
	border: 0px;
	cursor: pointer;
	}

.checkbox, .radio {
	width: auto;
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
	}
	
/* CLASSES ---------------------------------------------------------------------------------------------------------------------- */

.pink {
	color: #e33c67;
	}
	
.bold {
	font-weight: bold;
	}

.imageBorder {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px #a5a5a5 solid;
	}
	
.icon {
	position: relative;
	top: 4px;
	}

.imageBorder {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px #dfe3d4 solid;
	}

.imageMidSize {
	width: 76px;
	height: 98px;
	}

/* DESIGN ----------------------------------------------------------------------------------------------------------------------- */

#container {
	width: 833px;
	margin: auto;
	}
	
#top {
	height: 270px;
	background: url('design/top.gif') no-repeat;
	background-position: 44px 36px;
	text-indent: -999px;
	}

#bottom {
	height: 233px;
	width: 833px;
	background: url('design/bottom.gif') no-repeat;
	background-position: 0px 0px;
	}

#pageTop {
	width: 833px;
	height: 19px;
	background-image: url('design/page_top.jpg');
	}

#pageHolder {
	width: 829px;
	padding: 0px 1px 0px 1px;
	border-left: 1px #ffc5c4 solid;
	border-right: 1px #ffc5c4 solid;
	background-color: #FFFFFF;
	}

#page {
	width: 789px;
	background-color: #fca8da;
	background-image: url('design/page_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 0px 20px 0px 20px;
	}

#pageBottom {
	width: 833px;
	height: 24px;
	background-image: url('design/page_bottom.jpg');
	margin-bottom: 20px;
	}
	
#informationBox {
	float: right;
	width: 510px;
	height: 120px;
	background-color: #FFFFFF;
	background-image: url('design/box.gif');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 20px;
	border: 1px #a5a5a5 solid;
	color: #FFFFFF;
	}
	
#signupInfo {
	width: 280px;
	background-color: #FFFFFF;
	border: 2px #666666 solid;
	color: #333333;
	padding: 5px;
	}

#registerBox {
	float: right;
	width: 550px;
	}

#activateBox {
	float: right;
	width: 550px;
	}
	
#loginErrorMsg {
	border: 2px #990000 solid;
	color: #FF0000;
	margin-bottom: 15px;
	padding: 10px;
	width: 160px;
	}

#registerErrorMsg {
	border: 2px #990000 solid;
	color: #FF0000;
	margin-bottom: 15px;
	padding: 10px;
	}
	
#latestLeft {
	float: left;
	width: 26px;
	height: 181px;
	background-image: url('design/latest_left.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

#latest {
	float: left;
	width: 781px;
	height: 161px;
	background-image: url('design/latest_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 20px 0px 0px 0px;
	}
	
#latest li {
	float: left;
	margin-right: 18px;
	}

#latest li.lastItem {
	margin-right: -18px;
	}

#latestRight {
	float: left;
	width: 26px;
	height: 181px;
	background-image: url('design/latest_right.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
	
#footer {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 18px 16px 10px 0px;
	}

#footer ul {
	float: right;
	}

#footer li {
	float: left;
	border-right: 1px #383838 solid;
	margin-right: 5px;
	padding-right: 5px;
	}
	
#footer li.lastItem {
	border: 0;
	margin-right: -5px;
	}
	
#footer span {
	display: block;
	text-align: right;
	}
	
/* START ------------------------------------------------------------------------------------------------------------------------ */

#conditions {
	margin: 50px auto 50px auto;
	padding: 20px;
	background-color: #CCCCCC;
	width: 400px;
	}
	
#conditions ul li {
	list-style-type: square;
	margin-top: 20px;
	}
	
#conditions ul ul {
	margin-left: 20px;
	margin-top: 0px;
	}

#conditions ul ul li {
	list-style-type: circle;
	margin-top: 5px;
	}

	
/* END -------------------------------------------------------------------------------------------------------------------------- */