.orderform {

	overflow: visible;

	position: relative;

	width:300px;

	margin:0 auto;

}

.orderform label, .form-index label {

	color: #000;

	display:block;

    font-weight: bold;

	text-align:left;

	font-size: 14px;

	line-height: 15px;

}

.orderform input, .orderform select, #form-index input, #form-index select, textarea {

    height: 40px;

    border: 1px solid #1F9DD3;

    font-weight: normal;

    font-size: 16px;

    line-height: 12px;

    padding: 3px;

    width: 97%;

    margin: 0 0 5px 0;

    display: block;

    resize: none;

}

textarea {height: 50px;}

.orderform #shipping_areacode {

	width: 44px !important;

	float:left;

	margin:0 10px 0 0;

}

.orderform input[name="shipping_phone"] {

	width: 237px;

	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;

	color: #fff;

	left: 0px;

	margin-top: 44px;

	padding: 5px;

	position: absolute;

	text-align: center;

	width: 150px;

	z-index: 10;

	border-radius: 4px;

    font-weight: bold;

    font-size: 11px;

}

.toolTipArrow {

	border-color: transparent transparent red transparent;

	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";

}