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

h1 {
	font-size: 0.9em;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 0.9em;
	clear: both;
	color: #1c6259;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 0.9em;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.normal_txt {
	font-size: .8em;
}
.normal_txt a:link, .normal_txt a:visited {
	color: #1c6259;
	text-decoration: none;
}
.normal_txt a:hover {
	text-decoration: underline;
}
.bold_txt {
	font-weight: bold;
}
.small_txt {
	font-size: .7em;
}
.red_txt {
	color: #FF0000;
}
.line_height {
	line-height: 1.3em;
}
.img_pad img {
	padding: 3px;
}
.footer {
	font-size: .7em;
}
.footer a:link, a:visited {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.item_pad {
	margin-bottom: 18px;
}
.message_box {
	padding:4px;
	border:solid 1px #DEDEDE;
	background: #FFFFCC;
	clear: both;
	margin-bottom: 10px;
}
.tbl_brd {
	border: 1px solid #1c6259;
}
.tbl_head {
	background-color: #1c6259;
}
.picture_frame {
	background-color: #EBEBEB;
	width: 178px;
	text-align: center;
	padding-top: 10px;
	margin-left: 7px;
	margin-top: 7px;
	height: 100px;
}
.picture_frame_wide {
	padding: 5px;
	text-align: center;
}

/* Forms */
.txt_field_captcha {
	width: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.txt_field_xxsm {
	width: 25px;
}
.txt_field_xsm {
	width: 35px;
	margin-bottom: 10px;
}
.txt_field_msm {
	width: 100px;
	margin-bottom: 10px;
}
.txt_field_sm {
	width: 205px;
	margin-bottom: 10px;
}
.txt_field_medsm {
	width: 300px;
	margin-bottom: 10px;
}
.txt_field_med {
	width: 400px;
	margin-bottom: 10px;
}
.txt_field_lrg {
	width: 650px;
	margin-bottom: 10px;
}
.txt_box_sm {
	margin-bottom: 10px;
	height: 64px;
	width: 205px;
}
.list_sm {
	margin-bottom: 10px;
	width: 205px;
}
.btn {
	margin-bottom: 10px;
}
.hr {
	background-color: #CCC;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}