@charset "utf-8";
#orderform {
	overflow: visible;
	position: relative;
	width:300px;
	margin:0 auto;
}
#orderform label, .form-index label {
	color: #000;
	display:block;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align:left;
}
#orderform input, #orderform select, #form-index input, #form-index select , #orderform textarea {
	height:30px;
	border: 1px solid #1F9DD3;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 3px;
	width:97%;
	margin: 0 0 10px 0px;
	*margin-bottom:16px;
	display:block;
}
#orderform textarea{
	height: 60px !important;
	resize: none;
}
#orderform #shipping_areacode {
	width:40px !important;
	float:left;
	margin:0 10px 0 0;
}
#orderform #billing_phone {
	float: left;
	width: 97%;
}
#orderform input:focus, #form-index input:focus {
	box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	border:1px solid red;
}
#orderform select {
	width:98%;
	height:25px;
}
#form {visibility: hidden;}
#orderform br {clear:both;}
.tip {
	position:absolute !important;
	width: 150px;
}
#promocode{width: 85% !important;float: left;}
#promocode_check{width: 30px;height: 30px !important;padding: 0px;height: 40px;float: left;margin: 0px 0px 17px 6px;cursor:pointer;}
.toolTip {
	background: red;
	border: thin solid red; /* change color here for the tooltip body border */
	color: #fff;
	left: 0px;
	margin-top: 28px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;
	border-radius: 4px;
	font: bold 11px 'verdana';
}
.toolTipArrow {
	border-color: transparent transparent red transparent; /* change color here for the triangle border */
	border-style: solid;
	border-width: 11px;
	height:0px;
	width:0px;
	position:absolute;
	top:-20px;
	left:20px;
	display:block;
	content:"\00a0";
}
.toolTipArrow:before {
	border-color: transparent transparent red transparent;
	position:absolute;
	top:-11px;
	left:-12px;
	border-style: solid;
	border-width: 12px;
	height:0px;
	width:0px;
	display:block;
	content:"\00a0";
}

.rushOrder {
    border: none;
    border-radius: 8px;
    color: white;
    height: 55px;
    padding: 0 20px !important;
    font: bold 20px Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px #000000;
    background-color: #4CAF50;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px #B0B0B0;
     transition: all 0.5s ease 0s;
}
.rushOrder:hover {
  box-shadow: inset 0 0 0 5px green;
  border-radius: 15px;
}
.within-24-hours-box {
    width: 100%;
    border: 3px dashed red;
    background: yellow;
    margin: 20px 0;
}
.within-24-hours-box p {
    text-align: center;
    padding: 0;
    margin: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.within-24-hours-box p span {
    font-weight: bold;
}