#cak-core-form {
	width: 654px;
}

.simplemodal-container
{
	max-width: 800px;
	font-family: 'open_sansregular';
	font-size: 13px;
}

.simplemodal-data
{
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0, .3);
	padding-bottom: 1px;
	color: #292929;
}

.simplemodal-data ul,
.simplemodal-data ol{ 
	margin: 0.5em 2.5em 1em;
}

.simplemodal-data ul{ 
	list-style: disc;
	min-width: 150px;
}

.simplemodal-data ol{ 
	list-style: decimal;
	min-width:150px;
}

.simplemodal-data li{ 
	text-align: left;
	font-size: 100%;
}

.simplemodal-data p
{
	margin: 8px;
	text-align: left;
	font-size: 100%;
}

.simplemodal-data button
{
	color: #fff;
	background: #555;
	border: 0;
	padding: 4px 10px;
	border-radius: 4px;
	font-weight: bold;
	min-width: 50px;
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.simplemodal-data h2,
.simplemodal-data h3
{
	text-align: left;
	color: white;
	height: 30px;
	background-color: #4f2683;
	background-color: #555;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 8px;
	border-radius: 4px 4px 0 0;
	margin: 0;
	font-size: 15px;
	font-family: Arial;
}