@charset "utf-8";

/* =============================================================================
MESSAGES
============================================================================= */

.msg {
	border:2px solid #F2DD8C;
	background-color:#FFF5CC;
	color: #F00;
}
#open_logo {
	margin-top: 10px;
	margin-bottom: 5px;
}

body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 80%;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	background-image: none;
}
p , li{
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
}
#container li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	font-style: italic;
}

a {
	color: #ED191C;
	text-decoration: underline;
}

img {

	border:0
}


#open_logo h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
}
#betabanner {
	background-image: url(cssimg/betabanner.gif);
	position: fixed;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	height: 125px;
	width: 125px;
	z-index: 3;
}
#container h2 {
	font-size: 1.4em;
	font-family: inherit;
	color: #E81919;
}

