/* the overlayed element */
div.overlay {
	
	/* growing background image */
    background: transparent url(/twip_img/images/feedback-form.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: none;
    width: 600px;
    height: 400px;
    padding-left: 10px;
	display:none;
	
	/* some padding to layout nested elements nicely  */
	
}

/* default close button positioned on upper right corner */

div.overlay div.close {
	background-image:url('../twip_img/overlay/close.png');
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay_close {
	margin-left:0px;
	margin-top:20px;
}

#overlay_close a {
	font-weight:bold;
	letter-spacing:-2px;
	font-size:24px;
	color:#cc0000;
	text-decoration:none;
}

#overlay_close span {
	position:relative;
	top:-5px;
	color:#19504a;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
}

#feedback_content {
	width: 450px;
	margin: 0px auto;
	margin-top: 50px;
}

#feedback_content input, #feedback_content textarea {
	background: url('../twip_img/layout/spacer.gif');
	border: 0;
	font-size:18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 282px;
}

#feedback_content textarea {
    margin-top: 13px;
	height: 122px;
	width: 350px;
	overflow: auto;
	max-height: 122px;
	max-width: 350px;
}

#fdb_input_1 {
    width: 340px;
    height: 35px;
    margin-top: -4px;
    position: relative;
	padding: 0;
	border: 0;
	padding-right: 4px;
}

#fdb_input_2 {
    width: 340px;
    height: 35px;
	padding: 0;
	border: 0;
	padding-right: 4px;
	margin-top: 38px;
	*margin-top: 37px;
}

#fdb_input_3 {
	padding: 0;
	border: 0;
	padding-right: 4px;
	margin-top: 18px;
	*margin-top: 16px;
}

#fdb_response {
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	display: none;
}

#fdb_submit_btn_container {
	margin-top: 15px;
}

#fdb_loading {
	position: relative;
	top: -4px;
	display: none;
}
