@charset"utf-8";

body {
/*	width:820px;*/
	margin:12px auto 10px;
	padding:0;
	background-color:#000;
	background-image:url(img/bg/bg_spotlght2.jpg);
	background-repeat:repeat; 
	background-position:top; 

}
.container-signup {
	background: #FAF5E9;
	margin: 0;
	padding:18px 70px 12px 70px; 
	overflow: hidden;
}

.container-signup h1, h2 {
	font-family:Georgia, "Times New Roman", serif; 
	color: #828A99; 
	font-size:21px;
	font-weight:700;
	line-height: 1.15em; 
	padding-bottom:4px;
}

.presignupform {
	border: 1px solid #663;
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1.35em;
	margin-bottom: 14px; 
	padding: 1em; 
	width:95%;
	}

.presignupform-note {
	color:#666; 
	padding-top:12px; 
}

/* ----------------------------------------------------------------*/
p  {
	color:#292929;
	font-family: 'Roboto Flex', sans-serif; 
	font-size: 15px;
	line-height:1.5em; 
	margin:0;
	padding:6px 0 4px
}

.bxrouge {
	background-color: #C00;
	color: #fff;
	padding: 3px 6px 4px;
}

/* -------------------links ----------------------- */

a, a:visited {
	color:#963;
	text-decoration:none; 
}

a:hover {
	color:#b17c48; 
		text-decoration:none;
}

a:active {
	color:#963; 
	text-decoration:none; 
}

