@CHARSET "utf-8";

html, body {
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	/*overflow-x:hidden;*/
}

#container {
	height:auto;
	/*min-height:100%;*/
	width:960px;
	
	margin:0;
	padding:0;
	position:relative;
	border:1px solid #CCCCCC;
}

#wrapper {
	width:100%;
	height:100%;
	overflow:none;
	margin:0;
	padding:0;
	text-align:center;
}

.greyline {
	height:1px;
	overflow:hidden;
	background-color:#999999;
	margin-bottom:15px;
	margin-top:15px;
}

hr {
	height:1px;
	background-color:#999999;
	color:#999999;
}

#wrapper_disclaimer {
	width:700px;
	height:100%;
	overflow:none;
	margin:0;
	padding:0;
	text-align:center;
}

#header {
	height:48px;
	width:100;
	background-image:url(../images/header_bg.gif);
	margin-bottom:10px;
}

#content_cl {
	padding-top:57px;
	width:100%;
}

#content, #signup {
	width:100%;
	
	
}

#content_disclaimer {
	width:700px;
	background-color:#CCCCCC;
	margin-bottom:40px;
}

#signup {
	/*background-image:url(../images/signup_bg.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
	height:556px;
}

#footer {
	background-color:#fb7100;
	height:25px;
	color:#FFFFFF;
	
	bottom:0;
	width:950px;
	left:0;
	padding:5px;
}

h1 {
	font-size:14px;
}


/* HOMEPAGINA */


#home_intro {
	width:530px;
	float:left;
	text-align:left;
	margin-top:-25px;
	color:#666666;
	font-weight:bold;
	padding-left:180px;
	padding-top:20px;
}

#home_quote {
	 float:right;
	 padding-right:140px;
	 padding-top:100px;
}

.photo {
	border:1px solid #CCCCCC;
} 

/* SIGN UP PAGINA */

#signupform {
	float:right;
	width:460px;
	
	text-align:left;
}

.input_small, .input_medium, .input_large, .input_xlarge, .input_xxlarge, .input_text {
	font-family:verdana;
	font-size:11px;
	padding:5px;
	margin:5px;
	border:1px solid #666666;
	color:#666666;
	margin-bottom:10px;
}

.input_small {
	width:53px;
}

.input_medium {
	width:150px;
}

.input_large {
	width:230px;
}

.input_xlarge {
	width:326px;
}

.input_xxlarge {
	width:420px;
}

.input_text {
	width:420px;
	height:80px;
}

label {
	margin-left:5px;
	font-weight:bolder;
	color:#AAAAAA;
	
}

input.error, textarea.error { 
	border: 1px solid #c00; 
	background: #fee;
}

label.error {
	display:none !important;
}

.form_error {
	width:100%;
	background-color:#fee;
	padding:5px;
	font-weight:bolder;
	text-align:center;
	border:1px solid #c00; 
	color:#c00;
	margin-bottom:10px;
}

/* WHO */

p {
	color:#666666;
}

a:link, a:active, a:visited {
	color:#009ccd;
	font-size:14px;
	font-weight:bolder;
}

a:hover {
	color:#fb7200;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
