@charset "UTF-8";

/*** Reset ***/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset { margin: 0; padding: 0; }
img, fieldset { border: 0; }
a img { border:0; }

/*** Base ***/
html {
	background:#ddd;
}
body {
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	line-height:1.2;
	color:#333333;
	text-align:center;
}
p {
	margin:0 0 10px;
}

/*** Layout @author: R.B. Fonbuena - 29 April 2010 ***/
#wrapper {
	margin:20px auto;
	text-align:left;
	width:900px;
}

/*** Header ***/
#header {}
#header h1 {}

/*** Container ***/
#container {
	padding:10px;
	background:#ffffff;
	border:10px solid #005ec4;
}

/* Content */
#content {
	width:460px;
	float:left;
}

.maincopy {}
.maincopy h3 {
	margin-bottom:20px;
	font-size:26px;
}
.maincopy p {
	font-size:18px;
	margin-bottom:20px;
}

.maincopy ol {
	margin:0 20px 0 40px;
}
.maincopy li {
	margin-bottom:10px;
	font-size:14px;
}

/** SIGNUP FORM **/
#signup-box {
	width:380px;
	float:right;
	padding-top:120px;	
	color:#ffffff;
	background:#00aeef url(../images/images_default/formbg-top.png) no-repeat;
}

div.uk { background:#00aeef url(../images/images_default/formbg-top-uk.png) no-repeat !important; }
div.ie { background:#00aeef url(../images/images_default/formbg-top-euro.png) no-repeat !important; }

#signup-box a { color:#ffff88; }
#signup-box a:hover { color:#ffffff; }
#signup-box form {
	padding:0 15px 20px;
}
#signup-box .field {
	margin-bottom:20px;
}
#signup-box label {
	display:block;
	width:100px;
	float:left;
	padding-top:5px;
	padding-right:10px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
#signup-box input.text,
#signup-box select {
	font-size:16px;
	padding:2px;
	width:216px;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#333333 #cccccc #ffffff;
}
#signup-box input.text { height:26px; }
#signup-box .email input { width:358px; }
#signup-box option { background:#ffffff; }

/*
#signup-box p.age select, 	
#signup-box p.gender select { width:170px; }
#signup-box p.countrycode select { width:360px; }

#signup-box input.checkbox	{
	background:none;
	border:none;
	margin-right:5px;
	vertical-align:middle;
}
#signup-box p.name,
#signup-box p.gender		{ width:180px; float:left; margin-right:10px; display:inline; }
#signup-box p.email,
#signup-box p.age			{ width:180px; float:left; display:inline; }
#signup-box p.countrycode	{ clear:both; }
*/

#signup-box .button { margin:10px 0 0; text-align:center; }
#signup-box .agreement { text-align:center; margin:10px 0; }
#signup-box .agreement input.checkbox { margin-right:5px; }
#signup-box .fineprint { text-align:center; font-size:12px; }
#signup-box #form_errors {
	margin:0 20px 20px;
	padding:10px 20px;
	color:#ff8;
	font-size:12px;
	background:#e33;
	border:2px solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/* COREG */
#coreg_wrapper {
	font-size:12px;
	line-height:1.4;
	text-align:left;
	color:#333;
}
#coreg_wrapper .set7 {
	margin:10px;
	padding:10px;
	background:#ffe;
	border:1px solid #fc0;
	-moz-border-radius:8px;
	-moz-box-shadow:0 2px 3px #aaa;
	-webkit-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #aaa;
}
#coreg_wrapper div.checkbox {
	float:left;
	width:12px;
}
#coreg_wrapper div.terms {
	margin:0;
	padding:0 0 0 20px;
	text-align:left;
}
#coreg_wrapper .set1 { margin:10px 0 10px 30px; }
#coreg_wrapper .set1 label { font-size:12px; }
#coreg_wrapper .set1 .input1,
#coreg_wrapper .set1 .listmenu {
	border:1px solid #888;
	font-size:14px;
	background:#fff;
}
#coreg_wrapper .set1 br {
	display:none;
}

/*** Footer ***/
#footer {
	clear:both;
	margin-top:20px;
	color:#aaa;
	/*background:url('../images/images_default/footerbg.png') no-repeat center top;*/
}
#footer p {
	margin:0 0 10px;
	font-size:14px;
	text-align:center;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	border-bottom:1px dotted;
}
#footer .copyright { font-size:12px; }

/*** Classes ***/
.clear { clear:both; display:block; width:0; height:0; overflow:hidden; }
.alignleft { float:left; margin:0; }
.alignright { float:right; margin:0; }

