@import url(../elements/doubleColumn.css);

#content_main .intro {
	float:left;
	width:340px;
	font-size:1.2em;
}

#content_main .intro ul {
	margin-left:2em;
	list-style:square;
}

#content_main .intro li {
	margin-bottom:0.5em;
	line-height:1.5em;
}

#content_main .comp {
	float:right;
	width:250px;
	margin-bottom:10px;
	position:relative;
	right:0;	
}
#content_main .comp img {
	border:none;
	float:right;
}

#content_main form {
	width:500px;
	margin:0 auto;
}

#content_main form label {
	font-weight:bold;
}

#content_main .note {
	font-size:0.9em;
	line-height:1.2em;
	color:#00678A;
	font-weight:normal;
}

#content_main #entry-form {
	margin-top:30px;
}

#content_main #entry-form dt {
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
	margin-top:5px;
}
#content_main #entry-form dd {
	margin-bottom:2px;
}

#content_main #entry-form .textbox {
	width:200px;
}

#content_main #vouchers {
	padding-top:20px;
}
#content_main #vouchers p {
	font-weight:bold;
}
#content_main #vouchers dt,
#content_main #vouchers dd {
	float:left;
	vertical-align:middle;
	display:block;
}

#content_main #vouchers dt {
	width:69px;
	padding-left:10px;	
}

#content_main #vouchers dd {
	margin-left:-90px;
}

#content_main #vouchers img {
	border:none;
}

#content_main #vouchers #voucher_other_text {
	width:30px;
}

#content_main .button_panel {
	clear:both;
	float:right;
	text-align:right;
	padding:30px 0 20px;
}

#content_main .button_panel .bttn {	
	margin-left:40px;
	margin-bottom:-9px;
}
