/****************************************
* Sets layout styles for forms			*
*										*
* Author: Gary Windels					*
* Last revised: 1/5/09					*
*										*
****************************************/


/*= Reset Tags
****************************************/

body {
	margin: 0 0 20px;
}

div,p,h1,h2,h3,h4,h5,h6,ul,ol,table {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

a img {
	border: none;
}

#rightcolumn {
	padding: 10px 20px 0;
}

#canvas .header {
	background: url(images/form-header.png) top left repeat-x #3875AA;
	padding: 20px 20px 0;
}

#canvas .header h1 {
	font-size: 21px;
	padding-bottom: 1em;
	color: #fff;
}


/*= Table Layout
****************************************/

#rightcolumn table th {
	text-align: right;
	vertical-align: top;
	padding: 5px 8px 9px 15px;
}

#rightcolumn table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 15px 9px 8px;
}

#rightcolumn p {
	padding-bottom: 10px;
}

#rightcolumn span.printlink {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
}



/*= Button Layout
****************************************/

#rightcolumn a.fancybutton {
	display: inline-block;
	position: relative;
	height: 23px;
	padding: 3px 17px 0;
	margin-right: 4px;
	background: url(images/ui-smallbutton-right.png) top right no-repeat;
	color: #fff;
	text-decoration: none;
}

#rightcolumn a.fancybutton span {
	display: block;
	width: 12px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/ui-smallbutton-left.png) top left no-repeat transparent;
}

#rightcolumn a.fancybutton:hover {
	background-position: bottom right;
}

#rightcolumn a.fancybutton:hover span {
	background-position: bottom left;
}
