body {
	background: #f7f7f7;
}
#login_form {
	width: 300px;
	border: 3px solid #ced2dc;
	background: #ced2dc;
	margin: 0px auto;
	margin-top: 50px;
	border-radius: 7px;
	overflow: hidden;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	text-transform: uppercase;
	background: url('../images/logo.png') no-repeat center center;
	height: 80px;
}
h1 span {
	display: none;
}
#content {
	border-radius: 5px;
	background: white;
	padding: 15px 0px;
}
#content p {
	margin: 0px;
	padding: 0px;
}
#content table {
	margin: 0px auto;
	color: #777777;
}
#content tr td {
	text-align: right;
	padding-bottom: 2px;
}
#content tr th {
	text-align: left;
}
#content tr th {
	text-align: left;
	font-weight: normal;
}
.butt input {
	background-color: #e0b110;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 3px solid #e0b110;
	color: white;
	border-radius: 5px;
	margin-top: 10px;
	text-transform: capitalize;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}
.butt input:hover {
	background: #333333;
	border: 3px solid #333333;
}
#content tr td input, #content tr td select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150px !important;
}
#content tr td select {
	width: 153px !important;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content th.right input {
	float: left;
}
#content th.right label {
	margin-left: 2px;
	line-height: 18px;
}
#content p {
	display: block;
	text-align: center;
	background: #c62e43;
	color: white;
	margin: 0px 15px;
	padding: 5px 15px;
	margin-top: 15px;
	border-radius: 5px;
}
#tbottom {
	width: 280px;
	margin: 0px auto;
	border-collapse: collapse;
	color: #888888;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#tbottom th {
	text-align: left;
	font-weight: normal;
}
#tbottom td {
	text-align: right;
}