@charset "UTF-8";
/* CSS Document */
/*********************************************
File Download Example Definitions
*********************************************/
#textblock {
	padding: 10px;
	width: 600px;
	background-color: #FFFFFF;
	color: #818286;
	margin-top: 2em;
	min-height:350px;
	height:auto !important;
	height:350px;
}

h3 a {
color:#333333;
}

/* form.css */


.cssform fieldset{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	height: 1%;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: gray;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px;
}

.cssform input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 280px;
}

.cssform textarea{
	width: 280px;
	height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.cssform h4 {
	color: #FF0000;
	font-size: 1.2em;
}

