body {
	font-family:century gothic;
	}
div.section1 {
	float:left;
	position:relative;
	}
div.section2 {
	float:left;
	position:relative;
	}
table.handout {
	margin:5px;
	}
.heading {
	height:40px;
	width:240px;
	line-height:40px;
	padding-left:10px;
	color:#fff;
	font-size:16px;
	}
.box {
	padding-top:5px;
	padding-left:30px;
	height:310px;
	width:240px;
	color:#000;
	font-size:16px;
	}
/* moz fix */
tr>td.box {
	width:210px;
	}
tr>td.heading {
	width:230px;
	}
/* end moz fix */
#heading1 {
	background-image:url(http://iahperd.org/handout/images/box1top.gif);
	}
#box1 {
	background: url(http://iahperd.org/handout/images/box1bottom.gif) no-repeat;
	}
#heading2 {
	background-image:url(http://iahperd.org/handout/images/box2top.gif);
	}
#box2 {
	background: url(http://iahperd.org/handout/images/box2bottom.gif) no-repeat;
	}
.but {
	display:block;
	width:94px;
	height:30px;
	border:none;
	bottom:25px;
	position:absolute;
	}
.headingblue {
	height:40px;
	width:680px;
	line-height:40px;
	padding-left:10px;
	color:#fff;
	font-size:16px;
	background: url(../images/boxbluetop.gif) no-repeat;
	}
.boxblue {
	background-image:url(../images/boxbluebottom.gif);
	padding-top:25px;
	padding-left:30px;
	height:200px;
	width:680px;
	color:#000;
	font-size:16px;
	}
.search_results {
	background-image:url(../images/boxbluebottom.gif);
	padding-top:25px;
	padding-left:30px;
	height:375px;
	width:650px;
	color:#000;
	font-size:16px;
	overflow: auto;
}
	
.results {
	font: 10px Tahoma, System, Verdana;
	color: #000000;
	font-weight: bold;
	position: absolute;
	text-align:left;
	height: 40px;
	width: 300px;
	display: block;
	}
	
.error {
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px #FF0000 solid;
	border: 1px #0000FF ridge;
	width: 175px;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;

}

.ok {
	background-image: url(../images/ok.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px #0000FF ridge;
	width: 175px;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;

}

.working {
	background-image: url(../images/working.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px #0000FF ridge;
	width: 175px;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;
	
}

.validate {
	background-image: url(../images/validate.gif);
	background-repeat: no-repeat;
	background-position: right;
	border: 1px #0000FF ridge;
	width: 175px;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;
	
}


.handout_text {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-bottom: 10px;
	font: 10px Tahoma, System, Verdana;
	color: #000000;
	font-weight: bold;
}

.small_text {
	font: 9px Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.search_box {
	font: 12px Tahoma, System, Verdana;
	color: #000000;
	border: 1px #999999 solid;
	padding: 10px 10px 10px 10px;
}

.htip {
	display: none;
	width: 500px;
	height: 250px;
	overflow: auto;
	position:absolute;
	border: 1px #0000FF ridge;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.input_field {
	border: 1px #0000FF ridge;
	width: 175px;
	font: 14px Tahoma, System, Verdana;
	padding: 5px 5px 5px 5px;
}

#div_ChangePassword {
		background-color: #FFFFFF;
		color: #0000FF;
		border: 1px #0000FF solid;
		margin: 0px auto;
		position: absolute;
		height: 200px;
		width: 350px;
		display: none;
		padding: 10px;
		overflow:auto;
}

.small_lbl
{
	font-size:12px;
	color: blue;
	font-weight:bold;
	font-family:Tahoma;
}

#div_feedback
{
	width: 200px;
	height: 100px;
	overflow:auto;
	background-color: #EDEDED;
	color: #000000;
	position:absolute;
	font-size: x-small;
}

#div_password_recovery
{
	width: 300px;
	height: 100px;
	overflow:auto;
	background-color: #EDEDED;
	color: #000000;
	position:absolute;
	font-size: x-small;

}