@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: url('../jchat/images/bmbkg2.jpg');
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: auto;
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
strong{
	font-weight: 700;
}
/******* GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #fff;
	margin-bottom: 1em;
	text-shadow: 0 0 .1em white, 0 0 .25em white;
}
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 800px;
	margin: 40px 40px;
	text-align: left;
}
/******* /CONTAINER *******/
#signup{
	width: 400px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url('../jchat/images/starfield.jpg');
	padding: 20px; 
	-webkit-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	box-shadow: 10px 5px 15px rgba(0,0,0,.5);
}
/******* FORM *******/
.formRow {
	position: relative;
}
#signupForm select {
	width: 230px;
}
#signupForm input#tosagree {
	width: 20px;
}
#signupForm input#showavatar {
	width: 20px;
}
#signupForm span.whitetext {
	color: #fff;
	text-shadow:0 1px 1px black, 1px 0 1px black;
	position: relative;
	top: -2px;
	left: -5px; 
}
#signupForm a {
	color: #eef;
	text-decoration: underline;
}
#signupForm{
	padding: 0 10px 10px;
	z-index: 10;
}
#signupForm label{
	display: block;
	color: #fff;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow:0 1px 1px black, 1px 0 1px black;
}
#signupForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#signupForm input:focus,input:hover {
	-webkit-box-shadow: 0px 0px 8px white;
	-moz-box-shadow: 0px 0px 8px white;
	box-shadow: 0px 0px 8px white;
	background-color: #ffc;
}
#signupForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#signupForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#signupForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#signupForm div{
	margin-bottom: 15px;
}
#signupForm div span{
	margin-left: 10px;
	color: #ddd;
	font-size: 11px;
	font-style: italic;
	background: #000;
	background: rgba(1, 1, 1, 0.3);
	padding: 5px;
	position:relative;
	top: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#signupForm div span.error{
	color: #e46c6e;
}
#signupForm #submit{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#signupForm #submit:hover{
	background: #79a7f1;
	-webkit-box-shadow: 0px 0px 8px white;
	-moz-box-shadow: 0px 0px 8px white;
	box-shadow: 0px 0px 8px white;
}
#signupForm #submit.active {
	background-image: url("../img/preloader.gif");
}
#signupForm .errorTip {
	background-color: #970F08;
	color: white;
	font-size: 10px;
	min-height: 26px;
	letter-spacing: 0.4px;
	margin-left: 20px;
	padding: 5px 0 5px 10px;
	position: absolute;
	text-shadow:1px 1px 0 #555;
	width: 200px;
	right: -100px;
	top: 10px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 99;
}
#signupForm .errorTip2 {
	background-color: #970F08;
	color: white;
	font-size: 10px;
	min-height: 26px;
	letter-spacing: 0.4px;
	margin-left: 270px;
	margin-top: 5px;
	padding: 5px 0 5px 10px;
	text-shadow:1px 1px 0 #555;
	width: 200px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	z-index: 99;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/
#warningbox {
	position: absolute;
	left: 500px;
	top: 40px;
	width: 350px;
	background-color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px; 
	-webkit-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	font-size: 14px;
	line-height:17px;
}
#warningbox h2 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 22px;
}
#warningbox .hilred {
	color: #f00;
}
#warningbox .hil {
	background-color: #ffc;
}
#warningbox .dashedbox {
	border: 1px dashed black;
}
#warningbox div.indent {
	padding-left: 100px;
}
#recaptcha_widget_div div {
	margin-bottom: 0 !important;
}
#fbsignup{
	width: 400px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url('../jchat/images/starfield.jpg');
	padding: 20px; 
	-webkit-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	box-shadow: 10px 5px 15px rgba(0,0,0,.5);
	color: #fff;
}
#fbsignup h2{
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #fff;
	margin-bottom: 1em;
	text-shadow: 0 0 .1em white, 0 0 .25em white;
}

