/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0px;
		}
		div#header-in {
			padding: 0px;
			}
	div#content-wrap {
		padding: 0px;
		}
		div.content {
	color: inherit;
	background-color: #a06974;
	border: 1px solid #e5e5e5;
	border-width: 0px;
			}
			div.content-in {
	padding: 20px;
	text-align: center;
				}
	div#footer {
		color: inherit;
		background-color: #a06974;
		border: 1px solid #e5e5e5;
		border-width: 0px;
		}
		div#footer-in {
			padding: 0px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/.formbox {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	color: #666;
	margin: 0px;
	cursor: text;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: left;
	text-indent: 2px;
	vertical-align: middle;
	white-space: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	height: auto;
	width: auto;
	display: inline;
}
.formbutton {
	font-family: "MS Serif", "New York", serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	background-color: #606060;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #CCC;
	list-style-type: disc;
}
#container #content-wrap .content .content-in .content .input {
	text-align: center;
}
.formtextfield {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	height: 100px;
	width: 600px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	overflow: auto;
	text-align: left;
	vertical-align: text-top;
	visibility: inherit;
	clip: rect(0px,0px,0px,0px);
	cursor: auto;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.formcheckbox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
formlist {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
}
.formdropdown {
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	list-style-type: circle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #333;
	border-left-color: #CCC;
	padding: 1px;
}
.header {
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
	background-color: #606060;
}
