@charset "utf-8";
/* CSS Document */

@import url(forms.css);
@import url(msg.css);
@import url(tooltip.css);

body {
	background: #EEE;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

img { 
	border: 0;
}

#layout {
	background: #FFF url(../img/tpl/signup_bg.png) bottom repeat-x;	
}

.container { 
	margin: auto;
	width: 700px;
}

#header{
	padding: 40px 0 30px 0;
	background: #FFF url(../img/tpl/signup_top.png) top repeat-x;
}

#menu {
	height: 40px;
	background: #EEE url(../img/tpl/signup_menu.png) repeat-x;
	font: bold 16px/40px Arial, Helvetica, sans-serif; 
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
 	display: inline;
}

#menu ul li a {
	float: left;
	padding: 0 10px;
	margin-right: 10px;
	color: #666;	
	text-align: center;	
	text-decoration: none;
}

#menu ul li a:hover {
	background: #CCC url(../img/tpl/signup_menu_sel.png) repeat-x;
	color: #333;
}

#content {
	width: 700px;
	padding: 30px 0;
	margin: auto;
	min-height: 300px;
}

#footer {
	border-top: solid 1px #CCC;
	color: #666;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding: 20px 0;
}

#footer a:link {
	text-decoration: none;
	color: #666;
}

#footer a:visited {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #666;
}

#footer a:active {
	text-decoration: none;
	color: #666;
}

h1 {
	font-size: 24px;
	border-bottom: #CCC solid 1px;
}

.form {
	margin: 30px 0;
}

.floatl{ float: left; }
.floatr{ float: right }
.clearb{ clear: both; }