#entry p,#entry ul{
	margin: 20px 0;
}
#entry p.opencall_ex{
	color: #CB1C17;
	width: 550px;
	margin-left: 56px;
	font-weight: bold;
}
#entry ul,#entry ol{
	font-weight: bold;
}
#entry ol{
	list-style-position: inside; 
	padding-bottom: 20px;
	border-bottom: 1px dotted #CB1C17;
}
#opencall_form{
	width: 600px;
	margin: 0 auto;
}
form.contact dl dt{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}

form.contact dl dd{
	display: inline-block;
	width: 500px;
	margin-bottom: 10px;
}
.form_required{
	color: #CB1C17;
	font-size: 0.8em;
	padding-left: 5px;
}
.opencall_input{
	padding-left: 100px;
}
.opencall_input #submitbuttn{
	margin-right: 10px;
}
