/*
Custom css for custom pages and forms

*/

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333;
	bgcolor:#fff;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#0061AE;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#035389;
}

td {
font-family: Helvetica,Arial,sans-serif;	
font-size: 10pt;	
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 1.5em;
} 
input
{
color: #333;
background: #fee3ad;
border: 1px solid #333
}

.submit input
{
cursor: pointer;	
color: #fff;
background: #0061AE;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #aaa;
width: 470px
}

legend
{
color: #fff;
background: #0061AE;
border: 1px solid #aaa;
padding: 2px 6px
}

#contentWrapper {
width:500px;
border: 0px red solid;
background:#fff;
}

#content {
width:470px;
border: 0px blue solid;
text-align:center;
}

#contentLeft {
float:left;
width:300px;
border: 0px #f00 dashed;
background:#fff;
}

#contentRight {
float:right;
align:relative;	
width:150px;
border: 0px #f00 dashed;
background:#fff;
}
