/* CSS for content template */

/* generic definitions */
body{
	background: #fff url("/images/popup/header-banner.gif") repeat-x;
	font-family: "verdana", sans-serif;
	font-size: 12px;
	color: #30302e;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}


#header{
	margin: 0px 0px 0px 0px;
}


#header h3{
	margin: 0px 0px 0px 0px;
	
}



#header h4{
	position: absolute;
	top: -15px;
	right: 10px;
}

*html #header h4{
	position: absolute;
	top: 0px;
	right: 10px;
}

	

a, a:link, a:active{
	color: #B64404;
	text-decoration: none;
}

a:hover, a:visited{
	color: #B64404;
	text-decoration: underline;
}

div{
	margin: 0;
	padding: 0;
}

/* body */
#popup{
	margin: 0 35px 15px 35px;
}

/*#popup img{
	 margin: 0 0 20px 450px;
	position: fixed;
	right: 20px;
	top: 30px;
}*/




#popup h1{
	font-size: 20px;
	color: #4F5557;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
}

/* subheader */
#popup h2{
	font-size: 14px;
	color: #9A9570;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
