div#overlay_1 { 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

 
/* IE ignores this part IE can not read styles with [attribute]*/
div#overlay_1[id] {
	background-image: url(../img/overlay.png);
}

#box {
	width: 306px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	
}

#box #boxContents {
	width: 306px;
}

a.close_button {
	float: right;
	margin-right: -8px;
}


















div#contact_form, div#login_form, div#banned, div#login_form_2, div#notebook, div#broker_container, div#contact_broker_container {
	width: 270px; /*300*/
	padding: 7px 15px 20px 15px;
	background-color: white;
	border: 3px solid #ff6600;
}

div#contact_form h2, div#login_form h2, div#login_form_2 h2, div#notebook h2, div#broker_container h2, div#contact_broker_container h2 {
	font-size: 14px;
	text-align: left;
}

div#contact_form table {
	width: 270px;
}

div#contact_form table td, div#contact_broker_container td {
	text-align: left;
	padding: 0 !important;
}

div#contact_form input, div#contact_form select, div#contact_form textarea,
div#contact_broker_container input, div#contact_broker_container select, div#contact_broker_container textarea {
	width: 230px;
}

a.send_contact_form, a.close_contact_form {
	width: 74px;
	height: 22px; /*30*/
	float: left;
	padding-top: 8px;
	text-align: center;
	vertical-align: middle;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	background: url(../img/button_search_notxt.gif) 0 0 no-repeat;
}
a.close_contact_form {
	background: url(../img/button_clear_notxt.gif) 0 0 no-repeat;
}

a.send_contact_form:hover, a.close_contact_form:hover {
	color: black;
}





div#login_form table td, div#login_form_2 table td, div#notebook table td {
	padding: 5px 0;
}











