/* CSS Document */
form {
	margin: 12px 20px 0;
		}
		
/*  left margin hack for Internet Explorer 6*/
/*\*/
* html form {
	margin-left: 70px;
	}
/**/
		
fieldset {
		margin: 0.5em 0 0 0;
		padding: 0 12px 0 0;
		border: 1px solid #98CDFE;
		background-color: #D7EBFF;
		background-image:url(../images/bg-formfade.jpg);
		background-repeat: repeat-x;
		font-size: 1.1em;
		text-align:right
		}
/*  left margin hack for Internet Explorer 6*/
/*\*/
* html fieldset {
	padding-right: 0px;
	}
/**/

legend {
		padding: 0;
		margin-left: 1em;
		font-weight: bold;
		color: white;
		}
fieldset ol {
		padding: 1em 1em 0 1em;
		list-style: none;
		}
fieldset li {
		padding-bottom: 1em;
		}
fieldset .submit {
		margin: 0.5em 0 1.5em 0;
		padding-left: 1em;
		border-style: none;
		background-color: transparent;
		background-image: none;
		}
label {
		display: block;
		float:left;
		margin-bottom:3px;
		}
#joinlist .text {
		width: 100%;
		border:1px solid #98CDFE;
		padding:5px;
		}
#joinlist .submitbutton {
		text-align:center;
		}
#joinlist .btn {
		width: 150px;
		}
#joinlist .btn a {
		background-color: #800006;
		color: white;
		}
#joinlist .btn a:hover {
		background-color: #C0000B;
		color: white;
		}
.text {
		font-family:"Courier New",Courier,monospace;
		font-size:1.3em;
		color:#000099;
		}
#sidebar label {
		color:white;
		}
		
		
#searchform {
	margin: 5px 8px 0 10px;
	color:#000000;
	line-height:1.3em;
	font-size:110%;
	}
	
#searchform label {
	color:#000000;
	margin-bottom: 10px;
	}
	
#searchform .searchbutton {
	margin-top: 8px;
	}
	
#contactform {
	position:relative;
	}