@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-color:#323d43;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	height:100%;
	min-height:100%;
	max-height:100%;
	}
	
.container {
	width:800px;
	background-color:#fff;
	padding:0;
	position:relative;
	margin:0 auto;
	height:100%;
	}
	
.content {
	padding:0 20px;
	position:relative;
	background-color:#fff;
	width:760px;
	}
	
.tableContent {
	width:758px;
	border-left:thin solid #ccc;
	border-right:thin solid #ccc;
	color:#336699;
	}
	
.pad {
	padding:0 10px;
	}
	
.submitstyle {
	background:url('images/but-join-now.jpg') no-repeat;
	}
	
a {color:#336699;}

input, select {
	font-size:11px;
	}
	
.title {
	color:#254a67;
	font-size:14px;
	font-weight:bold;
	}

form {
	padding:0;
	margin:0;
	}
