/**
 *	Popup styles
 */
#popwrapper {
	margin:30px auto;
	text-align:left;
	}
.default {
	width:380px;
	}
.wide {
	width:760px;
	}
.popupwide {
	width:96%;
	}
#pophead, #popfooter, #popcontent {
	text-align:left;
	} 
ul.poptools {
	float:right;
	clear:both;
	list-style:none;
	}
ul.poptools li {
	float:left;
	margin-left:.3em;
	vertical-align:top;
	list-style:none;
	}
ul.poptools li a {
	float:left;
	clear:none;
	margin-right:.3em;
	}
#popcontent, #popcontentwide {
	clear:both;
	}
#popcopy {
	float:right;
	clear:both;
	width:80%;
	margin-top:4px;
	padding-bottom:10px;
	text-align:right;
	}
/* Forms */
#contacthead {
	margin:40px 0 0 0;
	}
#contactform {
	float:left;
	width:100%;
	}
#contactform fieldset#info {
	float:left;
	width:80%;
	margin:20px 0 0 0;
	padding:17px 10%;
	border: 1px solid #3e80ba;
	}
#contactform h3 {
	font-size:1.2em;
	}
.popformfields {
	float:left;
	padding:20px 50px 0 30px;
	}
label {
	float:left;
	width:4em;
	}
label.full {
	width:100%;
	}
.tall {
	float:left;
	width:100%;
	clear:both;
	margin:12px 0 0 0;
	}
.tall label {
	margin: 0 0 4px 0;
	}
textarea {
	width:100%;
	}
#submitrow {
	float:right;
	clear:both;
	margin:24px 0 10px 0;
	}
#submitrow input {
	display:inline;
	cursor:pointer;
	}
#thanks {
	padding:28px 0 380px 0;
	}
.release_just {
	text-align:justify;
	}
/* Deprecated */
.directions    { color: white; font-size: 10px; font-family: Arial, Helvetica, Geneva, sans-serif }
.directions_sm    { color: #240077; font-size: 9px; font-family: Arial, Helvetica, Geneva, sans-serif }
#directionbox td {
	padding:4px;
	}