@charset "utf-8";
/* styles for the email page form */

/* ---------- main containers ---------- */

#emailPageContainer {
	width:435px;
	margin:auto;
	padding:0 10px 0 10px;
	font-size:75%;
	text-align:left;
}

#emailPageContainer h1 {
	margin:10px 0 5px 0;
	font-size:163%;
}

#emailPageContainer h2 {
	display:block;
	margin:0;
	padding:5px 0 5px 10px;
	background:#686868 url(../images/emailpage/emailpage_h2_background.gif) top repeat-x;
	font-size:113%;
	color:#fff;
}

#emailPageContainer p {
	margin:0;
	line-height:188%;
}

/* ---------- additional containers ---------- */

.emailPageSection {
	width:405px;
	padding:12px 15px 12px 15px;
	margin-bottom:10px;
	background:#e1e9f2;
}

.emailPageLeftColumn {
	float:left;
	width:107px;
}

.emailPageRightColumn {
	float:left;
	width:298px;
}

.emailPageLeftInstructions {
	float:left;
	width:107px;
	font-size:88%;
}

.emailPageRightInstructions {
	float:left;
	width:298px;
	font-size:88%;
}

.emailPageButtons {
	width:405px;
	padding-left:15px;
}

.emailPageConfirmButton {
	width:435px;
	padding-top:20px;
	text-align:center;
}

/* ---------- form elements ---------- */

.emailPageField {
	width:293px;
	border:1px solid #333;
	overflow:auto;
}

/* ---------- buttons ---------- */

.emailPageCancelButton {
	margin-right:20px;
}

/* ---------- clear ---------- */

.clear {
	clear:both;
}

