	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
			cursor:pointer;
		}
			#debugMode{
				background:#000;
				position:fixed;
				width:100%; height:200px;
				top:0; left:0;
				overflow:scroll;
				opacity:0.8;
				display:block;
				padding:10px;
				color:#fff;
				font-size:14px;
				z-index:100000;
			}
		
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-top:28px;}
        #cboxTitle{position:absolute; top:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; top:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; top:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; top:0; left:0px; background:url(/images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; top:0; left:27px; background:url(/images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:0; right:0; background:url(/images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/*Grid*/
.ui-jqgrid {position: relative; font-size:11px;}
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0px; top: 0px; padding: .0em;}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; border-left: 0px none;border-right: 0px none; border-top: 0px none;}
.ui-jqgrid .ui-jqgrid-title { float: left; margin: .1em 0 .2em; }
.ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px;}.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0em;padding: 0em; overflow-x: hidden; overflow-y: auto; border-left: 0px none !important; border-top : 0px none !important; border-right : 0px none !important;}
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
.ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0em;}
.ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:17px;}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0px none;border-bottom : 0px none;}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0px none;}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0px none;}
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
.ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
.ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
.ui-jqgrid .ui-icon-desc {margin-top:3px;height:12px;}
.ui-jqgrid .ui-i-asc {margin-top:0px;height:16px;}
.ui-jqgrid .ui-i-desc {margin-top:0px;margin-left:13px;height:16px;}
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;}
.ui-jqgrid tr.ui-search-toolbar th { border-top-width: 1px !important; border-top-color: inherit !important; border-top-style: ridge !important }
tr.ui-search-toolbar input {margin: 1px 0px 0px 0px}
tr.ui-search-toolbar select {margin: 1px 0px 0px 0px}
/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0em; padding:0; overflow: auto; text-align:left;}
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0em;}
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid;}
.ui-jqgrid tr.jqgroup td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0px; border: 0px none;}
.ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none;	border:0 none;}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {position: relative; margin: 0em;padding: 0em; overflow: hidden; border-left: 0px none !important; border-top : 0px none !important; border-right : 0px none !important;}
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0em;}
.ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 21px;padding: 0 2px 0 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;}
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager { border-left: 0px none !important;border-right: 0px none !important; border-bottom: 0px none !important; margin: 0px !important; padding: 0px !important; position: relative; height: 25px;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .ui-pager-control {position: relative;}
.ui-jqgrid .ui-pg-table {position: relative; padding-bottom:2px; width:auto; margin: 0em;}
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:1px;}
.ui-jqgrid .ui-pg-button  { height:19px !important;}
.ui-jqgrid .ui-pg-button span { display: block; margin: 1px; float:left;}
.ui-jqgrid .ui-pg-button:hover { padding: 0px; }
.ui-jqgrid .ui-state-disabled:hover {padding:1px;}
.ui-jqgrid .ui-pg-input { height:13px;font-size:.8em; margin: 0em;}
.ui-jqgrid .ui-pg-selbox {font-size:.8em; line-height:18px; display:block; height:18px; margin: 0em;}
.ui-jqgrid .ui-separator {height: 18px; border-left: 1px solid #ccc ; border-right: 1px solid #ccc ; margin: 1px; float: right;}
.ui-jqgrid .ui-paging-info {font-weight: normal;height:19px; margin-top:3px;margin-right:4px;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {padding:1px 0;float:left;list-style-image:none;list-style-position:outside;list-style-type:none;position:relative;}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button { cursor:pointer; }
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span.ui-icon {float:left;margin:0 2px;}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea { margin: 0em;}
.ui-jqgrid td textarea {width:auto;height:auto;}
.ui-jqgrid .ui-jqgrid-toppager {border-left: 0px none !important;border-right: 0px none !important; border-top: 0px none !important; margin: 0px !important; padding: 0px !important; position: relative; height: 25px !important;white-space: nowrap;overflow: hidden;}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
.ui-jqgrid .ui-subgrid {margin:0em;padding:0em; width:100%;}
.ui-jqgrid .ui-subgrid table {table-layout: fixed;}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {height:18px;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
.ui-jqgrid .ui-subgrid td.subgrid-data {border-top:  0px none !important;}
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0px 0px 1px 0px;}
.ui-jqgrid .ui-th-subgrid {height:20px;}
/* loading */
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important;}
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {border-left: 0px none;	border-right: 0px none;	height : 21px;overflow: hidden;	}
/*Modal Window */
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative;  }
.ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; } 
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute;  top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }

.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
.ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {margin: 0px;}
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0em;}
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0em;}
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0em;}
.EditTable td textarea { width:auto; height:auto;}
.ui-jqdialog-content td.EditButton {text-align: right;border-top: 0px none;border-left: 0px none;border-right: 0px none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content td.navButton {text-align: center; border-left: 0px none;border-top: 0px none;border-right: 0px none; padding-bottom:5px; padding-top:5px;}
.ui-jqdialog-content input.FormElement {padding:.3em}
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0px none;}

.ui-jqdialog-content .CaptionTD {text-align: left; vertical-align: middle;border: 0px none; padding: 2px;white-space: nowrap;}
.ui-jqdialog-content .DataTD {padding: 2px; border: 0px none; vertical-align: top;}
.ui-jqdialog-content .form-view-data {white-space:pre}
.fm-button { display: inline-block; margin:0 4px 0 0; padding: .4em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fm-button-icon-left { padding-left: 1.9em; }
.fm-button-icon-right { padding-right: 1.9em; }
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0px none;}
/* Tree Grid */
.ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
.ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
.ui-jqgrid .tree-plus {position: absolute;	height: 18px; width: 18px;	overflow: hidden;}
.ui-jqgrid .tree-leaf {position: absolute;	height: 18px; width: 18px;overflow: hidden;}
.ui-jqgrid .treeclick {cursor: pointer;}
/* moda dialog */
.jqmOverlay { background-color: #000; }
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {float:right;margin: .1em 0 .2em; }
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0px;}
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0px -1px -3px;}
.ui-jqgrid .ui-sort-rtl {left:0px;}
.ui-jqgrid .tree-wrap-ltr {float: left;}
.ui-jqgrid .tree-wrap-rtl {float: right;}
.ui-jqgrid .ui-ellipsis {text-overflow:ellipsis; -moz-binding:url('ellipsis-xbl.xml#ellipsis');}
.ui-searchFilter { display: none; position: absolute; z-index: 770; overflow: visible;}
.ui-searchFilter table {position:relative; margin:0em; width:auto}
.ui-searchFilter table td {margin: 0em; padding: 1px;}
.ui-searchFilter table td input, .ui-searchFilter table td select {margin: 0.1em;}
.ui-searchFilter .ui-state-default { cursor: pointer; }
.ui-searchFilter .divider hr {margin: 1px; }

/* reset everything */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img, body, html {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

body {
    color: #000;
    background-color: #fff;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, option, p, blockquote, table, th, tr, td {
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* IE 6 png fix */
img {
    behavior: url(/stylesheets/iepngfix.htc)
}

.clear {
    clear: both;
}

.cvv_definition img {
    z-index: 9999;
}

/* ---- JQUERY-UI ---- */

.ui-widget {
    z-index: 5000;
}

.ui-widget-content {
    font-size: 10pt;
}

.ui-datepicker {
    font-size: 8pt;
}

#ui-dialog {
    z-index: 5200;
}

#dialog {
    z-index: 5500;
}

#dialog p {
    margin-bottom: 0.5em;
}

.ui-widget-overlay {
    z-index: 4500;
    /* overflow: auto; */
}

/* -------- FORMS -------- */

.niceform fieldset {
    border: 1px solid #B5B8C8;
    padding: 0.25em 0.5em 0.5em 0.5em;
    margin-bottom: 1em;
}

.niceform label {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 0.2em;
    width: 8em;
}

.niceform div.form_item, .niceform fieldset div.form_item {
    padding: 0.2em;
    margin: 0;
    _padding: 0;
}

.niceform fieldset legend {
    font-size: 0.9em;
    color: #15428b;
    font-weight: bold;
    /* _margin: 0 -1em; /* IE Win */
}

.niceform fieldset fieldset {
    border: none;
    margin: 3px 0 0;
}

.niceform fieldset fieldset legend {
    padding: 0 0 0.2em;
    font-weight: normal;
}

.niceform fieldset fieldset label {
    display: block;
    width: auto;
}

.niceform fieldset fieldset label {
    margin-left: 8.5em;
}

.niceform div.buttons {
    clear: both;
    text-align: center;
    width: 100%;
}

.niceform .check_column {
    margin: 0.5em 0;
}

.niceform_text_area div label {
    vertical-align: top;
}

input[disabled=disabled] {
    background: #f2f2f2;
}

/*\*//*/
.niceform legend {
	display: inline-block;
}
/* IE Mac legend fix */

/* -------- BUTTONS -------- */

.nice_button, a.nice_button, a.nice_button:hover, a.nice_button:active, a.nice_button:visited {
    background: transparent url(/images/buttons/button_gradient.gif) no-repeat;
    color: #444;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    /*	width: 6em;*/
    /*	padding: 0.1em;*/
    padding: 0.1em 1em;
    margin: auto;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.nice_button_selected, a.nice_button_selected, a.nice_button_selected:hover, a.nice_button_selected:active, a.nice_button_selected:visited {
    background: transparent url(/images/buttons/button_gradient_selected.gif) no-repeat;
    color: #444;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    /*  width: 6em;*/
    /*  padding: 0.1em;*/
    padding: 0.1em 1em;
    margin: auto;
    text-align: center;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    cursor: text;
}

.bg_gradient {
    background: transparent url(/stylesheets/brands/common/gray_gradient.jpg) repeat-x;
}

.clear_all {
    clear: both;
}

.big_topic {
    margin: 20px;
    color: #576166;
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    font-weight: bold;
}

.big_topic2 {
    padding: 10px 10px 0px 20px;
    color: #576166;
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    font-weight: bold;
}

.big_topic_list {
    margin: 0 25px 10px;
    font-size: 12px;
}

.medium_topic {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #576166;
    border-bottom: 1px solid #576166;
    background: url(/stylesheets/brands/common/gray_gradient.jpg) repeat-x;
    background-position: 0px -150px;
    height: 30px;
    font-family: Verdana;
    width: 200px;
    line-height: 30px;
    margin-bottom: 15px;
}

.big_topic_list .medium_topic {
    border-bottom: 1px solid #adadad;
    border-top: 0;
    text-align: left;
    width: 100%;
    color: #576166;
}

.big_topic_list ul {
    margin-left: 25px;
}

.small_topic {
    margin: 5px 5px 0px 25px;
    color: #576166;
    border-bottom: 1px solid #adadad;
    font-size: 12px;
    font-weight: bold;
}

.box_message {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 2px 10px 2px 10px;
    margin: 10px;
}

.column_block {
    float: left;
    width: 225px;
    padding-left: 20px;
    height: 300px;
    border-right: 1px solid #adadad;
}

.column_block_image {
    width: 200px;
    height: 70px;
    padding-bottom: 1px;
}

.column_block_list ul li {
    padding-bottom: 12px;
    line-height: 8pt;
}

.standard_link a {
    color: #576166;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
}

.standard_link a:hover {
    text-decoration: underline;
}

#preloadedImages {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/images/buttons/button_gradient_selected.gif);
}

#preloadedGoGreenImage {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/images/buttons/go_green.png);
}

#preloadedGoGreyImage {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/images/buttons/go_grey.png);
}

#preloadedCheckboxOnImage {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/images/buttons/checkbox_on.png);
}

#preloadedCheckboxOffImage {
    width: 0px;
    height: 0px;
    display: inline;
    background-image: url(/images/buttons/checkbox_off.png);
}

#offsite_errors {
    display: none;
}

.small_detail {
    font-size: 10px;
    padding-left: 10px;
}

.small_detail_indented {
    font-size: 10px;
    padding-left: 35px;
}

.field_help {
    position: relative;
    right: 15px;
    top: 3px;
    float: left;
    width: 0px
}

.hidden_input {
    height: 0;
    width: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: -10px;

}

#swipe_reset:hover {
    cursor: pointer;
}

/* -------- SPRITES -------- */
.icons {
    background: url(/images/icons/sprite_icons.png) no-repeat top left;
    float: left;
    margin-right: 5px;
}

.inline_icons {
    background: url(/images/icons/sprite_icons.png) no-repeat top left;
    display: inline;
    padding-right: 16px;
    margin-right: 5px;
}

.loading {
    background: url(/images/loading.gif) no-repeat top left;
    padding-top: 16px;
}

/* -------- PAYMENT NEW -------- */
#payment_form .instructions {
    padding: 0.5em;
    border: 1px solid silver;
    background-color: #cfcfcf;
}

#payment_form .form_item.detach_documents label, #payment_form .form_item.detach_documents input, .popup_payment_fields .form_item.detach_documents label, .popup_payment_fields .form_item.detach_documents input {
    margin-top: 1em;
    vertical-align: bottom;
}

#payment_form .form_item input[type=text], #payment_form .form_item select, .popup_payment_fields .form_item input[type=text], .popup_payment_fields .form_item select {
    width: 16em;
}

#payment_form .form_item input[type=checkbox], .popup_payment_fields .form_item input[type=checkbox] {
    vertical-align: bottom;
}

#payment_form .form_item.expiration select, .popup_payment_fields .form_item.expiration select, .expiration select {
    width: 7em;
}

.payment_item {
    padding: 0.25em;
    margin: 0.5em 0;
}

.payment_item img {
    vertical-align: bottom;
}

.form_item.detach_documents label, .form_item.detach_documents input {
    margin-top: 1em;
    vertical-align: middle;
}

#documents tr th, #payments tr th, #related_payments tr th {
    padding: 0.25em 0.5em;
    font-weight: bold;
}

#documents tr th.amount_due {
    text-align: right;
}

#documents tr th.amount_paid, #related_payments tr th.amount_paid {
    text-align: right;
}

#documents tr td, #payments tr td, #related_payments tr td {
    padding: 0.25em 0.5em;
}

#documents tr td.description, #related_payments tr td.id {
    width: 22em;
    overflow: hidden;
}

#payments tr td.summary {
    width: 14em;
    overflow: auto;
}

#payments tr td.payment_id {
    width: 6em;
    height: 4em;
}

#payments tr td.status {
    width: 6.5em;
}

#documents tr td.description span {
    display: inline-block;
    display: -moz-inline-block;
}

#payments tr td.description {
    width: 12em;
}

#documents tr td.amount_due {
    width: 8em;
    text-align: right;
}

#documents tr td.amount_paid, #related_payments tr td.amount_paid {
    width: 8em;
    text-align: right;
}

#documents tr td.payment {
    width: 36em;
    vertical-align: middle;
}

#documents tr td.payment .payment_summary {
    width: 22em;
}

#payments td * {
    vertical-align: middle;
}

td.payment .payment_fields label, #single_payment.payment_fields label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
    padding-bottom: 0.2em;
    width: 8em;
    margin-left: 0;
}

#payment_form .line_item_desc {
    padding-left: 36px;
}

#payment_confirm_form.niceform fieldset fieldset label, #single_payment fieldset .form_item label {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 8.5em;
    margin-left: 2em;
}

#recurring_container {
    /*padding: 0 2em;*/
}

p.inset_description {
    margin: 0.5em 0;
    padding: 2px;
    border: 1px solid silver;
    background-color: #cfcfcf;
}

#single_payment .recurring_fields label, #single_payment .recurring_fields .form_item label {
    margin-left: 0;
}

#schedule_limit_section {
    padding: 0.5em;
}

#installments {
    padding: 0.2em 0;
}

label.required:after {
    content: ' *';
}

.validated_input_wrapper {
    display: inline-block;
    display: -moz-inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
}

#login_form {
    display: block;
}

.profile_selector {
    width: 24em;
}

.has_errors {
    color: #ff0000;
}

.payment_swipe {
    padding-left: 11em;
}

.swipe_link, .swipe_reset {
    font-size: 0.8em;
}

.swipe_link {
    font-weight: bold;
}

#scheduled #installments {
    padding-left: 1em;
}

#payment_receipt_logo {
    display: none;
}

#balance_area {
    padding: 25px 0 15px;
    margin: 10px;
    background-color: #F6F6F6;
    border: 1px solid #225B82;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#balance_profiles .ext_style {
    font-size: 12px;
}

#balance_header {
    padding-left: 20px;
    border-bottom: 4px solid #E0E0E0;
    font-size: 25px;
    color: #576166;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#balance_details label {
    width: 140px;
}

#balance_details .headline {
    font-weight: bold;
}

#balance_details {
    padding-top: 10px;
    padding-bottom: 10px;
}

#balance_details div, #balance_profiles div {
    padding: 3px 0 3px 20px;
    color: #000;
}

#balance_details span {
    padding-bottom: 0.2em;
    display: inline-block;
}

#saved_balance_profiles div {
    margin-left: 10px;
}

.balance_buttons {
    margin-left: 25px;
    padding-top: 10px;
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #000;
    padding: 2px 5px;
    color: #fff;
    display: none;
}

#disclaimer_message_area {
    margin: 5px 25px;
}

#disclaimer_message_area p {
    margin: 10px 20px;
}

/* -------- JQUERY CHOSEN TWEAKS -------- */

.chzn-selector .chzn-container {
    margin-left: -5px;
}

.chzn-selector .chzn-select {
    min-width: 215px;
}

/* -------- SIGNATURES -------- */
@font-face {
    font-family: 'Meddon';
    src: url('fonts/meddon-webfont.eot');
    src: url('fonts/meddon-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/meddon-webfont.woff') format('woff'), url('fonts/meddon-webfont.ttf') format('truetype'), url('fonts/meddon-webfont.svg#meddonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lMeddon';
    src: local('Meddon'); /* Have to use local font or wvhtmltopdf won't find it */
    font-weight: normal;
    font-style: normal;
}

.signature {
    font-family: 'lMeddon', 'Meddon', cursive;
    font-size: 24px;
}

/* -------- REG E -------- */
#reg_e_content ul {
    list-style-type: disc;
    list-style-position: inside;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center; /* IE6: needed for to center main div */
}

#system_notice {
  margin: auto;
  padding: 10px 20px 10px 20px;
  border: 1px solid gray;
  background-color: #EEEC50;
  width: 460px;
  text-align: center;
}

#system_notice h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

#head {
  margin: 0;
  padding:0;
}

#outercontainer {
  margin: auto;
  padding: 0;
  /* height: 100%; */
}

#container {
  position:relative; /* needed for footer positioning*/
  margin: auto;
  height: auto;
  min-height: 825px;
  _height: 100%; /* IE6: treated as min-height*/
  text-align: left; /* IE6: needed to put all text back to normal from IE6 html,body hack */
  background-color: #ffffff;
}

#innercontainer {
  background-color: #FFFFFF;
}

div {
  background-color: transparent;
}

#logo {
  padding: 0;
  margin: 0;
  border: 0;
}

#content {
  padding:0 0 15px; /* bottom padding for footer */
}

#menu ul{
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

#menu li {
  padding: 5px 10px 5px 10px;
  display: inline;
  list-style: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
}

#menu li a {
  text-decoration: none;
  color: #FFFFFF;
}

#cons_logoff {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  float: right;
  padding-right: 10px;
}

#cons_logoff a{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;

}

#footer {
  position:absolute;
  width:100%;
  bottom: 0px; /* stick to bottom */
  left: 0px;
}

#powered_by {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
}

.standard_link a {
  color: #225B82;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}

.standard_link a:hover {
  text-decoration: underline;
}

.clickable {
  color: #225B82;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}

.clickable:hover {
  text-decoration: underline;
  cursor: pointer;
}


.ui-jqgrid tr.ui-row-ltr td {
  border-right: none;
}

.ui-jqgrid tr.jqgrow td {
  border-bottom: 1px solid #eee;
}

/*# -------- FLASH MESSAGES ------- #*/

#message_area {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.flash {
  padding: 0.5em;
  margin: auto;
  width: 30em;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.flash ul {
  list-style-type: disc;
  margin: 0.5em 0 0 2em;
}

.notice, .message {
  border: 2px solid green;
  background-color: #f0fff0;
  color: green;
}

.warning, .error {
  border: 2px solid red;
  background-color: #fff0f0;
  color: red;
}

.small_font {
  font-size: 14px;
}

.ext_style {
  font:normal 12px arial, tahoma, helvetica, sans-serif;
}

#logo_space {
  position: relative;
  z-index: 100;
  width: 175px;
  height: 100%;

}

.niceform .check_box_span label {
  width: 500px;
  padding-left: 10px;
}

/************************/
/* Page Specific Styles */
/************************/

/******************/
/* Multiple Pages */
/******************/

#sidebar_help_text {
  display: none;
}

.cons_top_title, .nice_tb_button {
  margin: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #576166;
  display: block;
}

#cons_top_block, #nice_toolbar {
  position: relative;
  color: #576166;
  padding: 20px;
}

.cons_top_content, #innercontainer .inset_description {
  position: relative;
  margin: 5px;
  border-top: 1px solid #576166;
  border-bottom: 1px solid #576166;
  background: url(/stylesheets/brands/common/gray_gradient.jpg) repeat-x;
  background-position: 0px -150px;
}

.cons_top_content {
  font-size: 14px;
  font-weight: bold;
}

#innercontainer .inset_description {
  padding: 5px;
  font:normal 12px arial, tahoma, helvetica, sans-serif;
}

.cons_top_content div {
  padding: 5px 5px 5px 5px;
}

#cons_top_name{
  margin-left: 25px;
}

.cons_center_content, #padded_content {
  margin: 0 25px 0 25px;
}

.niceform fieldset {
  border: 0px none;
  border-top: 1px solid #B5B8C8;
  text-align: left;
}

.ext_grid {
  padding: 0 25px 25px 25px;
}

.ext_grid_nopadding {
  padding: 0;
}

.fieldWithErrors input{
  display: inline;
  border: 3px groove red;
}

/*.fieldWithErrors_required input{
    border: 3px groove red;
}*/

.form_item_container {
  padding: 5px 0 5px 0;
}

.form_item_container div{
  display: inline;
}

/*
.form_item label {
  width: 10em;
}
*/

.form_errors {
  color: red;
  font-weight: bold;
}

.page_message {
  text-align: center;
  font-weight: bold;
  color: #576166;
  position: relative;
}

.page_message p {
  line-height: 1.5em;
}

.text_focus {
  font-weight: bold;
}

.color_focus {
  font-weight: bold;
  color: green;
}

.legend_color {
  color: #15428B;
}

.nice_consumer_box {
  padding: 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

/******************/
/* Documents Page */
/******************/

.document_image {
   height: 14px;
   width: 14px;
   border: 0;
}

#document_page {
  padding-bottom: 50px;
}

#document_options {
  padding-bottom: 0px;
}

#payment_selection {
  float:left;
  margin-bottom: 5px;
  margin-right: 5px;
}

#document_selection {
  float:left;
  margin-bottom: 5px;
}

#document_grouping {
  float:right;
}

#document_search {
    float:right;
    margin-right: 0.5em;
    margin-bottom: 5px;
}

.ext_grid_image {
  text-align: center;
}

.ext_grid_image.clickable:hover {
  text-decoration: none;
}

p.consumer_file_attachment {
  margin: 0.5em;
}

p.consumer_file_attachment img {
  vertical-align: bottom;
}

#document_grids {
  text-align: center;
  margin: 0 2em;
}

#document_grids .ui-jqgrid {
  margin-top: 1em;
}

/**************/
/* Login Page */
/**************/

#login_area {
  border-bottom: 1px solid #adadad;
  border-top: 1px solid #adadad;
  min-width: 0;
  position: relative; /* IE peekaboo fix */
}

#login_form {
  padding: 10px;
  width: 240px;
}

#login_fieldset {
  border-right: 0px;
  border-left: 0px;
  width: 225px;
}

#login_links_area {
  padding: 0 10px 10px 10px;
  width: 240px;
  text-align: center;
}

#login_links {
  margin: auto;
  padding: 0px 0px 3px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 175px;
  text-align: center;
}

#login_links div {
  padding: 0px 0px 3px 0px;
}

#login_links div a {
  font-family: Verdana;
  text-decoration: none;
}

#forgot_password a {
  color: #576166;
  font-size: 10px;
  font-weight: bold;
}

#register_user a {
  color: #576166;
  font-size: 10px;
  font-weight: bold;
}

#login_links div a:hover {
  text-decoration: underline;
}

#login_fieldset label {
  width: 75px;
}

#login_fieldset input {
  width: 125px;
}

#login_message_area {
  float: right;
  width: 690px;
  margin: 10px 15px;
  position: relative; /* IE peekaboo fix */
}

#login_message {
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #ADADAD;
}

.login_message_links a {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #576166;
}

#login_content {
  position: relative; /* IE peekaboo fix */
}

#first_block .column_block_image {
  background: url(/stylesheets/brands/common/frontpage.jpg) no-repeat 0;
}

#second_block .column_block_image {
  background: url(/stylesheets/brands/common/frontpage.jpg) no-repeat -200px;
}

#third_block .column_block_image {
  background: url(/stylesheets/brands/common/frontpage.jpg) no-repeat -400px;
}

#fourth_block .column_block_image {
  background: url(/stylesheets/brands/common/frontpage.jpg) no-repeat -600px
}

#fourth_block {
  border-right: 0;
}

#onetime {
  text-align:center;
  border-top: 1px solid #adadad;
  padding: 10px;
  width: 240px;
}

.password_registration {
  text-align:center;
  border-top: 1px solid #adadad;
  padding: 10px;
  width: 240px;
}

#hackersafe_logo {
  position: absolute;
  bottom: 1px;
  right: 1px;
}

/********/
/* Info */
/********/

#info_page {
  margin-bottom: 35px;
}

.info_topic {
  margin: 15px 5px 5px 20px;
  color: #576166;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.question {
  margin: 0px 5px 0px 25px;
  color: #576166;
  font-size: 12px;
  font-weight: bold;
}

.answer {
  margin: 0px 5px 0px 35px;
  color: #000000;
  font-size: 12px;
}

/****************/
/* Contact Page */
/****************/

#contact_form label {
  width: 8em;
}

#contact_form input, #contact_form textarea {
  width: 325px;
}

/*******************/
/* Enrollment Page */
/*******************/
#enrollment_fields label {
  width: 10em;
}

#login_return {
    margin: 15px 5px;
}

#login_return span img{
  vertical-align: top;
}

#enrollment_form_nice_box {
  float: left;
  width: 375px;
  padding: 15px;
  background-color: #FFF;
  /*border: 1px solid #CCCCCC;*/
  min-height: 150px;
  margin: 0 10px 25px 10px;
}

#enrollment_authorization {
  width: 450px;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
  font-weight:bold;
}

/****************/
/* Profile Page */
/****************/
.correspondence_area {
  line-height: 25px;
  width: 600px;
}

.correspondence_area span {
  padding: 0 5px 0 5px;
  float: left;
}

.correspondence_area .trailing_input {
  float: right;
}

/***********************/
/* Password Reset Page */
/***********************/
#security_field {
  margin-left: 10em;
}

/************************/
/* Onetime Payment Page */
/************************/
.onetime_fields label {
  width: 12em;
}
/************************/
/* Payment Confirm Page */
/************************/
#confirm_payment_profile {
  margin-bottom: 10px;
  font-weight: bold;
}

.ext_user_icon {
  background: url(/images/icons/user.png) no-repeat;
}

div.datepicker {
  position: absolute;
}

div.datepicker table tbody tr td {
  font-size: 11px;
}

#payment_authorization {
  width: 450px;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
  font-weight:bold;
}

/************************/
/* Payment Profile Page */
/************************/
#payment_schedule_area, #payment_trigger_area, #payment_postdated_area{
  margin-top: 50px;
}


/*************************/
/* Payment Schedule Page */
/*************************/
#schedule_form_nice_box {
  float: left;
  width: 375px;
  padding: 0 15px;
}

#trigger_form_nice_box {
  float: left;
  width: 375px;
  padding: 0 15px;
}

.divider {
  float:left;
  width: 20px;
}

#top_line {
  margin-left: 50%;
  border-left: 1px solid #000000;
  height:50px;
}

#bottom_line {
  margin-left: 50%;
  border-left: 1px solid #000000;
  height:500px;
}

#schedule_form_nice_box .nice_consumer_box{
    margin-bottom: 20px;
}

#trigger_form_nice_box .nice_consumer_box{
    margin-bottom: 20px;
}

#schedule_radio_button {
  float: left;
  width: 350px;
  padding: 0 25px;
}

#trigger_radio_button {
  float: left;
  width: 350px;
  padding: 0 25px;
}

/*************************/
/* Payment History Page */
/*************************/

#payments_grid_container {
  text-align: center;
  margin: 1em 2em;
}

#balance_area {
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.balance_title {
  width: 100%;
  font-size: 25px;
}

.balance_total {
  font-size: 16px;
}

#negotiation_area {
  text-align: center;
}

.offer_area {
  text-align: center;
}

#offer_area_information {
  text-align: left;
  padding: 5px;
}

#offer_option_information {
  text-align: left;
}

#offer_disclaimer {
  padding: 5px;
}

.offer_accepted {
  color: green;
  font-weight: bold;
}

.offer_declined {
  color: red;
  font-weight: bold;
}

.offer_box {
  float: left;
  width: 22%;
  text-align: center;
  background-color: #FFFFCC;
  margin: 10px;
  border: 1px solid #225B82;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.offer_header {
  font-weight:bold;
}

.offer_main {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background-color: #225B82;
  color: #FFFFFF;
}

.offer_details {
  min-height: 75px;
}

.offer_limit_value {
  font-size:18px;
}

.offer_details {
  text-align: center;
}

.offer_submit_accept {
  vertical-align: bottom;
  padding: 10px 0;
}

.offer_total_amount {
  font-weight: bold;
}

.balance_offer_amount {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  padding-left: 5px;
}

.offer_description {
  background-color: #EFEFEF;
  font-weight: bold;
  font-size: 16px;
}

#previous_offer_display {
  padding: 5px 10px;
  font-weight: bold;
}

#negotiation_offer_result {
  padding: 5px 10px;
}

#textpay_prompt, #new_payment_profile_prompt {
  margin: 0.5em;
}
