html, body { 
	/* height: 100%;  */
	margin: 0; 
	padding: 0; 
	color: #000;
	font-family: Calibri, "Calibri", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	}
#container {
	position:relative; 
	z-index:1;
 	margin:0 auto;
	width: 825px;  
	margin: 0 auto; 
	text-align: left; 
	background-image:url(../images/livenascar_bg.png);
	background-repeat:no-repeat;
	padding-top: 120px;
	height: 750px;
	height: 630px;
	margin-top: 10px;
}
#content {
	/* padding-top:120px; */
	padding-left:25px;
	padding-right:20px;
	}
.blacklink {
	color:#000;
	}
.grayinput {
	width:293px;
	height:31px;
	background-image:url(../images/input_2.jpg);
	background-repeat:no-repeat;
	}
.inputstyle{ 
     background-color:#b0b0b0; 
     border:none; 
     font-size:18px; 
     font-weight:bold; 
     margin-right:10px; 
     width:270px; 
     margin-top:3px; 
     }
.bottomad{
	width:468px;
	height:60px;
	background-color:#000;
	margin: 0 auto;
	}
.orangetext{
	color: #f6b536; 
	}
.greentext{
	color:#66FF00;
	}
.whitetext{
	color:#fff;
	}
.bluetext{
	color:#0049a4;
	}
.smallgrayinput{
	width:99px;
	height:31px;
	background-image:url(../images/inputshort_3.jpg);
	background-repeat:no-repeat;
	}
.smallinputstyle{
	color:black;
	background:none;
	border:none;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	width:80px;
	margin-top:3px;
	}
.longgrayinput{
	width:409px;
	height:31px;
	background-image:url(../images/input1_71.jpg);;
	background-repeat:no-repeat;
	}
.longinputstyle{
	color:black;
	background:none;
	border:none;
	font-size:18px;
	font-weight:bold;
	margin-left:10px;
	width:390px;
	margin-top:3px;
	}
.mediumgrayinput{
	width:167px;
	height:31px;
	background-image:url(../images/buddybox_8.jpg);
	background-repeat:no-repeat;
	}
.mediuminputstyle{
	color:black;
	background:none;
	border:none;
	font-size:18px;
	font-weight:bold;
	width:147px;
	margin-top:3px;
	}
div.scrollable {  
	position:relative;
	overflow:hidden;	
	height: 220px;	 
	width: 740px;	
	margin:0 auto;
	margin-top:8px;
	background-color:none;
}
div.scrollable div.items {	
	position:absolute;
	height:20000em;	
	margin-top:10px;
}
div.scrollable div.items div {
	text-align:center;
	width:740px;
	font-size:16px;
	height:47px;
	color:white;
}
div.scrollable div.items div.active {
	background-image:url(../images/highlight_bg.jpg);
	color:#b9b9b9;
}
.buddypopup{
	background-image:url(../images/buddy_popup_bg.gif);
	background-repeat:no-repeat;
	width:216px;
	height:314px;
	padding-top:10px;
	}
.smalltext{
	font-size:14px;
	}
.blacktext {
	color:black;
	}
.captchafield{
	background-image:url(../images/captcha_form.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	float:left;
	}
.captchaformfield{
	background-color:#b0b0b0; 
	font-size:27px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	/*background:none;*/
	width:180px;
	border:none;
	}
.answer{color:#777; padding-left:20px;}

.question{font-size:18px;}

.inactive{color:#a9a9a9;}

.orangerollover a {
	display:block;
	background-image:none;
	color:black;
	height:50px;
	width:300px;
	}
.orangerollover a:hover {
	background-image:url(../images/remind_me_rollover.jpg);
	}
.avatarimage{
	padding:4px; 
	border:1px solid #ccc
	}
