/* CSS file */

#yourbusiness_Popup{
display:none;
color: white;
position:absolute; /* hack for internet explorer 6*/
height:500px;
width:750px;

	background: url('/addons/yourbusiness/images/background.png');
	background-repeat: repeat-x;
	background-position: bottom;

z-index:2;
}
body > #yourbusiness_Popup {
	position: fixed;
}

.yourbusiness_Container input {
	font-size: 18px;	
}
