/***************************
== structure
***************************/

#wrapper
{
    background-image: none;
}

#leftcol-intro
{
    float: left;
    width: 510px !important; width: 505px;
    margin: 0 30px 0 25px !important; margin: 0 30px 0 20px;
    line-height: 18px;
}

#rightcol-intro
{
    float: right;
    width: 345px;
    margin: 0 25px 0 0;
}

blockquote.yellow, blockquote.purple
{
    width: 315px;
    background-color: #eece84;
    padding: 15px;
    margin: 0;
    margin-top: 10px;
    font-size: 110%;
    line-height: 16px;
}

blockquote.purple
{
    background-color: #9b78a1;
    color: #fff;
}

#homelogin
{
	margin: 0;
	padding: 5px;
	font-size: 100%;
	float:left;
	margin-top: -10px;
}

.proceedbutton
{
    float: left;    
	margin-top: 5px;
}

.inputHome
{
    background: url(/_images/input-bg.gif) repeat-x;
    border: solid 1px #9c79a5;
    margin-bottom: 2px;
	margin-top: 10px;
    float: left;
    width: 180px;
}

#homelogin a{color: #fff;}

fieldset
{
    display: inline;
    width: 210px;
    margin-right: 10px;
    border: solid 1px #e1962f;
    padding: 5px;
    height: 170px;
    float: left;
}

fieldset.left
{
    width: 240px;
}

fieldset.right
{
    width: 180px;
    margin-right: 0;
}

legend
{
    font-weight: bold;
    font-size: 120%;
    color: #e1962f;
}

div.sigbox, div.sigbox_return {
	border: 3px #57074F solid;
	background-color: #F6F6F6;
	width: 305px;
	margin-left: 6px;
	padding: 5px;
}

div.sigbox span, div.sigbox_return span
{
	color: #57074F;
	font-weight: bold;
	font-size: 100%;
}

div.sigbox_return
{
    height: 69px;
    line-height: 11px;
    text-align: center;
}

div.sigbox_return img
{
    margin: 10px 0 0 27px;
}

/**************************************
== Form Styles
**************************************/

label
{
    width: 65px;
    margin-right: 10px;
    float: left;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
}

input.inputText, input.inputTextSmall
{
    height: 15px;
    background: url(/_images/input-bg.gif) repeat-x;
    border: solid 1px #9c79a5;
    margin-bottom: 2px;
    width: 255px;
}

input.inputTextSmall
{
    width: 155px;
}