fieldset.form input
{
	width: 200px;
    font-size: 11px;
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/ 
    /*background: #cccccc;*/
	margin: 2pt 0px;
}

fieldset.form .noborder input
{
		width: 20px; 
    font-size: 11px; 
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    /*background: #cccccc;*/
	margin: 2pt 0px;
}

.rightColumn
{
	margin-left: 160px;
	margin-bottom: 5px;
	display: block;
}

.rightColumnAlert
{
	color: red;
	margin-left: 200px;
	margin-top: 20px;
	display: block;
}

fieldset.form textarea
{
	margin: 2pt 0px;
}


.spaced
{
	margin: 2pt 0px;
	display: block;
}


.errorLabel
{
	color: Red;
}

.formLabel
{
	display: block;
    width: 160px;
    float: left;
    text-align: left; 
}

.formMiniLabel
{
	display: block;
    width: 100px;
    float: left;
    text-align: left; 
}

.SectionHead
{
	margin-bottom: 1em;
	margin-top: 1em;
	display: block;
	font-weight: bold
}



select.form
{
    font-size: 11px;
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    margin: 2pt 0px;
    /*background: #cccccc;*/
    width: 160px;
}

#TermsAgreedTo
{
	background: white;
}

/*hr
{
    position: static;
    height: 2px;
    width: auto;
    text-indent: 0px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: block;
    border-top: solid 1px #ccc;
    font-size: medium;
}*/


input.button,
fieldset.form input.button
{
    background: transparent url(../images/buttons/button_122.gif) no-repeat scroll 0pt 100%;
    text-transform: uppercase;
    padding: 5px 5px 6px 5px !important;
    color: #606060;
    border: 0pt none;
    font-size: 90%;
    width: 122px;
    height: 23px;
    margin-left: 160px;
    margin-top: 20px;
    /*line-height: 16px;*/
}


input.button2,
fieldset.form input.button2
{
    background: transparent url(../images/buttons/button_122.gif) no-repeat scroll 0pt 100%;
    text-transform: uppercase;
    padding: 5px 5px 6px 5px !important;
    color: #ffffff;
    border: 0pt none;
    font-size: 90%;
    width: 122px;
    height: 23px;
    margin-left: 200px;
    margin-top: 20px;
    /*line-height: 16px;*/
}

input.archivebutton,
fieldset.form input.archivebutton
{
    background: transparent url(../images/buttons/button_122.gif) no-repeat scroll 0pt 100%;
    text-transform: uppercase;
    padding: 5px 5px 6px 5px !important;
    color: #606060;
    border: 0pt none;
    font-size: 90%;
    width: 122px;
    height: 23px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    /*line-height: 16px;*/
}

/*
input.button
{
	background-color: #AAA;
    text-transform: uppercase;
    padding: 5px 5px 5px 5px;
    color: #606060;
    border: 0pt none;
    font-size: 90%;
}
*/

/*u
{
    text-decoration: underline;
}*/

span.checkbox input
{
    margin-right: 0.5em;
    border: 0;
    width: auto;
}

/*ul
{
list-style-type: disc;
margin-top: 0.5em;
padding-left: 40px;
}

li
{
display: list-item;
list-style-type: disc;
}*/


/* A simple menu - used on MyProfile */

    
    div.SimpleMenu
    {
        background-color:#EFF2F3;
        color:#555555;
        float:right;
        height:100%;
        width:300px;
        /*border-left: solid 20pt white;*/
    }
    
    div.SimpleMenu div input
    {
		    padding:10px 14px 5px;
text-transform:uppercase;
background-color:#EFF2F3;
color:#0688BF;
width: 100%;
text-align: left;
border: 0pt none;
font-size:96%;
 cursor: pointer;
border-bottom:1px solid #58595B;
    }
    
    div.SimpleMenu div.active input
    {
background:#BFD3DB none repeat scroll 0%;
color:#000000;
    }
    
    #profileBody
    {
		float: left;
		width: 500px;
    }