@charset "iso-8859-1";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
}

a, a:hover, a:active, a:visited
{
	color:#662583;
	text-decoration:none;
}

form
{
	padding:0px;
	margin:0px;
}

.hide
{
	display:none;
}

.show
{
	display:block;
}

a.simplemodal-close
{
	background-color: #7a70b5;
	border-radius: 7px;
	color: #000;
	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-wrap
{
	height:auto !important;
}

#simplemodal-overlay
{
	background-color:#050515;
}

img{
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}