/* Flash Message Layout (TODO: make funky)
--------------------------------------------------------------------------------------- */
#flashmessage {
	color:#000;
	border:5px solid #2B7CBD;
	font-weight:bold;
	background-color: #FFFEF1;
	position: absolute;
	width: 500px;
	height:500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index:100;
}
#flashmessage div.message {
	padding: 5em 1em;
	_padding-top:0;
}

#flashmessage div.message{font-weight:normal;}

img#closeBtn{
	cursor:pointer;
	margin-top:40px;
}

#adHeader{
	background: transparent url('/design/images/ad/header.gif') no-repeat top center;
	text-align:right;
	width:492px;
	height:65px;
}

#pForm input#btnSub{
	color: #fff;
	font-weight:bold;
	background-color: #B7D6EE;
	border:2px solid #2B7CBD;
	width:150px;
	text-align:center;
	cursor:pointer;
}

#pForm input#btnSub:hover{
	color: #fff;
	font-weight:bold;
	background-color: #2B7CBD;
	border:2px solid #2B7CBD;
}

#pForm input{margin-bottom:10px; width:300px;}

div#error{color:#FF0000; margin-bottom:10px;}
