body {
	font-family: verdana, arial;
	background-color: #000;
	font-size: 12px;
	color: #FFF;
}

a:link, a:visited, a:active, a:hover {
text-decoration: none; 
color: #b13b00;
}

.droppdownHdr{
	background-color:#3399ff;
	color:white;
}

#popup_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 150%;
    width: 100%;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 98;
}

div.popup_window {
background-color:#000000
    position: absolute;
    z-index: 99;
    overflow:hidden;	/*must have*/
		text-align: center;
    width: 500px;
   /* background: #e2e2e2 url("file:///C|/Users/cindychen.NC-TAIWAN/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/AWJ2406F/bg.jpg");*/
    height: 350px;
    padding: 20px 10px 10px 10px;
    border: #c0c0c0 5px solid;
		color: white;
}

div.popup_window_black {
	position: absolute;
	z-index: 99;
	overflow:hidden;	/*must have*/
	text-align: center;
	background-color: #000;
	width: 900px;
	padding: 20px 30px 20px 30px;
	/* border: #c0c0c0 5px solid; */
		color: white;
	opacity: 0.85;
	filter: alpha(opacity=85);
	left: 207px;
	top: 103px;
}

html>body div.popup_window_black  {
    width: 600px;
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding-top: 3px;
	padding-bottom: 3px;
}

label.name{
height: 50px;
}

.slabel {
display: block;
height: 30px;
}

.mlabel {
float: left;
width: 150px;
padding-right: 10px;
text-align: right;
}

.rmlabel {
float: left;
width: 150px;
color: red;
padding-right: 10px;
text-align: right;
}

input {
width: 250px;
}

.submtt {
width: 200px;
}

.require {
	padding-top: 15px;
	padding-bottom: 15px;
	color: red;
}

.footer {
	padding-right:480px;
	color: #E9FF8C;
	font-size: 10px;
}

.footer a {
	color: #E9FF8C;
	background-color: black;
	text-decoration: none; 
}

.footer a:hover {
	color: #FFA32C;
	background-color: black;
	text-decoration: underline; 
}

.sendok {
	padding: 50px 50px 50px 50px;
}

.credit {
	padding-top: 30px;
	padding-right:280px;
	color: #E9FF8C;
	font-size: 10px;
}

.credit a {
	color: #E9FF8C;
	background-color: black;
	text-decoration: none; 
}

.credit a:hover {
	color: #FFA32C;
	background-color: black;
	text-decoration: underline; 
}

.contactcontent p {
font-size: 1.0em;
}

.cancel {
 text-align: right;
}

.content-left {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 140px;
}

html>body .content-left  {
    width: 100px;
}


.content-mid {
	float: left;
	width: 140px;
	height: 220px;
	padding: 0px 20px 0px 20px;
	margin-left: 10px;
}

.content-right {
	background: url("file:///C|/Users/cindychen.NC-TAIWAN/AppData/Local/Microsoft/Windows/Temporary Internet Files/Low/Content.IE5/AWJ2406F/images/hr.jpg") no-repeat left top; 	
	float: left;
	width: 470px;
	height: 400px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

html>body .content-right  {
	width: 450px;
}

.eventhead {
	color: #E9FF8C;
	font-style:italic;
	font-weight: bold;
}

.eventcontent {
	text-align: left;
	height: 340px;
  overflow: auto;
  padding: 0px 10px 0px 5px;
}

.venueimg {
  border: #c0c0c0 5px solid;	
  padding: 5px;
  margin: 10px;
  width: 133px
  height: 100px;
  float: left;
}

.sponsortitle {
	color: #ffff00;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.sponsorimg01 {
float: left;
padding: 0px 20px 0px 20px;
}

html>body .sponsorimg01  {
padding: 0px 40px 0px 40px;
}

.sponsorimg02 {
float: left;
padding: 0px 0px 0px 0px;
}


.artistlist {
	list-style-type: none;
	font-size: 1.0 em;
	padding: 5px 0px 0px 0px;	
}

.artistlist a:hover {
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}

.artistname {
	padding-top:70px;
	font-weight: bold;
	font-size: 18px;		
	color: #ffff00;
	font-family: "Times CE","Times", "Times New Roman" sans-serif;		
}

.artistnamebottom {
	padding-bottom: 20px;
}

.artistimg {
  padding: 3px;
  float: left;
}

.eventmenu a {
	font-size: 16px;	
	font-weight: bold;	
}

.formlabel{
	color: white; 
	float:left;
	text-align: right;
	padding: 0px 10px 0px 0px;
	width: 200px;
}
.formtext{
	width: 350px;
	float: left;
	padding: 5px;
}
