@charset "utf-8";
.orderform {
	overflow: visible;
	position: relative;
	width: auto;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 280px;
}
.orderform label, .form-index label {
	color: #000;
	display:block;
	font: bold 17px Arial, Helvetica, sans-serif;
	/* width: 150px; */
	text-align:left;
	font-size: 14px;
}
.orderform input, .orderform select, #form-index input, #form-index select, textarea {
	height: 40px;
	border: 1px solid #003b4e;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 96%;
	margin: 0 0 10px 0px;
	*
	margin-bottom:16px;
	display: block;
	resize:none;
	background-color: white;
	border-radius: 10px;
}
.orderform #shipping_areacode {
	width: 34px !important;
	float:left;
	margin:0 10px 0 0;
}
.orderform input[name="shipping_phone"] {width: 78%;float: left;}
.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: 40px;
}
#form {visibility: hidden;}
.orderform br {clear:both;}
.tip {
	position:absolute !important;
	width: 150px;
}
.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";
}

.newBtn{
	    display: block !important;
	    border-radius: 2px;
	    background: red;
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbbff', endColorstr='#0095ff',GradientType=0 );
	    padding: 2px 10px 2px 10px;
	    border-radius: 10px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: bold;
	    color: #fff;
	    text-align: center;
	    text-shadow: 1px 1px 0 rgba(0,0,0,0.35);
	    box-shadow: 1px 2px 2px rgba(164,170,178,0.5), 1px 1px 0px rgba(255,255,255,0.35) inset;
	    -webkitbox-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    cursor: pointer;
	    font-size: 28px;
	    padding: 12px 10px;
	    width: 280px;
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6319d', endColorstr='#e0047a',GradientType=0 );
	    margin: 0 auto;
}

@media only screen and (max-width:760px){
	.orderform{
		width:auto;
	}
	.orderform input[name="shipping_phone"] {
    float: left;
}
.orderform input[name="shipping_phone"] {
    width: 80%;
    float: left;
}
}
@media only screen and (max-width:320px) {
	.orderform input[name="shipping_phone"] {
		    width: 77%;
	}
}
