body
{
	background-color: #7086a2;
	
	font-family: Arial;
	font-size: 12px;
	
	width: 100%;
	height: 100%;
}

a
{
	font-family: Arial;
	font-size: 10px;
	
	color: #000080;
	text-decoration: none;
}

a:hover
{
	color: #ffa000;
}

div.evo_page
{
	position: relative;
	width: 1044px;
	margin: 0px auto;
	text-align: left;
}

div.evo_header
{
	display: block;
	position: relative;
	width: 1044px;
	height: 88px;
	background: url('../img/header.png') no-repeat 0px 0px;
}

div.evo_body
{
	display: block;
	position: relative;
	width: 1044px;
	background: url('../img/body.png') repeat 0px 0px;
}

div.evo_content
{
	display: block;
	position: relative;
	padding: 4px 20px 4px 20px;
}

div.evo_footer
{
	display: block;
	position: relative;
	width: 1044px;
	height: 134px;
	background: url('../img/footer.png') no-repeat 0px 0px;
}

a.evo_btn_blueorange
{
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/btn_lightblue_orange.png') no-repeat 0px 0px;
}


/*  Light Blue -> Orange Button  */

a.evo_btn_blueorange p
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	text-align: center;
}

a.evo_btn_blueorange:hover
{
	background-position: 0px -30px;
}


/*  Transparent -> Orange Button  */

a.evo_btn_transparentorange
{
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/btn_transparent_orange.png') no-repeat 0px 0px;
}

a.evo_btn_transparentorange p
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #44a;
	padding-top: 8px;
	text-align: center;
}

a.evo_btn_transparentorange:hover
{
	background-position: 0px -30px;
}

a.evo_btn_transparentorange:hover p
{
	color: #fff;
}


/*  Light Blue -> Transparent Button  */

a.evo_btn_bluetransparent
{
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/btn_lightblue_transparent.png') no-repeat 0px 0px;
}

a.evo_btn_bluetransparent p
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	text-align: center;
}

a.evo_btn_bluetransparent:hover
{
	background-position: 0px -30px;
}

a.evo_btn_bluetransparent:hover p
{
	color: #44a;
}


/*  Green -> Light Green Button  */

a.evo_btn_green
{
	display: block;
	width: 140px;
	height: 30px;
	background: url('../img/btn_green_lightgreen.png') no-repeat 0px 0px;
}

a.evo_btn_green p
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	text-align: center;
}

a.evo_btn_green:hover
{
	background-position: 0px -30px;
}

div.evo_fade
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000; /*#7086a2; */
	
	opacity: 0.5;  /*  Opera, Mozilla  */
	filter:Alpha(opacity=50);  /*  IE  */
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
	/*-moz_opacity: 0.6;*/  /*  Mozilla Firefox  */
	/*#filter: alpha(opacity=60);*/  /*  IE  */
}

div.evo_popup
{
	position: absolute;
	left: 30%;
	top: 30%;
	width: 432px;
	height: 243px;
	background: url('../img/popup.png') no-repeat 0px 0px;
	text-align: left;
}

div.evo_message
{
	
}

div.evo_message:hover
{
	background-color: #ffd080;
}

div.evo_message p.title
{
	font-weight: bold;
}



