#tooltip 
{
    z-index: 9999;
    position: absolute;
}

.tooltip {
	background:transparent url(/DesktopModules/Epic_Form_Long/Images/Tooltip-Red-Left.png) no-repeat;
	padding:20px;
	padding-right: 40px;
	width:240px;
	height: 60px;
	color:#900;
	font-size:14px;
}

.tooltipRight {
	background:transparent url(/DesktopModules/Epic_Form_Long/Images/Tooltip-Red-Right.png) no-repeat;
	padding:20px;
	padding-left: 40px;
	width:240px;
	height: 60px;
	color:#900;
	font-size:14px;
}

.ui-datepicker select.ui-datepicker-year {
    width: auto;
}

.lfDisclosureBox {
	clear:left;
	float:left;
	width:20px !important;
	margin:10px 0px 0px 0px;
	text-align:left;
}
.lfDisclosureLabel {
	width:auto; 
	float:left; 	
	text-align: left; 
        padding:5px 0px 0px 10px;
	margin:16px 0px 0px 0px;
}
.clear {
    clear:both;
}


.payportButton
{
    margin-top: 10px;
            display: block;
background: url('/DesktopModules/PaymentPortal/Images/button_app.jpg') no-repeat;
background-position: -0px -0px;
width : 100px;
height: 60px;

    }
    
    .payportMessageArea{color:Red;}



/***** NEW STYLES *****/
.pageContent {
    width: 100%;
    height: auto;
    min-height: 530px !important;
    margin: 2px auto 0px;
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
    -webkit-border-radius:0px 0px 6px 6px;
    border-radius:0px 0px 6px 6px;
}
.pageContent p {
    font-size: 12pt;
}
.payportWrap {
    width:100%;
    float:Left;
    margin:20px 0px;
}
.payportInputArea {
    width:600px;
    margin:0px auto;
    text-align: center;
}
.payportInputArea p {
    margin:10px 0px 0px 70px;
    font-size: 11pt;
}
.payportLabel {
    width:200px;
    clear:left;
    float:left;
    margin:0px 0px 0px 50px;
    text-align: left;
    font-size: 14pt;
    color: #434343;
}
.payportField input {
    width:200px;
    float:left;
    margin:1px 0px 5px 0px;
}
.payportButtonwrapper {
    width: 100%;
    clear: both;
    float: left;
    margin: 38px 0 0;
}

.payportButton {
    width:182px;
    height:45px;
    margin:10px 0px 0px 275px;
    float: left;
    background: url("/DesktopModules/PaymentPortal/Images/rc-button-pay.png");
    background-repeat:no-repeat;
    background-position:left top;
    border: 0 none;
}