@charset "utf-8";
/* CSS Document */

input.profile,textarea.profile
{
	width:470px;
	background-color:#1B1B1B;
	border:1px solid #333;
	color:#FFF;
}
input[type="submit"],input[type="reset"],input[type="file"]
{

	background-color:#900;
	border:1px solid #900;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	letter-spacing:1px;

}

input[type="submit"]:hover,input[type="reset"]:hover
{
  background-color:#000;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
	padding:2px 10px 2px 10px;
}

input,textarea,.file,select
{
	border:1px solid #333;
	background-color:#121212;
	color:#FFF;
	margin-right:3px;
   
}

textarea.contact, textarea.pmform
{
	
	width:430px;
	height:200px;
	padding-top:4px;
	background-color:#121212;
	border:none;
	border-top-color:#999;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

textarea.bandprofile
{
	
	width:100%;
	height:200px;
	padding-top:4px;
	background-color:#121212;
	border:none;
	border-top-color:#999;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

input.white,textarea.white
{
	background-color:#FFF;
	color:#000;
	
}

form
{
	margin:0px;
	padding:0px;
}

input.newaccount,
input.contact, 
input.newvenue, 
input.newstudio,
input.newroom,
input.newlabel,
input.pmform
{
	height:20px;
	width:250px;
	padding-top:4px;
	background-color:#121212;
	border:none;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:5px;
}

input.bandprofile
{
	height:20px;
	width:350px;
	padding-top:4px;
	background-color:#121212;
	border:none;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:5px;
}

input[type="text"].wide
{
	height:20px;
	width:100%;
	padding-top:4px;
	background-color:#121212;
	border:none;
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:5px;
}

p span.contacttooltip, 
p span.newaccounttooltip, 
p span.newstudiotooltip, 
p span.newroomtooltip,
p span.newlabeltooltip,
p span.newvenuetooltip
{
	display:none;
}

p:hover span.contacttooltip, 
p:hover span.newaccounttooltip, 
p:hover span.newstudiotooltip,
p:hover span.newroomtooltip,
p:hover span.newlabeltooltip,
p:hover span.newvenuetooltip
{
	display:inline;
	height:13px;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	border-bottom:1px solid #910000;
	color:#333;
	margin-left:5px;
	color:#CCC;
}

/********** buttons style ***********/
button
{
	border:1px solid #FFF;
	background-color:#000000;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	
	
}


button.red
{
	background-color:#900;
	border:1px solid #900;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	
}

button:hover,button.red:hover 
{
	background-color:#000;
	color:#FFF;
	font-size:8pt;
	font-weight:bold;
	cursor:pointer;
	padding:2px 10px 2px 10px;
}


button.wide
{
	width:100px;
}

/************* label style *****************/
label.top
{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
	
}


