body {
	background-image: url(http://www.creafi.com/css/adserving/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #005e80;
}

#container {
	background-color: White;
	/*padding: 20px;*/
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #013c61;
	padding: 10px;
}

#modal {
	background-color: white;
	background-image: url(http://www.creafi.com/css/adserving/bg_modal.gif);
}

#navigation {
	background-image: url(http://www.creafi.com/css/adserving/login_bar.png);
}

#footer {
	/*background-image: url(http://www.creafi.com/css/adserving/login_bar.png);*/
	background: White;
	color: #446fa9;
}

li a img {
}

h1, h2 {
	text-shadow: 2px 2px 2px #CBDCEB;
}

h1, h3, h2, a {
	color: #013c61;
	font-family: Tahoma;
	font-smooth: always;
}

.textfield, #btype, #country_avail, #country_sel {
	border: 1px solid #013c61;
	border-left: 4px solid #013c61;
}

p, dl {
	color: #4B4B4B;
}


