@import url("css/div.css"); 
@import url("css/form.css");
@import url("css/main.css");
#sendtip {
	display:none;
	position: absolute;
	top:20px;
	left:-25px;
	z-index: 999999;
	/*width:290px;
	height:270px;*/
	/*background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FF6600), color-stop(0.05, #FF6600), color-stop(1, #FF6600));*/
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #cccccc), color-stop(0.05, #cccccc), color-stop(1, #cccccc));
	padding:5px; 
	color:#000;
	overflow: hidden;
	text-align: justify;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#sendform {
	width: 230px;
}
#email, #sender, #message {
	background: transparent;
	color: #000;
	font-size: 12px;
	border: 1px dashed #fff;
}
#sendform input {
	width:100% !important;
}
#subb {
	background: transparent;
	color: #000;
	border: 1px dashed #fff;
	font-size: 14px;
	height: 25px !important;
}

#offer {
	display:none;
	position: absolute;
	top:20px;
	left:-150px;
	z-index: 999999;
	/*width:290px;
	height:270px;*/
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #cccccc), color-stop(0.05, #cccccc), color-stop(1, #cccccc));
	padding:5px; 
	color:#000;
	overflow: hidden;
	text-align: justify;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#offer table {
	color: #000;
	font-size: 10px;
}
#offerform {
	width: 470px;
}
#offerform input {
	/*width:100% !important;*/
}
#subb2 {
	background: transparent;
	color: #000;
	border: 1px dashed #fff;
	font-size: 14px;
	width:100% !important;
	height: 25px !important;
}
.textinput {
	background: transparent;
	color: #000;
	font-size: 12px;
	border: 1px dashed #fff;
}
.closebt {
	float: right;
	clear: both;
}
