@charset "UTF-8";
a {
	color: #950;
	text-decoration: none;
}
a:hover { color: #900; }
a, body, button, html, input, select, text, textarea, td, th {
 font: 9pt Arial, Tahoma, "MS Sans Serif", Helvetica, sans-serif;
}
body, html {
	color: #111;
	/*background: #000;*/
}
body, html, img {margin: 0px; padding: 0px;}
body { background: #000; }
.body { background: url(../images/bg-main2.jpg); background-attachment: fixed; background-position: center; background-repeat: repeat; }
h1, h2, h3, .h1, .h2, .h3 {
 font-family: Arial, Tahoma, "MS Sans Serif", Helvetica, "sans-serif";
 font-weight: bolder;
 /*margin: 0px;
 padding: 0px;*/
}
h1 { color: #eccd68; font-size: 28px; font-weight: normal; }
h2 { color: #2559a9; font-size: 18px; font-weight: normal; }
h3 { color: #c61a44; font-size: 15px; font-weight: normal; }
img {border:none;}
.icon-navigator {
	background-image: url(../images/cow.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.alpha {
 -moz-opacity: 0.75;/* For older versions of Mozilla and Firefox */
 -ms-filter: 'alpha(opacity=75)';
 filter:alpha(opacity:75);/* IE */
 KHTMLOpacity: 0.75;/* Safari (pre version 1.2) */
 opacity: 0.75;/* For Safari 1.2, newer Firefox and Mozilla using CSS3 */
}
.border_dashed {border-bottom: #666 1px dashed;}
.clearfloat {
 clear: both;
 font-size: 1px;
 height: 0;
 line-height: 0px;
}
.desc1 { color: #666; }
.disabled {
 -moz-opacity: 0.05;/* For older versions of Mozilla and Firefox */
 -ms-filter: 'alpha(opacity=5)';
 filter:alpha(opacity:05);/* IE */
 KHTMLOpacity: 0.05;/* Safari (pre version 1.2) */
 opacity: 0.05;/* For Safari 1.2, newer Firefox and Mozilla using CSS3 */
}
.error, .err {color: #F00;}
.gray, .blur {color: #999;}
.hidden, .hide {display: none;}
.next img {margin-left: 2px;}
.prev img {margin-right: 2px;}
.progress {color: #06F;}
.show {display: inline;}
.status {
 border-bottom: #999 1px dashed;
/*margin:5px;*/
 padding: 5px;
}
.success {color: #090;}
#div-header,#div-main,#div-footer {width:1000px;}
#div-header,#div-main {background:#FFF;}
#div-footer {background:#666;}

