* {
    line-height: 142%;
    font-family: 'open sans',Arial;
    font-size: 13px
}
div.centerParent, td.centerParent {
    text-align: center;
}
div.center, table.center {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.footer {
    border-top: 1px solid #CCCCCC;
}
div.floatLeft {
    float: left;
}
.portrait {
   max-width: 100%;
    max-height: 100%;
    }

div.signInHeader {
    margin-left: 50px;
    height: 50px;
}
div.signUpFloat {
    bottom: 0;
    left: 0;
    margin-left: 0px;
}
div.SignUp {
    margin-top: 0px;
}
div.section {
    margin-bottom: 15px;
}
div.section.last, div.section:last-child {
    margin-bottom: 0;
}
div.row.label, div.section > div.label {
    margin-bottom: 4px;
    font-size: 86%;
}
div.textbox, select {
    width: 320px;
}
div.row, div.section > div {
    margin-bottom: 8px;
}
a.submitBtn	{
	background-color: #CC0000;
	color: #FFFFFF;
    font-weight: normal;
    height: 28px;
    min-width: 6em;
    padding: 3px 12px 5px;
    font-size: 16px !important;
}
a.submitBtn:hover {
    color: #FFFFFF !important;
}
div.row.small, div.section > div.small {
    font-size: 86%;
    margin-bottom: 6px;
}
a.footerlink {
    color: #999999 !important;
}
a, a:visited {
    color: #CC0000;
    text-decoration: none;
    font-size: 12px;
}
a:hover, a:active	{
	color: #CC0000 !important;
}
.prtlBody {
    background-color: #FFFFFF !important;
}
.redLink	{
	color: #CC0000;
    font-size: 16px;
}
}
label {
    color: black;
    padding: 1px 10px;
    position: absolute;
    z-index: 0;
    font-size: 15px;
}
.labelGray { 
	color: gray;
    padding: 1px 10px;
    position: absolute;
    z-index: 0;	 
    font-size: 15px;
}
.labelBlack { 
	color: black;
   padding: 1px 10px;
    position: absolute;
    z-index: 0;	 
    font-size: 15px;
}
.text1 {
    border: 1px solid #AAAAAA;
    height: 28px;
    padding: 0 5px;
    font-size: 13px;
}
.textBox1 {
    border: 1px solid #AAAAAA;
    padding: 0 5px;
    font-size: 13px;
}
.submitBtn	{
	background-color: #CC0000;
	color: #FFFFFF;
    font-weight: normal;
    min-height: 28px;
    padding: 2px;
    font-size: 16px !important;
    padding: 2px 10px;
    border: none;
    pointer: cursor;
}

.submitBtn:hover {
    color: #FFFFFF !important;
    
}