body{
color: #333;
font-size: 13px;
font-family: Tahoma, Geneva, sans-serif;
}
td{
color: #333;
font-size: 13px;
font-family: Tahoma, Geneva, sans-serif;
}
a{
color:#0099CC;
text-decoration: none;
}
a:hover{
color: #FF9900;
}
p{
margin: 0;
padding-left: 10px;
padding-top: 10px;
text-align: justify;
border: 0px solid #cccccc;
}
#wrapper{
width: 500px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 1px;
background: #cccccc;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(../images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 9px 0 0 0;
}

a.red:link, a.red:visited, a.red:active {color: #06c; text-decoration: none; font-family: Tahoma, Geneva, sans-serif; font-size: 12px  }
		
a.red:hover
{color: #ffcc00; text-decoration: none; font-family: Tahoma, Geneva, sans-serif; font-size: 12px }


a.red2:link, a.red2:visited, a.red2:active {color: #06c; text-decoration: none; font-family: Tahoma, Geneva, sans-serif; font-size: 12px  }
		
a.red2:hover
{color:#66CC33; text-decoration: none; font-family: Tahoma, Geneva, sans-serif; font-size: 12px }

input.text {
background-color: #fff;
border-width:1px;
border-color:#CC9900;
} 

input[type=password] {
width: 90px;
background-color: #fff;
border-width:1px;
border-color:#CC9900;
}

input[type=text] {
background-color: #fff;
border-width:1px;
border-color:#c7985b;
}

input.text {
background-color: #fff;
border-width:1px;
border-color:#CC9900;
} 

input[type=password] {
background-color: #fff;
border-width:1px;
border-color:#CC9900;
}


input.text:shorttext {
background-color: #fff;
border-width:1px;
border-color:#CC9900;
} 


.select{
font-size: 13px;
font-family: Tahoma, Geneva, sans-serif;
border-color:#CC9900;
}


input.password {
width: 90px;
background-color: #fff;
border-width:1px;
border-color:#CC9900;
} 

.bigtest{
color:#CC9900;
font-size: 22px;
font-family: Tahoma, Geneva, sans-serif;

}

.bigtest2
{
 color:#CC3300;
 font-size: 16px;
 font-family: Tahoma, Geneva, sans-serif;
}

.bigtest3
{
 color:#CC3300;
 font-size: 13px;
 font-family: Tahoma, Geneva, sans-serif;
}

.title{
color:#fff;
font-size: 15px;
font-family: Tahoma, Geneva, sans-serif;	

}

.product{
color:#0099CC;
font-size: 13px;
font-family: Tahoma, Geneva, sans-serif;

}

.error{
	color:#F00;
	font-size:10px;
}

input.submit { 
background: #666666;
border:0px;
cursor:pointer;
color:#FFF;
font-size:13px;
padding-top:3px;
width:100%;
text-align:left;
padding-left:5px;
padding-right:5px;
} 

input.small:submit{
background: #666666;
border:0px;
cursor:pointer;
color:#FFF;
font-size:11px;
padding-top:3px;

}

button  { 
background: #666666;
border:0px;
cursor:pointer;
color:#FFF;
font-size:13px;
padding-top:3px;
width:100%;
text-align:left;
padding-left:5px;
padding-right:5px;
} 

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.white_content{
	display: none;
	position: absolute;
	top: 15%;
	left: 23%;
	width: 55%;
	height: 80%;
	padding: 16px;
	border: 5px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}