
/* ----- GENERIC ----- */

* {
	font-family:'Trebuchet MS', sans-serif;
}
body {
	background:#231f20;
}
/* ----- IDS ----- */

#container {
	width:960px;
	margin:0 auto;
}
#flash {
	width:543px;
	height:906px;
	float:left;
}
#content {
	float:left;
	width:417px;
}
#hi {
	padding:106px 0 0 0;
}
#join {
	padding:79px 0 0 0;
	background:transparent url(../img/join-bg.png) -1px 81px no-repeat;
}
#friend {
	padding:130px 0 0 0;
	background:transparent url(../img/friend-bg.png) 2px 166px no-repeat;
}
#form-container {
	width:379px;
	background:transparent url(../img/form-bg-btm.png) bottom left no-repeat;
	margin:0 0 10px 0;
}
#form {
	font-family:arial, sans-serif;
	background:transparent url(../img/form-bg-top.png) top left no-repeat;
	padding:13px;
}


/* ----- CLASSES ----- */

.hide {
	display:none;
}
.show {
	display:block;
}
.invisible {
	display:none;
}
.selectinvisible {
	display:none;
}
/* ----- HEADINGS ----- */

#hi h3 {
	width:332px;
	height:84px;
	background:transparent url(../img/h3_hi.png) 0 0 no-repeat;
	margin:0 0 30px 0;
}
#join h3 {
	width:342px;
	height:90px;
	background:transparent url(../img/h3_join.png) 0 0 no-repeat;
	margin:0 0 30px 0;
}
#friend h3 {
	width:228px;
	height:38px;
	background:transparent url(../img/h3_friend.png) 0 0 no-repeat;
	margin:0 0 30px 0;
}

/* ----- PARAGRAPHS ----- */
p {
	font-size:15px;
	font-weight:bold;
	line-height:26px;
	margin:0 0 20px 6px;
}
#hi p {
	color:#60bb46;
	width:370px;
}
#join p {
	color:#f05d7a;
	width:346px;
}
#friend p {
	color:#2ac4f4;
	width:270px;
}

#friend a, #friend a:link, #friend a:visited, #friend a:hover, #friend a:active { color:#2ac4f4; text-decoration:none; }

#friend .small { font-size:12px; }

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

#hi img {
	float:right;
	margin:0 54px 0 0;
}

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

#hi a.join-us {
	width:71px;
	height:28px;
}

/* ----- TABLES ----- */

#form table {
	font-family:arial, sans-serif;
	font-size:12px;
	color:#ffffff;
}
td {
	padding:0 0 8px 0;
}
td.optout {
	font-size:9px;
	font-weight:normal;
}
/* ----- FORMS ----- */

#form input, #form select {
	font-family:arial, sans-serif;
	font-size:12px;
	border:1px solid #f05d7a;
	background-color:#202020;
	color:#ffffff;
}
*:first-child+html #form input {
	margin:0;
	padding:0;
}
* html #form input {
	margin:0;
	padding:0;
}
input#first_name {
	width:130px;
}
*:first-child+html input#first_name {
	width:128px;
	margin:0 2px 0 0;
}
* html input#first_name {
	width:128px;
	margin:0 2px 0 0;
}
input#last_name {
	width:291px;
}
*:first-child+html input#last_name {
	width:288px;
	margin:0 2px 0 0;
}
* html input#last_name {
	width:288px;
	margin:0 2px 0 0;
}
input#car_reg_no {
	width:205px;
}
*:first-child+html input#car_reg_no {
	width:203px;
}
* html input#car_reg_no {
	width:203px;
}
input#addr_house_no {
	width:53px;
}
*:first-child+html input#addr_house_no {
	width:51px;
}
* html input#addr_house_no {
	width:51px;
}
input#addr_postcode {
	width:130px;
}
*:first-child+html input#addr_postcode {
	width:128px;
	margin:0 2px 0 0;
}
* html input#addr_postcode {
	width:128px;
	margin:0 2px 0 0;
}

input#addr_building {
	width:299px;
}
*:first-child+html input#addr_building {
	width:297px;
	margin:0 2px 0 0;
}
* html input#addr_building {
	width:297px;
	margin:0 2px 0 0;
}

input#find-address {
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	width:100px;
	height:19px;
	color:#fff;
	background:#f05d7a;
	border:0px none;
	padding:0 0 2px 0;

}
*:first-child+html input#find-address {
	padding:1px 0 0 0;
}
* html input#find-address {
	padding:1px 0 0 0;
}
input#addr_line1 {
	width:194px;
}
*:first-child+html input#addr_line1 {
	width:178px;
	margin:0 2px 0 0;
}
* html input#addr_line1 {
	width:178px;
	margin:0 2px 0 0;
}
input#addr_line2, input#addr_line3, select#addr_select {
	width:349px;
}
*:first-child+html input#addr_line2 {
	width:347px;
}
* html input#addr_line2 {
	width:347px;
}
input#addr_town {
	width:314px;
}
*:first-child+html input#addr_town {
	width:312px;
	margin:0 2px 0 0;
}
* html input#addr_town {
	width:312px;
	margin:0 2px 0 0;
}
input#addr_county {
	width:305px;
}
*:first-child+html input#addr_county {
	width:303px;
	margin:0 2px 0 0;
}
* html input#addr_county {
	width:303px;
	margin:0 2px 0 0;
}
input#email {
	width:264px;
}
*:first-child+html input#email {
	width:261px;
	margin:0 2px 0 0;
}
* html input#email {
	width:261px;
	margin:0 2px 0 0;
}
#form .noborder {
	border:none;
}

select#title {
	width:100px;
	height:19px;
}
#form input#submit{
	width:74px;
	height:28px;
	float:right;
	background:#ccc url(../img/btn_submit.png);
	border:0px none;
	cursor:pointer;
}

#form #submitlink {
	float:right;
}

/* ----- MISC----- */

object {
	outline:none;
}
#container .error {
	color:#f00;
	margin:4px 0;
	line-height:normal;
}
.hidden {
	position:absolute;
	left:0px;
	top:-4000px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

h2.cars {
	margin:0px;
	padding:0px;
	width:57px;
	height:23px;
	background-image: url(../img/title_cars.png);
}

h2.motorcycles {
	margin:0px;
	padding:0px;
	width:136px;
	height:26px;
	background-image: url(../img/title_motorcycles.png);
}

h2.equipment {
	margin:0px;
	padding:0px;
	width:195px;
	height:26px;
	background-image: url(../img/title_equipment.png);
}

.labelcar {
	line-height:1.2em;
	color:#70bce5;
}

.labelmotorcycle {
	color:#e6e662;
}

.labelequipment {
	color:#94c868;
}

.labelequipment-bottom {
	display:block;
	color:#94c868;
	margin-bottom:3px;
}

.inputcar {
	width:210px;
	margin:5px 0px 0px 0px;
}

.inputmotorcycle {
	width:210px;
	margin:5px 0px 0px 0px;
}

.selectmotorcycle {
	width:210px;
	margin:5px 0px 10px 0px;
}

.selectequipment {
	width:210px;
	margin:5px 0px 0px 0px;
}

.section-cars {
	margin:20px 0px 0px -13px;
	width:348px;
	border-top:1px solid #F05D7A;
	border-bottom:1px solid #F05D7A;
	background-image:url(../img/back_cars.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:13px 13px 0px 13px;
}

.section-motorcycles {
	margin:0px 0px 0px -13px;
	width:348px;
	border-bottom:1px solid #F05D7A;
	background-image:url(../img/back_motorcycles.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:13px 13px 0px 13px;
}

.section-equipment {
	margin:0px 0px 0px -13px;
	width:348px;
	border-bottom:1px solid #F05D7A;
	background-image:url(../img/back_equipment.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:13px 13px 0px 13px;
}

td.nopad {
	padding:0px;
}

input.noborder {
	border:0px;
}

.table-bot {
	margin-bottom:20px;
}

.powercheck {
	display:block;
	width:100px;
	float:left;
}
.powerleft {
	width:110px;

}
