@import url("controls.css");
@import url("layout.css");
/* Basic common elements */
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
/*	background-image: url('img/bg_repeat.jpg'); */
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a {
	color: #F00;
	cursor: pointer;
	text-decoration: none;
}
a img {
	border: 0px;
}
ul {
	margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS";
	margin: 10px 0px;
	margin-top: 30px;
	font-weight: normal;
	color: #000;
}
p {
	margin: 5px 0px;
}
h1 {
	font-size: 280%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}

/* FORM ELEMENTS */

form
{
	margin-top: 18px;	
}

label.fixed {
	display: block;
	width: 120px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
}

textarea
{
	width: 400px;
	height: 120px;
}

input.error, textarea.error
{
	border: 1px solid #900;	
}

input, select
{
	width: 180px;	
}

input.cb, input.btn
{
	width: auto;	
}


#registrationForm
{
	vertical-align: top;
}

#registrationForm .regFormLeft
{
	border-right:0px;
}

#registrationForm .regFormLeft label
{
	width: 160px;
}

#registrationForm .regFormLeft a.Button, #registrationForm .regFormLeft input.btn
{
	padding: 4px 16px;
}

#registrationForm .regFormRight
{
	border-left:0px;
}

#registrationForm .regFormRight p, #registrationForm .regFormRight ul
{
	width: 250px;
}