/* CSS Document for Eco Registration section
See also form.css
Styles by ecologicalonline.co.uk
*/
/*--------------------------------
SITE COLOURS
---------------------------------
Background : #1b1873

*/


/*--------------------------------
       GLOBAL
---------------------------------*/

body {
	font-family: "trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	/*background: #ffffff url(../images/bg-body.gif) right top;*/
	background-attachment:fixed;
	text-align: center;
	padding-top: 40px;
}
a {
	color:#005275;
}
/*--------------------------------
       LAYOUT
---------------------------------*/
/*Allocation of correct class to the body tag determines the banner image*/

body.form div#container {
	width: 700px;
	background-color:#FFFFFF;
	border:4px solid #005275;
	margin: 0 auto;
}
#form-area {
	padding:5px 10px 5px 10px;
	text-align:left;
}
#form-area h1{
	display:block;
	background:url(/images/artdevon.gif) no-repeat left;
	text-indent:-999px;
	height:125px;
	margin:0;
	width:100%;
}
#formarea h1 a {	
	overflow:hidden;
	width:306px;
	height:112px;
	text-indent:-999px;	
}

body.reg div#container {
	background: url(../images/reg-logo.jpg) no-repeat;
	width: 700px;
	height: 400px;
	background: #fff url(../images/reg-logo.jpg) no-repeat right top;
	margin: 0 auto;
}

#welcome {
	float: left;
	width: 250px;
	padding-top: 20px;
	padding-left: 30px;
}

#formarea {
	width: 760px;
}

#footer {
	width: 500px;
	margin: 0 auto;
}

/*--------------------------------
       NAVIGATION
---------------------------------*/



/*--------------------------------
       TEXT STYLES
---------------------------------*/
#form-area h2 {
	margin:0px 0px 3px 0px;
	color:#005275;
	font-size:2.8em;
	letter-spacing:0.2em;
}
#welcome {
	font-size: 1.4em;
	color: #333;
	text-align: center;
	line-height: 1.4;
}
.large {
	font-size: 1.3em;
}
#footer {
	color: #fff;
	font-size: 1.1em;
	background-color:#005275;
}


/*--------------------------------
       HEADINGS
---------------------------------*/



/*--------------------------------
       LINKS
---------------------------------*/

#footer a {
	color: #fff;
	padding: 0 4px;
	text-decoration:none;
}


/*--------------------------------
       LISTS
---------------------------------*/
.box ul {
	color: #fff;
	list-style-image: url(../images/bullet1.gif);
	padding-top: 0;
	margin-top: 0;
}

/*--------------------------------
       IMAGES
---------------------------------*/



/*--------------------------------
       FORMS
---------------------------------*/

form fieldset {
	border:1px solid #999999;
	margin-top:5px;
	padding:5px 0 5px 5px;
}
form p label {
	display:block;
	float:left;
	clear:left;
	width:165px;
	font-size:1.1em;
	font-weight:bold;
}
form p input {
	border:1px solid #999999;
}
form p textarea {
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
form p select {
	border:1px solid #999999;
}
.error {
	background-color:#FFFFDD;
	border:1px solid #FFD700;
	color:#000;
	font-weight:bold;
	padding:5px;
}

/*--------------------------------
       OTHER
---------------------------------*/

.box {
	float: left;
	width: 289px;
	background: url(../images/box-bg.jpg) no-repeat bottom left;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.box h3 {
	background: url(../images/box-top.jpg) no-repeat top left;
	margin: 0;
	text-indent: -9999px;
}

.box h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 0;
	padding-right: 30px;
	margin-right: 10px;
	background: url(../images/bullet2.gif) no-repeat top right;
}