.float-right { float: right; }
.btn_mac {
	margin-top: 5px;
}
.btn_mac a {
	background: none repeat scroll 0 0 #d6d4cc;
	border-color: #666 #999 #999 #666;
	border-radius: 7px;
	border-style: solid;
	border-width: 3px 1px 1px 3px;
	box-shadow: 2px 3px 1px 1px #fbfff8 inset;
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding: 15px 10px 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
/*        height: 53px;*/
        vertical-align: middle;
}
.btn_mac a strong {
        display: table;
        text-align: center;
        vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
}
.btn_mac a:active {
	border-color: #666;
	border-radius: 7px;
	border-width: 2px;
	box-shadow: 1px 1px 1px 0 #fbfff8 inset;
	position: relative;
}

.btn_mac a.active {

	border-color: #3974B4;
border-width: 2px;
box-shadow: inset 1px 1px 1px 0px #C3E5FF;
position: relative;
border-radius: 10px;
background: #E5F4FF;
	
}
.highlight
{
	background:#ffffcc;
	border:#ddd solid 1px;
	padding:10px;
}

.successclass #errorshowsuccess {
    background-color: #c0ffc0;
    border: 1px solid #a0dfa0;
    margin-top: 15px;
    padding: 5px 13px;
    color: #206f20;
}
    
#errorshowfailed {
    background-color: #ffd0d0;
    border: 1px solid #ffa0a0;
    margin-top: 15px;
    padding: 5px 13px;
    color: #6F1010;
}
#errorshow {
    background-color: #ffd0d0;
    border: 1px solid #ffa0a0;
    margin-top: 15px;
    padding: 5px 13px;
    color: #6F1010;
}
#discoundtab {
    margin-top: 20px;
    position: relative;
}
#discoundtab #aplycode{
    background-color: #245371;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 7px 13px 6px;
    text-decoration: none;
}
#discoundtab #aplycode:hover {
    background-color: #043351;
}
#discoundtab #discountcode_loader {
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
}
.left-box { width: 71%; display: inline-block; }
.right-box { width: 28%; display: inline-block; vertical-align: top; }
.right-box span { margin: 0 0 0 10px; float: left; }
@media only screen and (max-width: 1024px) {
.left-box { width: 65%; display: inline-block; }
.right-box { width: 34%; display: inline-block; vertical-align: top; }
}
@media only screen and (max-width: 850px) {
.left-box { width: 100%; display: inline-block; }
.right-box { width: 100%; display: inline-block; vertical-align: top; }
.right-box span { margin: 0 0 0 10px; float: left; }
}
@media only screen and (max-width: 767px) {
.left-box { width: 100%; display: inline-block; padding: 5px 10px; }
.right-box { width: 100%; display: inline-block; vertical-align: top; }
.right-box span { margin: 0 0 0 10px; float: none; display: block; }
}