@charset "utf-8";

/*

*/

@import url('main.css');
@import url('class.css');
@import url('reset.css');
@import url('coda-slider.css');

#content{
	margin-bottom: 30px;
	clear: both;
}

.system_messages {
	margin: 0;
	padding: 15px 0 0;
	
}

.system_messages li {
	list-style:none;
	margin: 0 0 7px;
	padding: 6px 0 6px 38px;
	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	list-style-position: outside;
	
}

.white {
	background: #fefefe url(../../images/forms/white_message.gif) repeat-x;
	border: 1px solid #dbdbdb;
	
	
}

.system_title {
	font-size: 11px;
}

.ico {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 1px;
	
}

.white .system_title {
	color: #4f4f4f;
}

.white .ico {
	background-image:url(../../images/forms/white_ico.png);
}

.red {
	background: #e2c5c5 url(../../images/forms/red_message.gif) repeat-x;
	border: 1px solid #cf9e9e;
	
}

.red .system_title {
	color: #ae2727;
}

.red .ico {
	background-image:url(../../images/forms/red_ico.png);
}



.blue {
	background: #c4dde3 url(../../images/forms/blue_message.gif) repeat-x;
	border: 1px solid #9cc6d0;
	
}

.blue .system_title {
	color: #0f4b74;
}

.blue .ico {
	background-image:url(../../images/forms/blue_ico.png);
}

.green {
	background: #c7e5c2 url(../../images/forms/green_message.gif) repeat-x;
	border: 1px solid #a2d399;
	
}

.green .system_title {
	color: #386d19;
}

.green .ico {
	background-image:url(../../images/forms/green_ico.png);
}


.yellow {
	background: #eae1b1 url(../../images/forms/yellow_message.gif) repeat-x;
	border: 1px solid #e0d182;
	
}

.yellow .system_title {
	color: #675918;
}

.yellow .ico {
	background-image:url(../../images/forms/yellow_ico.png);
}

#error404 .left{
	float: left;
	width: 250px;
}

#error404 .right{
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 30px;
}

.mb30{
	margin-bottom: 30px;
} 

.form-error .system_messages{
	padding: 0 0 15px 0;
}

#form-url{
	-moz-border-radius: 6px; 
	background: url(../../images/main/txt-shadow.jpg) repeat-x; 
	border: 1px solid #C8C8C8; 
	padding: 6px; 
	width: 255px;
	float: left;
	height: 15px;
	color: #666666;
}

#form-url input{
	background: 0!important;
	padding: 0!important;
	border: 0!important;
}

.clear{
	clear: both;
}

.pt10{
	padding-top: 10px;
}

.left{
	float: left;
}

.relative{
	position: relative;
	clear: both;
}

#signup-button{
	position: absolute;
	top: -50px;
	left: 0;
}

#address-suggestions{
	text-align: center;
	display: none;
}

#address-suggestions input{
	width: auto!important;
}

#address-suggestions label{
	float: none!important;
	cursor: pointer;
}

.contact-info{
	margin: 0!important; 
	float: right; 
	color: #FFFFFF; 
	text-shadow: 0 1px 1px #0B4B68;
}