*{margin: 0; padding: 0;}

a img{border: none;}

body{
	background: url('../_images/modal_bg.jpg') no-repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #3B2416;
}

a{color: #3b2416; text-decoration: none;}

a:hover{text-decoration: underline;}

.readMe a{text-decoration: underline;}

.readMe a:hover{color: #000;}

p.readMe{padding-bottom: 15px;}

p{padding-bottom: 10px;}

h1{padding-bottom: 20px;}

#modal_window{
	position: relative; 
	width: 369px; 
	height: auto;
	padding: 28px 0 0 33px;
}

#modal_close{
	position: absolute; 
	top: 7px; right: 4px;
}

input{
	width: 324px;
	height: auto;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 4px 5px 2px;
	color: #3B2416;
}

input.check{width: auto; border: none; background-color: transparent; padding: 0;}

p.submitRow{padding-top: 15px; position: relative;}

.submitRow img{cursor: pointer;}

.submitRow span{position: absolute; top: 22px; right: 30px;}

.modalMessage{line-height: 25px;}

.redType{color: #ee2e24;}

ul#alert{list-style-type: none; color: #f00; margin: -10px 0 6px;}

.introCopy{
	line-height: 15px; 
	padding-right: 45px;
	font-size: 11px;
}

.learnMore{color: #ee2e24;}