/*--------------- Registration -----------------*\
|  styles beginnen met de "reg"                  |
|  -- Registratie                                |
|  -- Profile                                    |
|  -- Pages                                      |
\*----------------------------------------------*/
/*----------------- Old Styles -----------------*/
#wedstrijdBG {
	background-color : #EFEFDE;
	border : 1px solid #CECBCE;
	margin-top: 5px;
}
.wedQuestion {
	font-size : 12px;
	font-weight : bold;
	color : #71714E;
	border-bottom: 1px solid #71714E;
	padding-bottom: 5px;
}
.wedQuestion A {
	font-size : 12px;
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}
.wedQuestion A:HOVER {
	font-size : 12px;
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}
.wedItem {
	font-size : 10px;
	font-weight : none;
	color : #000000;
}
.wedItem A {
	font-size : 10px;
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}
.wedItem A:HOVER {
	font-size : 10px;
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}
.wedAnswer {
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}
.wedAnswer A {
	font-size : 11px;
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}
.wedAnswer A:HOVER {
	font-size : 11px;
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}
/*--------------- General Styles ---------------*/
#cMLeft {
	width: 698px;
	float: left;
}
.imgStatus {
	border: none;
	vertical-align: middle;
}
.imgWed {
	border : none;
	margin: 5px;
}
/*-------------- Form Content Styles -----------*/
#wedFormContent {
	/* min-height: 300px; */
	border: 1px solid #DFDFDF;
}
#wedFCMain {
	padding: 5px;
}
#wedFCIntro {
	background-color: #EEEEEE;
	color: #000000;
	padding: 10px 5px 5px 5px;
}
#wedFCIntro a {
	color: #000000;
	font-weight : bold;	
	text-decoration: none;
}
#wedFCIntro a:hover {
	color:#00AFFB;
	text-decoration: underline;
}
/*------------- Form Elements Styles -----------*/
.wedDiv {
	height: 20px;
	clear: both;
}
.wedDivTA {
	height: 40px;
	clear: both;
}
.wedLabel {
	width: 180px;
	padding-top: 2px;
	text-align : right;
	float: left;
}
.wedLabel2 {
	padding-top: 2px;
	text-align : right;
	float: left;
}
.wedLabelStar {
	font-size : 9px;
	text-decoration : none;
	text-align : right;	
}
.wedLabelCheck {
	width: 180px;
	text-align : right;
	float: left;
}
.wedInput {
	float: left;
}
.wedText {
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	padding-top: 2px;	
	float: left;	
}
.wedText A {
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}
.wedText A:HOVER {
	color : #003366;
	font-weight : bold;
	text-decoration : underline;
}
.wedNote {
	font-size : 9px;
	font-weight : normal;
	color : #007169;		
}

.wedComment {
	background-color: #EEEEEE;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	margin-bottom: 5px;
	padding: 3px;	
	clear : both;
}
.wedEmailComment {
	background-color: #EEEEEE;
	width: 450px;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	padding: 3px;	
	float: left;
}
.wedExtraCheck {
	width: 25px;
	float: left;	
}
.wedExtraText {
	width: 550px;
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	padding-top: 2px;	
	float: left;
}

.wedHeader {
	height: 20px;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;	
	background-color: #A3B5C9;
	margin-bottom: 5px;
	clear: both;
}
.wedTitle {
	padding: 3px;	
	float: left;
}
.wedSubTitle {
	background-color: #E7EdE6;
	font-size : 11px;
	font-weight : bold;
	color : #000;
	margin-bottom: 5px;
	padding: 3px;
	clear: both;	
}

.wedDesc {
	font-size : 12px;
	font-weight : normal;
	color : #333333;
	clear: both;	
}
.wedDesc A {
	color : #720628;
	font-weight : bold;
	text-decoration : none;
}
.wedDesc A:HOVER {
	color : #899B5F;
	font-weight : bold;
	text-decoration : underline;
}

#wedCaptcha {
	height: 50px;
	padding-top: 5px;
	clear: both;
}
#wedPrivacyScroll {
	height: 150px;
	overflow: auto;
	clear: both;	
}
.wedPrivacy {
	font-size : 9px;
	font-weight : normal;
	text-decoration : none;
	color : #666666;
	margin-top: 10px;
}
.wedPrivacy A {
	text-decoration : none;
	font-weight : bold;	
	color : #720628;
}
.wedPrivacy A:HOVER {
	text-decoration : underline;
	font-weight : bold;	
	color : #899B5F;
}
.wedPrivacy em {
	font-size : 14px;
	font-weight : bold;	
	color : #666666;
}

