BODY
{
	font-family:verdana, arial, helvetica, sans-serif;
}
.tabHolder{
   
    width: 900px;
}
.tabHeading{
    float:left;
    width: auto;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    background: #fff;
}
.tabHeading a{
    text-decoration: none;
    color: #000;
}

.act{
    border: 1px solid #ccc;
    border-bottom: none;
	text-decoration:underline;
	
}
.tabContentHolder{
    border: 1px solid #CCCCCC;
   
    margin-top: -1px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 900px;
    background: #fff;
    z-index: 1;
}
.wrrapper{
    margin: 0 auto;
    width: 1000px;
}
.contentWrrapper{
    float: left;
    width: 96%;
    margin-left: 0%;
}
.inputFieldsHolder{
float: left;
width: 36%;
}
.inputFieldsHolderSmall{
float: left;
width: 26%;
}
.inputFieldsHolder label{
    float: left;
    width: 30%;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.inputFieldsHolder input[type="text"]{
    border: 1px solid #CCCCCC;
    float: left;
    height: 25px;
    padding: 3px;
    width: 50%;
}
.inputFieldsHolder select{
   border: 1px solid #CCCCCC;
    float: left;
    height: 24px;
    width: 50%;
}
.inputFieldsHolder p{
    color: #000000;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 68%;
}
.mtop10{
    margin-top: 10px;
}
.dateHolder{
    float: left;
    width: 38%;
}
.date{
    float: left!important;
    width: 20%!important;
    margin-right: 0px!important;
    height: 24px!important;
   
}
.year{
    float: left!important;
    width: 24%!important;
    height: 24px!important;
   
}
.cardVerificationNumber{
    width: 15%!important;
}
.cardVerificationType{
    width: 36%!important;
}
.inputFieldsHolder input[type="submit"]{
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    float: right;
    margin-right: 98px;
    margin-top: 10px;
    padding: 3px 10px;
}
.smallLabels{
    float: left!important;
    font-size: 14px!important;
    color: #000!important;
    line-height: 22px!important;
    width: 20%!important;
}
.costTextStyle{
    width: 5% !important;
    text-align: right!important;
}
.costTextStylePayment{
    width: 50% !important;
    text-align: left!important;
}
.zebraodd
{
	
	background-color:#f7f5e7
}
.ns_border-rnone
{
	border-right:medium none;
}
.ns_border-lnone
{
	border-left:medium none;
}
.dataTable {
    width: 100%;
	clear: both;
    font-size:12px;
    padding-top: 2px;
}
.dataTable thead tr th:first-child {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-o-border-radius-topleft: 10px;
	-o-border-top-left-radius: 10px;
	-ms-border-radius-topleft: 10px;
	-ms-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.dataTable thead tr th:last-child { /* last-child supported in IE9, FF>3, Saf>4, Ch>4, Op>10.10 */	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-o-border-radius-topright: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-radius-topright: 10px;
	-ms-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px; 
}
.dataTable th {
    color:#FFFFFF;
    font-weight: bold;
    padding: 5px 5px;
    background-color: #0084C1;
}
.dataTable td { padding: 5px 5px; border-top:1px dotted #CCC; vertical-align: top; font-size:12px; }
	.dataTable td span {margin: 0 auto}
.dataTable tr.odd { background-color: #FFF; }
.dataTable tr.even { background-color: #F8F8F8; }

.imgButton
{
width:16px;
height:16px;
border: none;
overflow: hidden;
text-indent: -999px;
font-size: 0;
line-height: 0;

}