#myTabs {
	padding-left:20px;
}
#myTabs button{
	background:rgb(230,230,230);
	padding:10px;
	border:1px solid rgb(180,180,180);
	border-bottom:0;
	border-radius:5px 5px 0 0;
	margin-right:3px;
	margin-left:0;
}
#myTabs button:hover{
	background:rgb(240,240,240);
}
#myTabs button:disabled{
	background:#d75241;
	border-color:#d75241;
	color:white;
	text-decoration:none;
	text-shadow:0;
	margin-right:3px;
	margin-left:0;
}

.pokazFakBtn, .prepPayBtn{
	background:#000000;
    border:0 none;
    border-radius:5px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Ubuntu;
    font-size:17px;
    font-weight:500;
    padding:5px;
	margin-right: 5px;
}

#prepaidTab{
	width:800px;

	border-radius:5px 5px;
	background:#9c0200 0 0 url('redtob_bg.png') repeat-x;
	padding:0;
	color:white;
}
#prepaidTab strong{
	font-size:15px;
}
.transInp1{
	width:60px;
	height:24px;
	font-size:15px;
}
table.prepTab1{
	border-collapse:collapse;
	width:800px;	
}

table.prepTab1 td{
	padding:6px;
	padding-left:8px;
}


.darkInput {
	border: 2px solid #CFCFCF;
    height: 25px;
    width: 150px;
	margin-right: 10px;
}

button.theme-button  {
	font-family: 'Open Sans';
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #c1459d 0%, #811762 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*border-color: -moz-use-text-color -moz-use-text-color #400b31;*/
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 5px;
    border-color: #400b31;
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 800;
    height: 40px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 220ms ease-in-out 0s;
    width: auto;
}

button.theme-button:hover {
    border-bottom: 2px solid #123210;
    line-height: 28px;
}


