/* SPAN
Theme Name: 15 and counting WAP

*/

/*	-------------------------------------------------------------
	1. Globals
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

*	{
	margin			: 0;
	padding			: 2;
	}

body {
	font-size		: 13px;
	font-family		: Arial, Sans-Serif;
	color			: #5A4A42;
}

/*	-------------------------------------------------------------
	2. Typography and colors
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
	text-align : center;
	background		: url(img/logo.jpg) no-repeat center ;
	height : 81px;
	padding: 0;
	background-color : #fff;
	width 	: 100%;	
}

a{
	color			: #009FDA;
	text-decoration : none;
}

a img {
	border			: none;
}


p {
	font-size		: 13px;
	margin			: 0 0 10px;
}

p.hilight {
	margin			: 0 0 8px;
}

#header h1 {
	float			: left;
}

h1, h2, h3, h4, h5 {
	font-weight		: bold;
	font-family		: Georgia,serif;
	color			: #5A4A42;
}

h1 a, h2 a, h3 a {
	color			: #5A4A42;
}

h2 {
	font-size		: 24px;
}

h3 {
	font-size		: 16px;
	margin			: 0 0 5px;
}

.header-top h2, .header-top h2 a {
	color			: #fff;
}

.hilight {
	color			: #ED1E79;
}

.highlight {
	color			: #ED1E79;
	font-size		: 17px;
}

.bold {
	font-weight		: bold;
}

.error-text {
	background		: url(img/excl.jpg) no-repeat 0 2px;
	clear			: both;
	display			: block;
	padding			: 2px 5px;
	text-indent		: 13px;
	color			: #ED1E79;
}
/*	-------------------------------------------------------------
	4. Forms
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.spacer { clear: both; font-size: 0; line-height: 0; height: 10px; }




.submit input , .ticker
 {
	margin			: 0 0 5px;
	font-weight		: bold;
	color: #FFF	;
	padding: 1px;
	background: #009FD9;
	border: 2px outset #0033CC

}



input.err-field {
	background		: #fbe3e4;
	border			: solid 1px #ff0000;
}

.required {
	font-weight		: bold;
}
