/* CSS Document */
/*
body
{
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	color: #3C397C;
	font-size:14px;
}

a, a:hover, a:active, a:visited
{
	color:#3C397C;
	text-decoration:none;
}

form
{
	padding:0px;
	margin:0px;
}

.hide
{
	display:none;
}

.show
{
	display:block;
}

a.simplemodal-close
{
	background-color: rgb(44, 23, 50); 
	border-radius: 7px;
	color: rgb(44, 23, 50);			
	font-size: 10px;
	font-weight: bold;
	height: 14px;
	position: absolute;
	right: 5px;
	text-align: center;
	text-decoration: inherit;
	top: 4px;
	width: 15px;
	z-index: 1100;
}



#simplemodal-overlay
{
	background-color: rgb(44, 23, 50) !important; /*     

img{
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
*/

#simplemodal-overlay
{
	background-color: rgb(44, 23, 50) !important;
}