@charset "utf-8";
/* CSS Document */

/*#regform {
	width: 702px;
	height: 350px;
	padding: 25px 30px 0 30px;
	background-image: url(../_imgs/form/background.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
}*/

.required {
	color: #92d4fe;
}
.reqtext {
	margin: 0 0 15px 0;
	font-style: italic;
	font-size: 12px;
}

#regform {
	width: 692px;
	min-height: 300px;
	padding: 25px 30px 0 30px;
	color: #FFF;
	font-size: 14px;
	background-image: url(../_imgs/form/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #067ec9;
	border: solid 5px #92d4fe;
}
* html #regform {height: 300px;}

	#regform form {
		margin: 0 0 25px 0;
		padding: 0;
	}

#formintro {
	float: right;
	margin: 0;
	padding: 0;
	width: 320px;
}

	#formintro p {
		font-size: 14px;
		line-height: 1.3;	
	}
	#formintro .marg8 {
		margin: 0 0 8px 0;
	}
	#formintro .marg0 {
		margin: 0;
	}
	
	
#regform a.formlink {
	color: #92d4fe !important;
	border-bottom: dashed 1px #92d4fe !important;
}
#regform a.formlink:hover {
	color: #fff !important;
	background: none !important;
}

#family, #family_fr {
	/*clear: right;*/
	float: right;
	margin-right: -20px;
	width: 242px;
	height: 350px;
	background-image: url(../_imgs/form/family.png);
	background-repeat: no-repeat;
}
#family {
	margin-top: -299px;
}
#family_fr {
	margin-top: -259px;
}

#regformcontent {
	/*margin-right: 290px;*/
}

.formrow {
	width: 335px;
	margin: 0 0 8px 0;
	overflow: auto;
}

.labelshort, .labellong {
	clear: left;
	float: left;
	display: block;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.labelshort {
	width: 90px;
}
.labellong {
	width: 130px;
}

.inputshort, .inputlong, #cap_t, .inputmini {
	float: right;
	border: 0;
	color: #666;
}
.inputshort {
	width: 175px;
}
.inputlong {
	width: 240px;
}
.inputmini {
	margin-right: 5px;
}
#cap_t {
	width: 150px;
	border: solid 2px #92d4fe;
}
#cap_r {
	margin: -23px 0 0 131px;
	cursor: pointer;
}
#mecq {
	margin-bottom: 15px;
}
.mecradio {
	color: #92d4fe;
	font-weight: bold;
}

/*#submitbtn {  primary style in style.css 
	float: left;
	margin: 0 0 0 30px;
}*/

/* Submit Button */
#submitbtn {
	background-image: url(../_imgs/form/submit_on.png);
}
#submitbtn_fr {
	background-image: url(../_imgs/form/submit_on_fr.png);
}
#submitbtn, #submitbtn_fr {
	margin: 0 0 0 110px;
	width: 119px;
	height: 116x;
	border: 0;
}
	#submitbtn a {
		background-image: url(../_imgs/form/submit.png);
	}
	#submitbtn_fr a {
		background-image: url(../_imgs/form/submit_fr.png);
	}
	#submitbtn a, #submitbtn_fr a {
		display: block;
		width: 119px;
		height: 116px;
		border: 0;
	}
  	#submitbtn a:hover, #submitbtn_fr a:hover {
		background: none;
	}

#captcha {
	float: left;
	width: 154px;
	margin: 5px 0 0 0;
}

/* contact form */
#contactform {
	margin: 0;
	padding: 0;
}
#contactform input, #contactform textarea, #contactform label {
	color: #666;	
}
#contactform label {
	clear: left;
	float: left;
	display: block;
	width: 70px;
	vertical-align: middle;
	font-size: 14px;
}
#contactform .cinput {
	width: 330px;
	margin-bottom: 7px;
	border: solid 1px #92d4fe;
}
#contactform #contactmsg {
	width: 400px;
	height: 150px;
	border: solid 1px #92d4fe;
}

.formmedia, .formmedia:hover, .formmedia img, .formmedia:hover img {
	text-decoration: none;
	background: none !important;
	border: 0 !important;
}
.formmedia {
	margin-right: 35px;
}

#thecomment {
	display: none;
}