.orderForm{
	font-size:12px;
	width:95%;
	margin:0px 10px 2px 5px;
	
	background:#7294ea url(/images/orderform_bg.gif) repeat-x center top;
	padding:0px 10px 10px 10px;
	border:2px solid #f2f9ff;
	color:#cedbfc;
}

h3{
	position:relative;
	font-size:14px;
	border-bottom:1px solid #5573bf;
	margin:0px -10px 0px -10px;
	padding:0px 0px 0px 10px;
	float:left;
	width:100%;
	background:#374f8c;
	height:30px;
	line-height:30px;
}


h3 span{
	position:absolute;
	right:-10px;
	top:0px;
	background:#5476bd;
	width:60px;
	height:30px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	border-left:1px solid #8ba5dc;
}
h2{
	font-size:14px;
	border-bottom:1px solid #7294ea;
	text-align:left;
	color:#7294ea;
	margin:0px;
	padding:0px;
}


.optionsBar{
		clear:both;
		width:100%;
		height:25px;
		border-bottom:1px solid #5573bf;
		margin:0px -10px;
		padding:2px 10px;
		
}

.option{

	width:250px;
	display:inline;
	
	float:left;
}

INPUT, SELECT {
	padding:3px;
	font-size: 12px;
	font-family: arial;
	color:#333333;
	border:1px solid #52596f;
}

TEXTAREA{
    background-color: #f8fcfe; 
	padding:5px;
	border-width: 1px 1px 1px 1px; 

	font-family: arial;
	color:#333333;
	width:788px;
	overflow:auto;
	min-height:60px;
}	

.button{
	padding:5px;
	font-weight:bold;
	margin:5px;
	width:300px;
}

li{
	list-style-type:none;
	font-size:12px;
	line-height:18px;
	color:#e30000;
}

.update{
	border:1px solid #6e90e5;
	width:95%;
	background: #e1e6f2;
	margin:0px 10px 1px 6px;
	padding:10px;
	
}

#price{
	color:#425da1;
	text-align:center;
	font-weight:bold;
	margin:0px auto;
}
#price u{
	color:#099a05;
	font-size:18px;
}

.premium{
	text-align:center;
	padding:10px;
	background:#169c04;
	color:#fff;
}

.premium strong{
	color:#c50000;
	background:#fff9b1;
}

.uploadform_area{
	border:1px solid #6e90e5;
	width:95%;
	background: #e1e6f2;
	margin:0px 10px 1px 6px;
	padding:5px;
	text-align:left;
	font-size:12px;
}

.box{

	height:120px;
	display:block;
	padding:10px;
	border:1px solid #cecece;
	float:left;
	margin:5px 3px;

	font-size:14px;
	line-height:22px;
	font-weight:bold;
	background:#fff;
	color:#404040;
	overflow:auto;
	background:url(/images/box.gif) repeat top center;
}
.box #orderTotal{
	font-size:26px;
	text-decoration:none;
}

.box p{
	margin:0px;
	padding:0px;
	font-size:12px;
}

.box b{
	color:#FF0000;
}

.details{
	display:block;
	clear:both;
	color:#404040;
	background:#f2f3f6;
	padding:0px;
	border:1px solid #cecece;
	margin:0px 10px;

}
.details td{
	padding:3px;
	border-bottom:1px solid #e5e7eb;
}

#premiumCost{

	display:block;
	height:25px;
}

#addbanner{
	display:block;
	text-align:center;
	cursor:pointer;
	margin:5px 15px;
	background:#48be53;
	padding:3px 5px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	width:140px;
	font-weight:bold;
	height:15px;
	margin-left:678px;
}

.rem{
	display:none;
	color:#fff;
	font-size:9px;
	border:1px solid #7c97da;
	background:#5471bb;
	padding:2px;
	text-decoration:none;
	cursor:pointer;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}
