html, body {
    padding: 0;
    margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#2b2e32;
	color:#fff;
}

a:link, a:visited, a:active{
	color:#fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.wrapper{
	margin: 0px auto;
	width: 900px;
	background-repeat: repeat-y;
	background:url(http://tshirt.videocopilot.net/assets/public/images/template/main_bg.jpg);
	padding:0px 27px 0px 28px;
}

.session_bg{
	height:22px;
	width:860px;
	background:url(http://tshirt.videocopilot.net/assets/public/images/template/session_bg.jpg);
	margin-bottom:1px;
	color:#fff;
	font-size:10px;
	padding:8px 40px 0px 0px;
}

.session_bg a:link, .session_bg a:visited, .session_bg a:active{
	color:#fff;
	text-decoration:none;
}

.session_bg a:hover{
	color:#fff;
	text-decoration:underline;
}

.header{
	height:108px;
	width:900px;
	background:url(http://tshirt.videocopilot.net/assets/public/images/template/header_bg.jpg);
	margin-bottom:1px;
}

.header_logo{
	float:left;
	width:228px;
	height:108px;
}

.header_tshirt{
	float:left;
	width:672px;
}

.navigation{
	width:900px;
	height:32px;
	background:url(http://tshirt.videocopilot.net/assets/public/images/template/nav_bg.jpg) repeat-x;
}

.content_container{
	min-height:400px;
	height:auto !important;
	height:400px;
}

.footer{
	margin: 0px auto;
	width: 955px;
	height:25px;
	background:url(http://tshirt.videocopilot.net/assets/public/images/template/footer_bg.jpg) no-repeat;
}

.copyright{
	margin: 0px auto;
	width: 900px;
	height:30px;
	color:#999;
}

.copyright a:link, .copyright a:active, .copyright a:visited{
	color:#999;
}

.login{
	padding-top:50px;
}

.input_default{
	background:#999;
	border:solid 1px #ddd;
	padding:2px;
	font-size:11px;
	color:#000;
}

.submit_default{
	background:#444a52;
	border:solid 1px #979797;
	padding:2px 10px 2px 10px;
	font-size:11px;
	color:#eee;
}

.login_header{
	width:377px;
	height:22px;
	padding:6px 0px 0px 10px;
	background:url(http://tshirt.videocopilot.net/assets/public/images/login/header.jpg);
	color:#CCC;
}

.login_form{
	width:345px;
	padding:20px;
	border-left:solid 1px #2b3033;
	border-right:solid 1px #2b3033;
}

.required_field{
	color:#ff9c00;
}

.errors{
	color:#ff9c00;
	font-weight:bold;
	margin-bottom:10px;
}

.errors a:link, .errors a:visited, .errors a:active{
	text-decoration:none;
	color:#ff9c00;
}

.errors a:hover{
	text-decoration:underline;
}

.login_footer{
	background:url(http://tshirt.videocopilot.net/assets/public/images/login/footer.jpg);
	width:377px;
	height:20px;
	padding:8px 10px 0px 0px;
}