/*

If you need to further customize the FormBuilder CSS,
items in this file will over-ride the standard
FormBuilder CSS.  To use this file, rename and copy
it to /wp-content/additional_styles.css and make 
changes as necessary.

*/
.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
	z-index:9;
}