#formContainerPopUp {
	width: 500px;
	font-size: .8em;
}
#formContainerPopUp  #comments {
	width: 200px;
}
#eventDetails {
	width: 200px;
}
form label  {
	width: 120px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
#formContainerPopUp textarea, #formContainerPopUp input {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #055664;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-color: #FFFFFF !important;
	font-weight: bold;
}
#mainPopUp  #select, #mainPopUp #state {
	font-size: .8em;
	color: #333333;
}
#formContainerPopUp #submit  {
	margin-left: 135px;
}
#formContainerPopUp #reset, #formContainerPopUp #submit {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 2em;
	background-color: #EEEDE1;
}
.clearfix:after, .clearfixComment:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {
	display: inline-block;
	padding-bottom: 15px;
}   /* a fix for IE Mac */

/* next a fix for the Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix, * html .clearfixComment {height: 1%;}
.clearfix {
	display: block;
}
#description {
	width: 270px;
}
