hr {
	border-top:1px solid #6a7b86;
	height:1px;
	margin:20px 0;
}

label {
	float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin-right: 10px;
    text-align: right;
    width: 90%;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
form p{clear: both;}

img {border:none;}


/* Common Styles */
.clearIt {clear:both;}
.boldIt {font-weight:bold;}
.italicIt{font-style:italic;}
.p0 {padding:0} .p10 {padding:10px;} .p20 {padding:20px;}
.pT5 {padding-top:5px;} .pT10 {padding-top:10px;} .pT15 {padding-top:15px;} .pT20 {padding-top:20px;}
.pB0 {padding-bottom:0 !important;} .pB5 {padding-bottom:5px;} .pB10 {padding-bottom:10px;}
.pL5 {padding-left:5px;} .pL10 {padding-left:10px;} .pL20 {padding-left:20px;}
.pR5 {padding-right:5px !important;} .pR10 {padding-right:10px;} .pR20 {padding-right:20px;}
.m0 {margin: 0px !important;}
.mT5 {margin-top:5px;} .mT10 {margin-top:10px !important;} .mT20 {margin-top:20px !important;} 
.mB10 {margin-bottom:10px;} .mB15 {margin-bottom:15px;} 
.m15 {margin:15px;} .m20 {margin:20px;}
.w33p {width:33%} .w34p {width:34%} .w44p {width:44%} .w48p {width:48%} .w50p {width:50%} .w98p {width:98%} .w99p {width:99%}
.w20 {width:20px !important;}  .w60 {width:60px !important;;} .w100 {width:100px !important;} .w160 {width:160px !important;} .w170 {width:170px !important;} .w200 {width:200px !important;} .w260 {width:260px !important;} .w560 {width:560px !important;}
.w100p {width:100% !important;}
.h20 {height:20px !important;} .h30 {height:30px !important;} .hAuto {height: auto !important;}
.colorPurple {color:#600} .colorBlue {color:#06C} .colorGray {color:#6d6d6d;} .colorRed{color:#F00} .colorPink {color:#AE174A} .colorBabyBlue {color:#008b8b} .colorWhite {color: #FFFFFF;}
.fs8 {font-size:8px;} .fs9 {font-size:9px;} .fs12 {font-size:12px;} .fs13 {font-size:13px;} .fs14 {font-size:14px;} .fs16 {font-size:16px;} .fs17 {font-size:17px;}
.lh14 {line-height:14px;} .lh30 {line-height:30px;}
.brdrGrayBdot { border-bottom: 1px dotted #DADADA !important;}
.brdrNone {border:none;}
.brdrBlack {border:1px solid #000;}
.brdrBlackRT {border-right:1px solid #000;}
.fLF {float:left;}
.fRT {float:right;}
.posR {position:relative;}
.posA {position:absolute;}
.posF {position:fixed;}
.dNO {display:none;}
.dBL {display:block;}
.dIN {display: inline;}
.pointer {cursor:pointer}
.taCE {text-align:center;}
.tdN {text-decoration:none; }
.tdU {text-decoration:underline; }
.vaT {vertical-align:top;}

/* Start: Button StyleSheets */
.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url('../images/button.png') repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	}
.button:hover {
	background-position: 0 center;
	}
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
	}
.button.blue { background-color: #2c6da0; }
.button.red { background-color: #e50000; }
.button.green { background-color: #58aa00; }
.button.purple { background-color: #9400bf; }
.button.orange { background-color: #ff9c00; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }

.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

.main-info {background-color: #fff;}
.brdr-lft {  border-left-width: 1px;}

input#gobutton {
    background: #26861e none repeat scroll 0 0;
    border: 1px solid #33842a;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    cursor: pointer;
    font-size: 1.188em;
    padding: 5px 25px;
}
input#gobutton:hover, input#gobutton:focus {
    background-color: #1b7e28;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
}
/* End: Button StyleSheets */