@charset "utf-8";
/* Town Dental - Login CSS Document */
/* Created by Dominic Businaro | http://dominicbusinaro.com */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 336px;
}
#login_top {
	background-image: url(../img/login_top.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 336px;
}
#login_content {
	width: 300px;
	clear: both;
	background-color: #FFF;
	padding-right: 18px;
	padding-left: 18px;
	text-align: left;
	font-size: .8em;
	background-image: url(../img/login_bg.png);
	background-repeat: no-repeat;
	background-position: 232px 148px;
}
#login_bot {
	background-image: url(../img/login_bot.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 336px;
}
.img_pad {
	padding-bottom: 18px;
}
.txt_field {
	width: 180px;
	margin-bottom: 18px;
	border: 1px solid #1c6259;
}
.btn {
	margin-bottom: 18px;
}
.error_txt {
	color: #C00;
}
.message_box {
	padding:4px;
	border:solid 1px #DEDEDE;
	background: #FFFFCC;
	clear: both;
}