/* Resetting styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
ul, li {
	list-style: none;
}

/* Body and Container */
body {
	background: #FFF url(../images/n_loginbg.png) center top repeat-x;
	color: #333;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* Content */
#logo {
	display: block;
	height: 50px;
	width: 340px;
	margin: 0 auto;
	background: url(../images/n_loginlogo.png) center center no-repeat;
}
#content {
	width: 340px;
	margin: 0 auto;
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	background: #FFF url(../images/n_loginboxbg.png) center bottom repeat-x;
	text-align: left;
}
#loginform {
	border-bottom: 3px solid #FFF;
	padding: 15px 30px;
}
#newuser {
	padding: 15px 30px;
}
#newuser td {
	padding: 10px 0 0;
}
#footer {
	width: 340px;
	margin: 10px auto;
	border-top: 1px solid #E2E2E2;
	padding: 5px;
	color: #999;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #666 !important;
}
/* Forms */
input.login {
	width: 276px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 1px;
	color: #333;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}
table {
	width: 100%;
}
td {
	vertical-align: middle;
}
td p {
	margin-bottom: 2px;
}
label.remember {
	color: #333;
	cursor: pointer;
}
label.remember input {
	margin-right: 6px !important;
}
/* Generic tags & classes */
h2 {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #FF7F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.small {
	font-size: 10px !important;
}
.hidden {
	display: none !important;
}
.label {
	color: #666 !important;
}
.bold {
	font-weight: bold !important;
}

/* CARCAST REDIRECT */
#ccintro {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 30px;
	background-color: #FFF;
}
#ccintro h1 {
	margin: 0 60px 10px;
	color: #333;
	font-size: 36px;
	font-weight: normal;
}
#ccintro p {
	margin: 0 60px 20px;
	text-align: left;
}
#langselector {
	width: 680px;
	margin: 0 auto;
	border-top: 1px solid #CFCFCF;
	padding-top: 10px;
	color: #666;
	text-align: right;
	font-size: 10px;
}