/* CSS file */

#suggestplace_Popup{
display:none;
color: white;
position:absolute; /* hack for internet explorer 6*/
height:375px;
width:650px;

	background: url('/addons/suggestplace/images/background.png');
	background-repeat: repeat-x;
	background-position: bottom;

z-index:2;
}

body > #suggestplace_Popup {
	position: fixed;
}

.suggestplace_Container input {
	font-size: 18px;
	width: 300px;
}

.suggestplace_Container textarea {
	font-size: 18px;
	width: 300px;
	height: 100px;
}

