body{
	background-attachment: fixed;
    background-color: #6CBCFF;
    background-image: -moz-linear-gradient(#A9D1EB, #6CBCFF);
    background-size: 100% auto;	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.875em;
	line-height:1.5em;
	color: #333333;
}
.report {	color: #333333;	width: 100%;	height: auto;	background: url(nt.gif) repeat;		}
h3 {
	font-size:1.5em;
	line-height:1.8em;
	padding:0;
	margin:0;
}

a:link {
	text-decoration:none;
	border-bottom:1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color:#6CBCFF;
}
a:hover{
	text-decoration:none;
	border-bottom:1px dotted #6CBCFF;
	color:#6CBCFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

a:active{
	text-decoration:none;
	border-bottom:1px dotted #6CBCFF;
	color:#6CBCFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

a:visited{
	text-decoration:none;
	border-bottom:1px solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color:#6CBCFF;
}


a.logo:link {border-bottom:none;}
a.logo:hover {border-bottom:none;}
a.logo:active {border-bottom:none;}
a.logo:visited {border-bottom:none;}


/* set millions of background images */
/*.rbroundbox { background: url(nt.gif) repeat; }*/
.rbroundbox { 
	background: none repeat scroll 0 0 white;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    overflow: visible;
    padding: 30px;
    position: relative;
}
.rbroundbox2 { 
	background: none repeat scroll 0 0 white;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    overflow: visible;
    padding: 30px;
    position: relative;
}
/*.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }*/

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 700px; margin: 1em auto; }.rbroundbox2 { width: 70%; margin: 1em auto; }

#form2{
	margin:1em 0;
	color:#fff;
	font-size: 1em;
	width:550px; 
	}
#form2 h3{
	margin:0;
	background:#333333;		
	color:#fff;
	font-size:0.875em;
	border:1px solid #333333;
	border-bottom:none;
	}		
#form2 h3 span{
	display:block;
	padding:10px 20px;
	}				
.f{
	margin:20px;
	padding:0;
	border:4px solid #333333;	
	background:#CCCCCC ;		
	}		
#form2 legend{display:none;}	
#form2 p{margin:.5em 20px;}	
#form2 label{display:block;}	
#form2 input, #form2 textarea{		
	width:472px;
	border:1px solid #111;
	padding:5px 3px;
	color:#000;
	}		
#form2 textarea{
	height:190px;
	overflow:auto;
	}					
#form2 p.submit{
	text-align:right;
	}	
#form2 button{
	padding:0 20px;
	height:32px;
	line-height:32px;		
	border:1px solid #000;
	background:#CECECE url(form_button.gif) repeat-x;
	color:#000;
	cursor:pointer;		
	text-align:center;		
	margin-right: 30px;	
	}

.left_side {
	float: left;
	width:200px;
	height: auto;
	margin: 20px 0 0 0;
}

.right_side {
	float: right;
	width:200px;
	height: auto;
	text-align:right;
	margin: 20px 0 0 0;
}

.left_side_t {
	float: left;
	width:200px;
	height: auto;
	margin: 0;
}

.right_side_t {
	float: right;
	width:200px;
	height: auto;
	text-align:right;
	margin: 0;	
}


.no_side {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;

}

.center_report {
	text-align:center;
}
.in {
	width:600px;
	margin:5px 10px 50px 20px;

}

.report {
	background: none repeat scroll 0 0 white;
	color: black;
	padding:5px;
}

.spam_test {
	ffont-size:0.875em;
	color:#999999;
}

#submitdiv {
	text-align:center;
	font-size:1em;
}

#reoprtdiv {
	background-color:#596480;
	color:#FFFFFF;
	padding:5px;
	width:540px;
	
}

.qa {
margin:30px 0;
}

.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 65px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.myButton:active {
	position:relative;
	top:1px;
}