/*======================================================================================*/
/* globally set margin and padding to 0 */
* {
margin: 0;
padding: 0;
}

/* The body style & main setup */
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #666;
background-color: #e5eaf5;
text-align: center;
background-image: url(/img/top_tile.gif);
background-repeat: repeat-x;
}

	#body_thanks {
	background-color: #fff;
	}

/* style to fix IE 1px float bug - see www.pmob.co.uk/temp/onepxjog.htm */
*:first-child+html body {
padding-left:1px;
}
* html body {
padding-left:1px;
}
/* end */

h1 {
font-size: 1.85em;
padding: 0 0 15px 0;
font-weight: normal;
text-align: left;
}

p {
margin: 0 0 10px 0;
font-size: 0.75em;
}

.para_footer {
font-size: 0.6em;
}

.para_zero {
margin: 0;
}

.para_zero_right {
margin: 0;
float: right;
}

.para_required_right {
margin: 0;
float: right;
}

img { /* take the borders off all the images - we don't need them coming out in links on crazy browsers like Opera 6! */
border-width: 0;
display: block;
}

a,
a:active,
a:visited {
color: #000;
text-decoration: underline;
}

/*======================================================================================*/
/* Containers */
#page_wrapper {
text-align: center;
margin: 0px auto 0px auto;
padding: 25px 0 0 0;
width: 735px;
}

#book_content {
width: 735px;
margin: 30px 0 0 0;
text-align: left;
background-image:url(/img/book_tile.jpg);
background-repeat: repeat-y;
}

	#book_left {
	width: 300px;
	float: left;
	margin: 0 0 0 35px;
	}

	#book_left .reason {
	margin: 0 0 10px 0;
	}

	#book_left .para1 {
	margin: 20px 0 20px 0;
	}

	#book_right {
	width: 315px;
	float: left;
	margin: 0 0 0 50px;
	}

	#book_right .share {
	margin: 0 0 20px 0;
	}

#header {
width: 735px;
height: 75px;
margin: 0 auto 0 auto;
}

.logo {
float: right;
}

#footer {
width: 735px;
margin: 20px auto 0 auto;
text-align: center;
color: #7f99cc;
}

	#footer p {
	font-size: 0.6em;
	line-height: 1.2em;
	}

#content_thanks {
width: 550px;
margin: 0px auto 0px auto;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}

	#content_thanks .thanks {
	margin: 0 0 10px 0;
	}

	#content_thanks p {
	font-size: .9em;
	text-align: left;
	}

	#content_thanks ul {
	margin: 0 0 20px 15px;
	text-align: left;
	}

	#content_thanks li {
	font-size: .9em;
	}

	#content_thanks .small_margin {
	margin: 0 0 2px 0;
	color: #003399;
	}

	#content_thanks .pink_msg {
	color: #ea028c;
	margin: 0 0 30px 0;
	}

	#content_thanks img {
text-align: left;
}

.clear {
height: 2px;
clear: both;
font-size: 0em; /* set to 0 to avoid unwanted height padding in IE6 */
}

#form_submit {
text-align: right;
margin: 10px 0 0 0;
}

.error_message {
background-color: #cdd7ec;
border: 1px solid #b4c3e3;
margin: 0 0 10px 0;
padding: 5px;
}

.error_message p {
color: #003399;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}

/*======================================================================================*/
/* forms and form elements */
textarea {
width: 285px;
height:	97px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
font-size: 1em;
}

#msg_name {
width: 285px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
font-size: 1em;
}

.checkbox {
float: left;
width: 20px;
}

.checkbox_label {
float: left;
width: 280px;
}

.blue_label {
color: #003399;
font-family: Arial, Helvetica, sans-serif;
}

/*======================================================================================*/
/* text */
.pink {
color: #ea028c;
}

.form_small {
font-size: 0.7em;
}

.blue {
color: #003399;
}

/*======================================================================================*/
/* misc */
.together {
margin: 30px 0 0 0;
}

/*======================================================================================*/
/* links */
a.footer_link:link {text-decoration: underline; color: #7f99cc}
a.footer_link:visited {text-decoration: underline; color: #7f99cc}
a.footer_link:active {text-decoration: underline; color: #7f99cc}
a.footer_link:hover {text-decoration:  underline; color: #7f99cc}

a.blue_link:link {text-decoration: underline; color: #003399}
a.blue_link:visited {text-decoration: underline; color: #003399}
a.blue_link:active {text-decoration: underline; color: #003399}
a.blue_link:hover {text-decoration:  underline; color: #003399}