body {
	margin:0;
	padding:0;
}
.red {
	color:#F00;
}
input, textarea, select {
	border: 1px solid #C0CFE0;
}
.radio {
	border:none;
}
#brochure {
	background-color:transparent;
	width:auto;
	position:absolute;
	padding:3px;
	z-index:50;
}
#emailMsgSent {
	position:absolute;
	width:400px;
	height:200px;
	border:1px solid #C0CFE0;
	display:none;
	background-color:#CCC;
	z-index:2000;
}
input.my-url {
	display:none;
}
#modalform {
	height:480px;
	background:url(../images/gradient_bg_03.jpg);
	background-color:transparent;
	z-index:100;
	margin-left: 180px;
	border-left :2px solid #000;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
	border-top::2px solid #A69A92;
}
#modalform input {
	height:18px;
}
#modalform input[type='text'] {
	width:220px;
	font-size:11px;
}
#modalform input[type='checkbox'] {
	border:none;
	background-color:transparent;
	width:20px;
}
#jointable, #modalform {
	display:none;
	width:550px;
}
#checkboxoptions input {
	width:20px;
	background-color:transparent;
}
.joinhead {
	font-weight:900;
	font-size:14px;
	color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
}
.join {
	color:#FC0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
a.orgbutton {
	text-decoration:none;
	font-size:12px;
	padding: 18px 0 0 35px;
	font-weight:700;
	color:#FFF;
	margin-left:-10px;
}
.abutton {
	z-index:100;
	width:154px;
	height:40px;
	padding:8px 0 0 0px;
	margin-left:425px;
	margin-top:0px;
	background:url(../images/btn-slide.gif) no-repeat;
}
.arrows2 {
	background: url(../images/cancel2.gif) no-repeat right 10px;
	text-align: center;
	width: 24px;
	height: 35px;
	padding: 10px 10px 0 0;
	margin: -10px 12px 0 113px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-top:-23px;
}
#outer {
	margin:7px 0 0 200px;
	padding:0;
	position:absolute;
	z-index:2000;
	left: -20px;
	top: -7px;
}
.active {
	background-position:right 10px;
}
.arrows {
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 24px;
	height: 35px;
	padding: 10px 10px 0 0;
	margin: -10px 12px 0 122px;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	margin-top:-23px;
}
form, fieldset {
	margin:0;
	padding:0;
}
.aheading {
	padding:10px;
	color:#FC0;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.formLayoutJoin {
	color:#222;
	margin:0;
	padding:0;
}
.formLayoutJoin label {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	color:#FC0;
	background-color:transparent;
}
.formLayoutJoin input {
	width:200px;
	background-color:#FFF;
	border:none;
	height:18px;
	padding:2px;
	color:#222;
}
.formLayoutJoin input[type='text'] {
	border:1px solid #C0CFE0;
	height:22px;
}
.formLayoutJoin input[type='checkbox'] {
	width:20px;
	background-color:transparent;
	margin-top:-2px;
	border:none;
}
br {
	clear: left;
}
#fields {
	display:none;
}
#accordion {
	width:270px;
	font-size:10px;
}
#accordion label, #accordion input {
	font-size:10px;
}
#theform {
	display:block;
	width:960px;
	box-shadow: 0px 0px 6px #000;
	margin:0;
	padding:0;
}
.questionmark {
	margin-bottom:-16px;
}
#joinmessage {
	position:absolute;
	width:400px;
	height:78px;
	top:308px;
	left:461px;
	margin-left:-200px;
	margin-top:-100px;
	background-color:#F4F3F2;
	color:#000;
	padding:25px;
	text-align:center;
	border:1px solid #000;
	display:none;
}
button::-moz-focus-inner {
border: none;
}
button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width:80px;
margin-top:5px;
margin-right:3px;
background: transparent url(btn_right.png) no-repeat scroll right top;
}

button.rounded {
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url(btn_left.png) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

/*######## For IE ############*/
button.rounded2 {
clear: left;
font-size: 0.8em;
}

button.rounded2 span {
background: transparent url(btn_left.png) no-repeat scroll left top;
color: #FFFFFF;
}

.rounded2:hover {
background-position: 100% -30px;
}

.rounded2:hover span {
background-position: 0% -30px;
}
/*####### For Safari ##########*/
button.rounded3 {
clear: left;
font-size: 0.8em;
}

button.rounded3 span {
background: transparent url(btn_left.png) no-repeat scroll left top;
color: #FFFFFF;
margin-top:-1px;
}

.rounded3:hover {
background-position: 100% -30px;
}

.rounded3:hover span {
background-position: 0% -30px;
}