body{
	text-align:left;
	font-size:100.1%;
	font-size:small;
	font-family:Verdana, Tahoma, Arial, Verdana, sans-serif;
	margin:0 0 0 10px;
    padding:0;
    border:0;
    color:#8257ac;
}

p,h3{
	margin:.5em 0 .5em 0;
	padding:.5em 0 .5em 0;

}

h2{ color:#8257ac; font-weight:normal;}
h3{ color:#8257ac; font-weight:bold;}
h4{ color:#b59dce; font-weight:bold;}

#formFields{width:355px; text-align:left; margin:0; padding:0;}

a{
color:#8257ac;
}

#layer_home_main {
	position:absolute;
	left:180px;
	top:202px;
	width:377px;
	height:135px;
	z-index:1;
}

#layer_home_join {
	position:absolute;
	left:171px;
	top:405px;
	width:350px;
	height:31px;
	z-index:1;
	text-align:center;
}

#layer_home_join a{color:#FF6600;}


/************************************************/

*{
	margin:0;
	padding:0;
}
* html body{
	font-size:x-small; /* for IE5/Win */
	font-size:small; /* for other IE versions */
}

/* ----- IDS ----- */

#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:580px;
}
#stage{
	background:#fff;
	padding:20px 20px 0 20px;
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#stage[id]{
	padding-bottom:7px;
}
#nav{
	position:relative;
	min-height:3.1em;
	height:3.1em;
	background:#BF3717;
}
#nav[id]{
	height:auto;
}

/* ----- CLASSES ----- */

.inline{
	display:inline !important;
}
.center{
	text-align:center !important;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hide{
	display:none !important;
}

/* ----- HEADINGS ----- */

h1{
	text-indent:-9000px;
	text-decoration:none;
}
h1 a{
	display:block;
	min-height:40px;
	background-repeat:no-repeat;
}
* html h1 a{
	height:40px;
	background-image:none;
}

/* ----- CLEARFIX ----- */

.clearfix:after, #stage:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix, #stage{
	display: inline-block;
}  

* html .clearfix, * html #stage {height: 1%;}
.clearfix, #stage{display: block;}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

form ul{
	position:relative;
	list-style-type:none;
	width:100%;
}
form li{
	line-height:2em;
	margin:0;
	padding:1px 4px 6px 9px;
	display: inline-block;
}
form li:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
/* Holly Hack Targets IE Win only \*/
	* html form li {height: 1%;}
	form li {display: block;}
/* End Holly Hack */

form li div{
	float:left;
	display:inline;
	margin-right:5px;
	color:#444;
}
form li.focused{
	background-color:#f4eafd;
} 
form li p{
	clear:both;
	font-size:9px;
	line-height:13px;
	color:#444;
}

form li div.left{
	/*width:48%;*/
}
form li div.right{
	/*width:48%;*/
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
	clear:both;
}

form li div p{
	margin-bottom:3px;
	
}
form li img.icon{
	float:left;
	margin:.35em 5px 0 0;
}


/* ----- INFO ----- */

h2{
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}

.info{
	display:inline-block; 
	clear:both;
	margin:0 20px 10px 0;
	padding:0 0 4px 0;
	border-bottom:1px dotted #b59dce;
	font-family:Verdana;
	font-size:10px;
}
.info2{
	display:inline-block; 
	clear:both;
	margin:0 20px 10px 0;
	padding:0 0 4px 0;
}
.info[class]{
	display:block;
}
.info p{
	font-size:95%;
	line-height:130%;
	margin:0 0 1em 0;
}

/* ----- SECTIONS ----- */

form li.section{
	border-top:1px dotted #b59dce;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
}
form ul li.first{
	border-top:none;
	margin-top:0px;
	padding-top:1px;
}
form .section h3{
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 1em 0;
}

/* ----- BUTTONS ----- */

.buttons{
	clear:both;
	margin:10px 0 20px 7px;
	padding:0;
}
.buttons .button{
	font-size:120%;
	margin:0 5px 0 0;
	padding:0 7px;
	cursor: pointer;
}

/* ----- FOOTER ----- */

.footer{
	padding-top:5px;
	line-height:40px;
}
.footer a{
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	font-weight:bold;
	line-height:125%;
	padding:4px 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-size:95%;
}
input.text, textarea.textarea, select.select{
	font-size:12px;
	font-family:verdana;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
		
	background:#fff url(../../images/fieldbg.gif) repeat-x top;
	color:#333;
}
input.text{
	padding:2px 0 2px 0;
	
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
	font-weight:normal;
}

textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	
}
select.select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:99%;
}
input.tags{
	width:315px;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

form li.error{
	background-color: #FFDFDF;
	margin:3px 0;
	
}
form li.error h3{
	margin-top:3px;
	font-size:110%;
	line-height:130%;
	color:red;
}
#liError{
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	
}
form #liError p{
	color:#222;
	font-size:85%;
}
input.error, textarea.error{
	border:1px solid #EF5959;
	border-left:1px solid #FF8F8F;
	border-top:1px solid #FF8F8F;
	border-right:1px solid #FF8F8F;
	border-bottom:1px solid #FF8F8F;
	background:#fff;

	
}
p.error, li.error label.desc{
	color:red !important;
	clear:both;
	
}

/* ----- REQUIRED ----- */

.req{
	color:red;
	font-weight:bold;
	font-size:10px;
	
}

/* ----- INSTRUCTIONS ----- */

.instruct{
	display:none;
	position:absolute;
	left:65%;
	width:45%;
	margin:-1px 0 0 10px;
	padding:8px 10px 9px 10px;
	border:1px solid gainsboro;
	background:#f4eafd;
	line-height:130%;
	font-size:85%;
	color:#444;
	font-family:Verdana;
	font-size:10px;	
	
}
/*form li:hover .instruct, form li.focused .instruct{
	display:block;
}*/
form li.focused .instruct{
	display:block;
	
}

#container #stage form ul{
	width:100%;
}
#container #stage form li{
	width:62%;
}
.instruct{
	width:150px;
	/*left:342px;*/
	left:100%;
	margin-left:1px
}
.instruct[class]{
	width:150px;
}

/* ----- CUSTOM THEME ----- */

/* Logo */ 
#container h1 a{background-image:url(../images/katana.png); min-height:0; height:40px}
* html #container h1 a{background-image: none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/katana.png", sizingMethod="crop")} 

/* Backgrounds */ 
body{background-image:none;background-color:#ffffff}
#container #nav{background-image:none;background-color:#006600}
#container #stage{background:#ffffff}
/*#container input.text, #container textarea.textarea, #container select.select{background:#ffffff url(../../images/fieldbg.gif) repeat-x top}
#container .focused{background:#99cc00}*/
#container .instruct{background-color:#eeeeee}

/* Borders */ 
#container #stage, #container #nav{border:1px dotted #b59dce}
#container #nav{border-bottom:none}
#container #stage{border-top:none}
#container .info, #container .section, #container .footer{border:1px dotted #b59dce}
#container .info{border-top:none;border-left:none;border-right:none}
#container .section, #container .footer{border-bottom:none;border-left:none;border-right:none}
#container .first{border:none !important}
#container .instruct{border:1px dotted #b59dce}

/* Typography */ 
.info h2{font:180% inherit;color:#006600}
.info p{font:100% inherit;color:#444444}
#container .section h3{font:140% inherit;color:#99cc00}
#container .section p{font:85% inherit;color:#444444}
#container label.desc{font:95% inherit;color:#444444}
#container li div,#container li div p{font-family:inherit;color:#444444}
#container input.text, #container textarea.textarea, #container select.select, #container label.choice{font:100% inherit;color:#333333}
#container .instruct{font:85% inherit;color:#444444}

/* Drop Shadows */ 
#topShadow, #footer{visibility:visible}


li p{
padding:0 0 5px 0;
margin:0;
}
li strong
{
	font-family:Verdana;
	font-size:12px;

}
input.normal
{
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:12px;
	font-family:Verdana;
	
}
