
html{
height:100%;	
}
body {
	font-family:Verdana,Arial, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
    font-size:10pt;
	color:#000000;
background-color:#c1ae61;
width:100%;
height:100%;
background-image:url(images/free_containerbg.gif);
background-repeat:repeat-y;
background-position:center;
}
a:link {
	color:#000;
	text-decoration: underline;
	background-color : transparent;
}
a:visited, a:active {
	color:#000;
	text-decoration: underline;
	background-color : transparent;
}
a:hover {
	color:#000;
	text-decoration: underline;
	background-color : transparent;
}


.wrapper {
width: 800px;
min-width:800px;
height:100%;
background-color:transparent;

}
.container {
width:800px;
height:auto;
text-align:left;
margin-top:0px;

}
.container #right{
float:right;
width:245px;
background-image:url(images/free_arrow.png);
background-position:top left 0px -10px;
background-repeat:no-repeat;
margin-top:20px;
}
.container #left{
	float:left;
	width:550px;
	margin-top:20px;
}
.rightcol{
width:220px;
color:#fff;
font-size:10pt;
margin-left:20px;
font-size:8pt;
}
.rightcol a, .rightcol a:visited, .rightcol a:active {
color:#fff;
text-decoration:none;
}
.rightcol a:hover{
color:#fff;
text-decoration:underline;
}
.buyr{
	width:50px;
	text-align:right;
	margin-top:10px;
float:left;	
}
.buybg{
	float:right;
width:450px;
height:54px;
background-image:url(images/free_buybg.png);
background-repeat:no-repeat;
padding:20px;
}

.small {
font-size:8pt;

}
.small a, .small a:visited, .small a:active {
font-size:8pt;
text-decoration:none;
}
.small a:hover{
font-size:8pt;
text-decoration:underline;
}

.form{
background-color:#fff;
color:#000;
font-size:10pt;
border:1px solid #000;
}
.formerror {
font-size:10pt;
color:#B62336;
font-weight:bold;
display:none;
position:relative;
}


/** buttons **/
.submit{
	width:93px;
	height:22px;
	background-image:url(images/shadowisland_regbtn.gif);
	background-repeat:no-repeat;
	border:0px;
	background-color:transparent;
	cursor:pointer
}
.send{
	width:122px;
	height:22px;
	background-image:url(images/shadowisland_sendbtn.gif);
	background-repeat:no-repeat;
	border:0px;
	background-color:transparent;
	cursor:pointer
}
.clear20px{
clear:both;
height:20px;
}
.clear{
clear:both;	
}
.thanks{
font-weight:bold;	
}
.errormsg{
	color:#B62336;
	padding-top:20px;
	padding-bottom:20px;
}