/* Globals 
--------------------------------------- */

@import "/css/structure.css";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/site_images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}
html, body {height: 100%;} 
form{
	margin: 0px;
	padding: 0px;
}
.img_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	border: 1px solid #6ab1b8;
	padding: 3px;
}

.img_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
	border: 1px solid #6ab1b84;
	padding: 3px;
}

.img {
	margin-right: 5px;
	margin-bottom: 2px;
	border: 1px solid 6ab1b8;
	padding: 3px;
}

.thumbnail {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid #6ab1b8;
	text-align: center;
	background-color: #1E1E1E;
	height: 100px;
}

.logotext										{ font-family: "Courier New", Courier, monospace; }
.logoblue										{ font-family: "Courier New", Courier, monospace; color: #008c99; }

#registrationform input{
width:200px;
}
#registrationform input.select{
width:auto;
}
#registrationform textarea{
width:400px;
height:200px;
}

.backlink{
	background-image: url('/template/arrow-back.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}