/**
* Lottery Layout CSS
*
*/


#lotteryContainer {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 120%;
}

#emoHeader {
	width: 591px;
	clear: both;
}

#row1 {
	width: 591px;
	clear: both;


}
#participation {
	width: 591px;
	clear: both;
}

#confirmation {
	width: 591px;
	clear: both;
}

.borderrow {
	width: 591px;
	height: 2px;
	clear: both;
	overflow: hidden;
}

/* Container */

#emoHeader .einspaltig {
	float: left;
	width: 195px;
	height: 204px;
	overflow: hidden;

}


#emoHeader .zweispaltig {
	float: left;
	width: 396px;
	height: 204px;
	overflow: hidden;

}


#row1 .einspaltig {
	float: left;
	width: 195px;
	height: 189px;
	overflow: hidden;



}

#row1 .zweispaltig {
	float: left;
	width: 393px;
	height: 189px;
	overflow: hidden;


}

#participation .zweispaltig {
	float: left;
	width: 396px;
	height: 750px;
	overflow: hidden;


}

#participation .einspaltig {
	float: left;
	width: 195px;
	height: 750px;
	overflow: hidden;


}

#confirmation #leftColumn {
	float: left;
	width: 393px;
	display: block;


}

#confirmation #rightColumn {
	float: right;
	width: 195px;

}

#leftColumn .smallLeft {
	clear: both;
	width: 100%;
	height: 189px;


}

#leftColumn .bigLeft {
    clear: both;
	float:left;
	height: 380px;
	width: 100%;



}

#rightColumn .standardRight {
	height: 571px;
	overflow: hidden;
}





/* Borderclasses */

.borderLeft {
	margin-left: 3px;
}

.borderRight {
	margin-right: 3px;
}

.borderBoth {
	margin-left: 3px;
	margin-right: 3px;
}

.borderBottom {
	margin-bottom: 2px;
}


/* Misc */


.subheaderbar {
	width: 100%;
	height: 25px;
	text-transform: uppercase;
}

.subheaderText {
	padding: 6px 6px 0px 6px;
	font-size: 12px;

}


.formpadding {
	margin: 30px 15px 15px 0px;
}

.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 12px;

}

/* Formformat */

#StandardForm .formElement {
   vertical-align: top;
}

#StandardForm .formElement td {
   padding-bottom: 4px; font-size: 12px;
}

#StandardForm .formElement input {
   width: 200px;
}
#StandardForm .formElement select {
   width: 200px;
}
#StandardForm .formElement input.checkbox {
   width: auto;
   border: 0px;
}
#StandardForm .formElement input.radio {
   width: auto;
   border: 0px;
}

#StandardForm .captchaInfo {
	font-size: 11px;
	padding-bottom: 10px;
}

#StandardForm .catpchaImage {
	font-size: 11px;
	padding-bottom: 4px;
}

