@import url("reset.css");
@import url("font.css");
@import url("common.css");

a, input {
	outline-style:none;	
}

.clear{
	clear:both;	
}

img{
	border:none;	
}

.bold{
	font-weight:bold;	
}

@font-face {
 font-family: Rockwell;
 src: url("ROCK.eot") /* EOT file for IE */
}
@font-face {
 font-family: Rockwell;
 src: url("ROCK.TTF") /* TTF file for CSS3 browsers */
}

body {
    font-family: Rockwell;		
	background:#e6eef2;
	text-align:center;
}

#wrapper {
	width:595px;
	margin:0 auto;
	text-align:left;
	background:url(../images/wrapper-bg.jpg) no-repeat;
}

#wrapper .inside {
	padding:0 20px;
}

/* header styling */
#header {
}

#bookmark {
	text-align:right;
}

#logo-ad {
	margin-top:60px;
	height:52px;
	/*background:#00CCFF;*/
}

#logo h1 a{
	background:url(../images/logo.gif) no-repeat;
	height:52px;
	width:209px;
	display:block;
	text-indent:-3000px;
}

/* content styling */
#content {
	background:url(../images/center-div.gif) no-repeat;
}

#centerdiv {
	height:202px;
	margin-top:21px;
	margin-bottom:26px;
	position:relative;

	
}

#title, #loader{
	height:23px;	
}

#loader{
	width:16px;
	background:url(../images/ajax-loader.gif) no-repeat;
	display:none;
	top:20px;
	/*height:23px;*/
	position:relative;
	left:265px;
}

#copy{
	position:absolute;
	top:71px;
	left:455px;
	color:#0296ce;
	/*text-decoration:underline;*/
	cursor:pointer;
	padding-left:16px;
	font-size:1.075em;
	background:url(../images/arrow.gif) left 3px no-repeat;	
	
}

#centerdiv p {
	color:#0296ce;
	font-size:20px;
	padding-top:20px;
}

#centerdiv .url {
	/*border:#ff0000 1px solid;*/
	background:none;
	margin-top:20px;
	width:478px;
	height:27px;
	padding:8px 0 0 0;
	border:none;
}

input, input.text{
  font-family:Rockwell;

}

#centerdiv .submit {
	margin-top:30px;
}


#footer {
	margin-top:24px;
	height:44px;
	background:url(../images/footer-bg.gif) no-repeat;
	padding:15px 30px;
}


#TOS{

	display:none;	
}

#TOS-inside{
	background:#FFF;
	padding:0px 16px;
	
}

#TOS p{
	padding:12px 0 16px 0;	
}

#clickforTOS{
	float:right;
	/*width:200px;*/
	background:url(../images/down-arrow.gif) no-repeat left 4px;
	padding-left:18px;
	padding-bottom:6px;
	cursor:pointer;

}

#minimize{
	margin:10px 0;	
	cursor:pointer;	
}