div#notice
{
	position:fixed;
	left:644px;
	top:100px;
	width:264px;
	height:90px;
	background-image:url(../images/notice.gif);
	display:none;
	z-index:999;
}
input#email
{
    padding-left: 2px;
    background-color: #b8b8b8;
    width: 100%;
    color: #000000;
    font-size: 10px;
    font-family: Arial;
    border: 1px solid #4b1c1d;
	margin-top:10px;
	margin-bottom:10px;
}

div#notice p.left
{
	float:left;
	margin:0px;
	padding:0px;
	width:50%;
}
div#notice p.right
{
	float:right;
	width:50%;
	margin:0px;
	padding:0px;
	text-align:right;
}


p, td  {  
    line-height: 15px; 
    color:#d2d2d2; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
}
body  { 
    line-height: 15px; 
    margin: 0px; 
    padding: 0px; 
    color: #d2d2d2; 
    font-size: 11px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-color:#171717;
}

a, a:active, a:link, a:visited, a:focus { 
    color: #ffc600; 
    text-decoration: none; 
}

a:hover  { 
    color: #d2d2d2; 
    text-decoration: none; 
}

a.nav, a.nav:active, a.nav:link, a.nav:visited, a.nav:focus { 
    color: #ffc600;
    font-size: 11px; 
    text-decoration: none; 
}

a.nav:hover  { 
    color:#d2d2d2; 
}

a.nav_s, a.nav_s:active, a.nav_s:link, a.nav_s:visited, a.nav_s:focus { 
    color: #ffffff;
    font-size: 11px; 
    text-decoration: none; 
}
a.nav_s:hover  { 
    color:#ffffff; 
}

h1 {
	font-weight: bold;
	margin-top:0px;
	margin-bottom:6px;
	color: #d2d2d2;
	font-size: 12px;
}

h2 {
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    margin-top:0px;
    margin-bottom:0px;
    color: #ff0000;
    font-size: 12px;
}

h3 {
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    margin-top:0px;
    margin-bottom:0px;
    color: #ff0000;
    font-size: 12px;
}

.subtitle  {
	color: #d2d2d2;
	font-size: 11px;
	font-weight: bold;
}

.small
{
	font-size: 9px;
}

hr {
	border-top:#ffffff solid 1px;
	border-bottom:#CCCCCC solid 1px;
}

/* forms */
input.input_small
{
    padding-left: 2px;
    background-color: #b8b8b8;
    width: 200px;
    color: #000000; 
    font-size: 10px; 
    font-family: Arial;
    border: 1px solid #b5aa76;
}

.input_text
{
    padding-left: 2px;
    width: 200px;
    color: #444444; 
    font-size: 10px; 
    font-family: Arial;
    border: 1px solid #b5aa76;
}

.input_textarea
{
    padding-left: 2px;
    width: 400px; 
    height: 150;
    color: #333333; 
    font-size: 11px; 
    font-family: Arial;
    border: 1px solid #b5aa76;
}
input.input_small
{
    margin: 0px;
    padding:0px;
    padding-left: 2px;
    background-color: #b8b8b8;
    width: 84px;
    height: 17px;
    color: #000000; 
    font-size: 10px; 
    font-family: Arial;
    border: 1px solid #959595;
}
