.registration{
    font-size: 1em !important;
    text-align: left !important;
}

.registration h2{
    text-align: left;
    color: white !important;
    font-weight: normal;
}

.registration {
	color: #555;
	border: 1px solid #CCCCCC;
	width: 525px;
	margin: 10px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.registration p{
	padding: 0px 10px !important;
	margin: 1em 0px !important;
	text-align: left !important;
	line-height: 1.4em !important;
}

.registration .formbody{
	width: 450px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 5px;
}

.registration .formbody label{
	width: 100px;
	font-weight: normal;
	white-space: nowrap;
}

.registration .formbody th{
	text-align: right;
	white-space: nowrap;
	padding: 2px 5px;
}

.registration h2, .registration h3{
	margin-top: 0;
	padding: 5px 10px;
	background: #5797DB;
	background: #142d4d !important;
	color: white;
	border-bottom: 1px solid #5797DB;
	border-bottom: 1px solid #142d4d;
	
}

.registration h2{
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.registration h3{
	color: #5797DB !important;
	color: #142d4d !important;
	font-weight: normal !important;
	background: transparent !important;
	margin-bottom: 0 !important;
	font-size: 1.17em !important;
}

.registration input[type="text"]{
	color: #555;
}

.registration .formfooter{
	margin: 10px !important;
	margin-top: 0px !important;
	padding: 1em 0 1em 0;
	text-align: center !important;
}
.registration .formtools{
	text-align: left !important;
}

.shadow{
  box-shadow: 3px 3px 5px #ccc;
  -moz-box-shadow: 3px 3px 5px #ccc;
  -webkit-box-shadow: 3px 3px 5px #ccc;
}

.registration input[type="submit"]{
    padding: 0.4em 1em !important;
}

#id_username, #id_password {
	width: 17em;
}
