body {

	background:url(bg.jpg) #FFF no-repeat; background-attachment:fixed; background-position:top;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin:0px;

}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	color:#000;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}
div.bubble cite2 {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	left:0px;
	background: transparent url(tip.gif) no-repeat 33px 0;
	font-style: normal;
}



label { margin-right:10px;}

h3 {font-family:Georgia; margin-top:0px; margin-bottom:0px; padding:5px ; background:#000; color:#FFFFFF; font-size:24px; font-weight:bold;}

h2 {font-family:Georgia; font-size:14px;  font-weight:bold; color:#000;}


#container {width:1009px; padding-top:0px; margin:0 auto; }
.wrapper { margin-right:100px; margin-top:0px; position:relative; left:500px; top:10px;  width:500px; }

#pagin1  {
color:#000;
margin-bottom:15px;
text-align:right;
}
#pagin1 a.active {
background-color:#ccc;
}
#pagin1 a {
margin-right:0px;
padding:2px;
color:#000;
}
a:hover {
color:#3EAAB8;
}

a {
color:#000;
text-decoration:none;
font-size:10px;
font-weight:bold;
}

.whitelink {color:#000; font-size:12px;}
.whitelink:hover {color:#000000;}



#suc_box {
background:#F1FFED url(icon_ok.gif) no-repeat scroll 8px 8px;
padding:8px 8px 8px 35px; font-size:10px;
}
#error_box {
background:#FF0000 url(icon_info.gif) no-repeat scroll 8px 8px;
margin-bottom:15px;font-size:10px;
padding:8px 8px 8px 35px;
}

