form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
#content div.contact-form{
	width:633px;
	margin:32px 0 0;
	float:left;
	padding:0 35px 0 0;
}
#content div.contact-form p{
	margin:0 0 10px;
}
#content div.contact-form a{
	color:#c00;
	text-decoration:none;
}
#content div.contact-form a:hover{
	text-decoration:underline;
}
#content div.contact-form div.form{
	border:2px solid #d9e4ec;
	width:588px;
	margin:20px 0 0;
	padding:27px 20px 38px;
}
#content div.form ul{
	margin:0;
	padding:0;
	list-style:none;
}
#content div.form ul li{
	padding:0 0 10px;
	width:100%;
	float:left;
}
#content div.form label{
	width:119px;
	float:left;
	margin:8px 0 0;
	font-size:12px;
}
#content div.form input.text{
	background:url(../img/bg-input.gif) repeat-x 0 0;
	border:0;
	border-right:1px solid #e1e7e8;
	border-bottom:1px solid #e1e7e8;
	height:27px;
	padding:9px 13px 0;
	width:267px;
	font:16px Arial, Verdana, Helvetica, san-serif;
}
#content div.form  textarea{
	max-width:465px;
	width:440px;
	border:0;
	border-right:1px solid #e1e7e8;
	border-bottom:1px solid #e1e7e8;
	background:#eff5f7;
	padding:9px 13px 12px;
	float:left;
	overflow:auto;
	height:170px;
	font:16px Arial, Verdana, Helvetica, san-serif;
}
#content div.form input.send-btn{
	border:0;
	width:75px;
	height:37px;
	margin:5px 0 0 120px;
	color:#fff;
	background:url(../img/menu-bg.jpg) repeat-x 0 0;
	cursor:pointer;
	font-weight:bold;
	padding:0 0 5px;
	font:bold 16px Arial, Verdana, Helvetica, san-serif;
}
#content div.contacts-sidebar{
	width:282px;
	float:left;
	line-height:22px;
}
#content div.contacts-sidebar h2{
	font-size:24px;
	font-weight:lighter;
	margin:44px 0 18px;
}
#content div.contacts-sidebar p{
	margin:0 0 25px;
}
#content div.contacts-sidebar div.find-us{
	width:100%;
	margin:54px 0 0;
	line-height:19px;
	font-size:12px;
}
#content div.contacts-sidebar div.find-us h2{
	margin-top:0;
}
#content div.contacts-sidebar div.find-us p{
	margin:0 0 20px;
}
/*select*/
#content div.form div.jquery-selectbox{
	float:left;
	position:relative;
	cursor:pointer;
	width:438px !important;
	background:url(../img/bg-input.gif) repeat-x 0 0;
	border:0;
	border-right:1px solid #e1e7e8;
	border-bottom:1px solid #e1e7e8;
	height:27px;
	padding:9px 13px 0;
} 
#content div.form .jquery-selectbox-currentItem{
	display:block;
	line-height:19px;
	font:16px Arial, Verdana, Helvetica, san-serif;
	background:url(../img/bg-select.gif) no-repeat 100% 50%;
	padding:0 5px;
}
* html #content div.form .jquery-selectbox-currentItem{
 	height:1%;
}
#content div.form .jquery-selectbox-list{
	position:absolute;
	top:36px;
	width:438px !important;
	border:1px solid #e1e7e8;
	display:none;
	padding:9px 13px 10px;
	background:#fff; 
	left:-1px;
}
#content div.form .jquery-selectbox-list span{
	display:block;
	width:435px !important;
	line-height:19px;
	padding:0 0 0 5px;
}
* html #content div.form .jquery-selectbox-list span{
 	height:1%;
}
#content div.form .jquery-selectbox-list span.listelementhover{
	color:#c00;
}
/*overlay*/
.simple_overlay .close {
	background-image:url(../img/close.png);
	cursor:pointer;
	height:35px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:35px;
}
.simple_overlay  .next, .simple_overlay  .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
   /* -moz-border-radius:5px; 
    -webkit-border-radius:5px;*/ 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.simple_overlay  .progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
/* "next image" and "prev image" links */
.simple_overlay  .next, .simple_overlay  .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:5px 0;
	text-align:center;
	width:50px;
	line-height:20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/	
}



.simple_overlay  .next:hover, .simple_overlay  .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.simple_overlay  .disabled {
	visibility:hidden;		
}

/* the "information box" */
.simple_overlay  .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.simple_overlay  .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.simple_overlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
.simple_overlay{
	display:none;
}
/* everybody should know about RGBA colors. */
.simple_overlay  .next, .simple_overlay  .prev, .simple_overlay  .info {
	background:#333 !important;
}		

.simple_overlay  .prev {
	left:0;
	border:0;
	border-left:0;
	background: url(../img/btn-prev.png) no-repeat 0 0 !important;
}

.simple_overlay  .next {
	right:0;
	border-right:0;
	border:0;
	background:url(../img/btn-next.png) no-repeat 0 0 !important;
	
}


div.checkbox { padding-top: 8px; width: 469px; float: left; }
div.checkbox input { float: left;}
div.checkbox span { display: block; float: left; padding-left: 5px; width: 450px; *width: 425px;}

li.select select#role { margin: 8px 0; }
#otherli {display: none;}