/*CSS bonita-world - ini*/
body, p, td{
font-family:Verdana;
font-size:8pt;
font-weight:normal;
color:#000000;
}

h1{
font-family:Verdana;
font-size:14pt;
font-weight:bold;
color:#000000;
}

h2{
font-family:Verdana;
font-size:10pt;
font-weight:bold;
color:#000000;
}

h3{
font-family:Verdana;
font-size:8pt;
font-weight:bold;
color:#000000;
}

h4{
font-family:Verdana;
font-size:8pt;
font-weight:normal;
font-style:italic;
color:#000000;
}

a{
color:#fbc501;
text-decoration:none;
}

a:hover{
color:#f6dd74;
text-decoration:none;
}

.menu td a{
color:#FFFFFF;
font-size: 8pt;
text-decoration: none;
font-weight:bold;
}

.menu td a:hover{
color:#f6dd74;
text-decoration: none;
}
/*CSS bonita-world - fin*/

div{
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
div#content{
	margin:1ex;
}
div#your_details{
	background-color: #e4e581;//green
}
div#service_requirements{
	background-color: #dddddd;//grey
}
div#more_professionals, div#more_lighting_and_grip, div#other_services{
	display: none;
	background-color: #f4edd0;//yellow
}
div#detailed_request, div#equipment, div#sound_requirements, div#editing_facilities_required , div#content_delivery{
	display: block;
	background-color: #e6ebf7;//blue
}
div#alert{
	background-color: #FF6666;//red
	border:2px solid black;
	padding: 10px;
	margin: 10px;
	font-family:Arial,Verdana,Sans-serif
	font-family:Verdana;
	font-size:18px;
	color: #000000;
}
table{
	padding: 0px;
	margin:0px;
	font-family:Arial,Verdana,Sans-serif
	font-family:Verdana;
	font-size:11px;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family:Arial,Verdana,Sans-serif
	font-family:Verdana;
	font-size:11px;
}
p#click {
	color:#003366;
	text-decoration: underline;
	font-weight: bold;
}
input, textarea, button {
	border:1px solid #003366;
	background-color: #ffffff;
	color: #000000;
	font-size:11px;
}
a {
	color:#003366;
}
br{
	line-height:0;
	margin:0px;
	/*display:inline; */
}

h1{
	line-height:20pt;	
	/*display:inline; */
}
h2,  h4{
	/*line-height:0;*/
	margin:0px;
	font-weight:bold;
	/*display:inline; */
}
h3 {
	color:#003366;
	line-height:10pt;	
	font-family:Verdana;
	font-size:12px;
	padding-top:20px;
}

.messages {
    border:1px solid black;
    background-color: #ffffff;
    width: 400px;
    height: 150px;    
}
