@charset "UTF-8";

/* -------------------------------------------------
 * SeoEffect.net CSS Document 
 * @author: PixmaSoft OÜ (http://www.pixmasoft.com)
 * @created: 2009-05-04 20:55
 * @modified: 2009-05-05 21:41
 * ------------------------------------------------- */

/* -------------------------------------------------
 * Overall
 * ------------------------------------------------- */

html,body {
	width: 100%;
	height: 100%;
}
body,td,th,font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424941;
}
body {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px !important;
}
a {
	color: #FF6016;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #FFFFFF !important;
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	line-height: 50px;
}
h2 {
	font-size: 12px;
	color: #FF6016;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	border: #CCCCCC 1px solid;
	background-color: #F4F4F4;
	clear: both;
}
h3 {
	font-size: 12px;
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 620px;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.#popup {}
.popup_header {
	background-color: #FF9900;
	height: 50px;
	vertical-align: middle;
}
.popup_body {
	margin: 25px;
}
.popup_body * {
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}



