#jv-header {
display: none;
}
#jv-footer {
display: none;
}
body{
	background: transparent;
}	
input{
	display: none;
}
h2{
	display: none;
}
img.printicon{
	display: none;
}
div#formholder{
	width: 900px;
	height: auto;
	margin: 0px auto;
	font-size: 15px;
}
#ordertable td{
	padding: 2px !important;
}
div#formholder fieldset{
	width: 850px;
	margin: 0px auto;
	border: none;
}
table#orderdetail{
	text-align: center;
	margin: 20px auto;
	border: 1px solid rgb(144,144,144);
}
table#orderdetail td{
border: 1px solid rgb(144,144,144);
text-align: center;
font-size: 15px;

}
table#orderdetail tr:nth-child(odd){
	background: rgb(240,240,240);
}
table#orderdetail tr:nth-child(even){
	background: rgb(255,255,255);
}
table#orderdetail th{
border: 1px solid rgb(144,144,144);
text-align: center;
background: rgb(204,204,204);
font-size: 15px;

}
div#orderpreview{
	width: 600px;
	height: auto;
	margin: 0px auto;
}
div#orderpreview div#top{
 width: inherit;
 height: 150px;
 background: #E9F3F8;
 border: 1px solid #BBD7E4;
 color: #136BC5;
}
div#orderpreview div#toptop{
 width: inherit;
 height: 150px;
 background: #E9F3F8;
 border: 1px solid #BBD7E4;
 color: #136BC5;
}
div#logo{
	float: right;
	width: 150px;
}
div#date{
	float: left;
	padding: 20px;
}
span.title{
	font-weight: bold;
	margin: 5px;
}
div#fullname,div#companyoffice,div#email,div#telephone,div#mobile{
	float: left !important;
	width: 300px !important;
	margin: 2px 0px !important;
}
div.toptitle{
	height: 20px !important;
	text-align: center !important;
	font-weight: bold !important;
	clear: both !important;
	background: #F8E9E9 !important;
	border: 1px solid #E4BBBC !important;
	padding: 5px 5px !important;
	color: #b80000 !important;
	width: 590px !important;
}
div#personalinfo,div#orderlist{
	border: 1px solid #F3D97E !important;
	  color: #222222 !important;
	  background: #FFF8D8 !important;
	  width: 600px !important;
	  min-height: 100px !important;
	  height: auto;
	  text-align: left !important; 
	  direction: ltr !important;
}
div#address{
	clear: both !important;
}
#wrapper.login .box .title, #wrapper #container #right .section .box .title {
    background: none;
    color: none;
    direction: rtl;
    display: inline;
    height: 21px;
    padding: 0px;
    text-transform: none;
}