/********************************************************************
****  906 Technologies LLC / NeuTechnologies LLC, Copyright 2006-2010
****  Project:       Kathi Hanson
****  Filename:      template/layout.css
****  Author:        Benjamin Cody Hanson
****  Description:   Main CSS Layout
********************************************************************/
body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
p {
	font-size: 12px;
	line-height: 15px;
	padding: 2px;
}
form {
	display: inline;
}
.mini {
	padding:3px 0px 0px 8px;
	margin:0px;
	font-size:9px;
}
.text, .textInput {
	border: 1px solid #666;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
	width:150px;
}
.submit {
	font-size: 14px;
	font-weight: bold;
	letter-spacing:1px;
	height: 30px;
	margin: 0;
	padding: 5px 10px;
	overflow: visible;
	line-height: 20px;
	text-align: center;
	color:#FFF;
	cursor: pointer;
	border: none;
	background: #666;
	border: 1px #333 solid;
}
.submit:hover {
	background: #999;
}
textarea {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #666 solid;
	min-width:175px;
	overflow: auto;
}
label {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 0 10px;
	width:100px;
	float:left;
	vertical-align:middle;
}
#main_cont {
	/*
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	min-height: 500px;
	margin: -250px 0 0 -350px;
	*/
	
	margin: 100px auto;
	width: 700px;
	min-height: 500px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
.clear { clear:both; }
.error_field {
	width:600px;
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #CC0033;
	line-height: 18px;
	background: #FDF4F8;
	border: 1px #CC0033 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 0px 0px 10px 10px;
	background-image: url(images/alert.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.success_field {
	width:600px;
	min-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #006633;
	line-height: 18px;
	background: #E9FCED;
	border: 1px #006633 solid;
	padding: 10px;
	padding-left: 60px;
	margin: 0px 0px 10px 10px;
	background-image: url(images/success.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}