@charset "UTF-8";
/* CSS Document */

#eventPlanForm {
	padding:20px;
	margin:10px;
	border:1px solid #777;
	background-color:#efefef;
}
#eventPlanForm label {
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0;
}
#eventPlanForm label i {
	color:#900;
}
#eventPlanForm label.contacts {
	font-size:11px;
	padding-top:4px;
}
#eventPlanForm label span {
	margin:0;
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	display:block;
	color:#333;
}
#eventPlanForm textarea,#eventPlanForm input  {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	border:1px solid #999;
	width:440px;
	margin:5px 0 20px 0;
	color:#444;
}
#eventPlanForm input.contactsField  {
	margin:3px 0 8px 0;
}
#eventPlanForm input.button  {
	font:13px Arial, Helvetica, sans-serif;
	background-color:#900;
	border:1px solid #333;
	width:120px;
	margin:10px auto;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
#eventPlanForm #communication {
	overflow:hidden;
	margin:5px 0 20px 0;
}
#eventPlanForm #communication b {
	font-size:12px;
	color:#222;
	display:block;
	text-align:center;
	padding:5px;
}
#eventPlanForm #communication label {
	font-size:10px;
	color:#222;
	font-weight:normal;
	display:block;
	margin:0 0 8px 0;
}
#eventPlanForm #communication input {
	background-color:none;
	border:none;
	width:10px;
	margin:0;
	display:inline;
	margin-right:5px;
}

#eventPlanForm #communication .left {
	width:45%;
	float:left;
}
#eventPlanForm #communication .right{
	width:45%;
	margin-left:55%;
}


