/* CSS Document */
*{
padding:0px;
margin:0px;
}

body{
	font-family:Arial;
	font-size:12px;
	color:#9da2c0;
	background:url('../background.png') no-repeat top left;
	background-color:#071c36;
	overflow-x:hidden;
	margin-left:auto;
margin-right:auto;
}


a{
color:#9da2c0;
text-decoration:none;
}

a:hover{
color:#9da2c0;
text-decoration:none;
}


.tbg-footer { 
margin-left:auto;
margin-right:auto;
text-align:right;
width:1000px;
color: #888;
font-size: 10px;
padding-left:37px;

}

.tbg-footer span {
margin-left:-55px;
margin-top:2px;
padding-top:3px;
padding-right:8px;
}

.tbg-footer img {
	float:right;
}


#main-wrap {
margin-left:auto;
margin-right:auto;
}

#base{
width:1050px;
margin:auto;

}

#header-box{
width:960px;
height:82px;
}

#error-messages{
float:left;
width:960px;
background-color:#fff;
}

#top-left{
float:left;
width:498px;
height:88px;
padding-top:0px;
}

#top-right{
float:left;
width:462px;
height:18px;
padding-top:64px;
}

#contact-form {
	position:absolute;
	top: 210px;
	margin-left:20px;
	width:1010px; height:380px; 
	visibility:hidden;
}

#logo{
float:left;
width:498px;
text-align:right;
}

.login{
float:left;
width:452px;
text-align:right;
padding-right:10px;
}

#flash-box{
clear:both;
width:960px;
height:620px;
background-color:#071C36;

}

#footer{
margin-top:8px;
width:960px;
}

#copyright{
float:left;
width:375px;
text-align:left;
padding-left:10px;
}

#footer-menu{
float:left;
width:550px;
text-align:right;
padding-right:10px;
}


/*Register box css start */
#register-box{
width:360px;
position:absolute;
top:85px;
left:600px;
z-index:100;
visibility:hidden;
}

#register-box-top{
width:360px;
height:10px;
background:url('../images/register-bkg-top.png') no-repeat;
}

#register-box-middle{
width:340px;
padding:10px;
background:url('../images/register-bkg-middle.png') repeat-y;
}

#register-title{
width:340px;
border-bottom:1px solid #efefef;
font-size:16px;
padding-bottom:4px;
text-align:right;
}

#register-form{
width:340px;
}

.register-form-input{
border:1px solid #efefef;
width:180px;
}

.input-button input{
border:1px solid #000;
color:#000;
font-weight:bold;
padding:2px;
}

#register-box-bottom{
width:360px;
height:10px;
background:url('../images/register-bkg-bottom.png') no-repeat;
}
/*Register box css end */

/*Login box css start */
#login-box{
width:360px;
position:absolute;
top:85px;
left:230px;
z-index:100;
visibility:hidden;
}

#login-box-top{
width:360px;
height:10px;
background:url('../images/register-bkg-top.png') no-repeat;
}

#login-box-middle{
width:340px;
padding:10px;
background:url('../images/register-bkg-middle.png') repeat-y;
}

.login-form-input{
border:1px solid #efefef;
width:120px;
}

.input-button2 input{
border:1px solid #000;
color:#000;
font-weight:bold;
padding:2px;
width:70px
}

#login-title{
width:340px;
border-bottom:1px solid #efefef;
font-size:16px;
padding-bottom:4px;
text-align:right;
}

#login-form{
width:340px;
}

#login-box-bottom{
width:360px;
height:10px;
background:url('../images/register-bkg-bottom.png') no-repeat;
}
/*Login box css end */

