body{
font-family:  "Myriad", Arial;
background-color: #333;
margin: 0px;
background-attachment: fixed;
font-size: 12px;
}
img{
border: none;
}
#logo{
max-width: 320px;
max-height: 270;
}
#main {
background-image: url(../images/sccquickorder.gif);
background-repeat: no-repeat;
width: 960px;
margin: 0px auto 0px auto;
padding: 138px 0px 0px 0px;
}
.container_12{
background-image: url(../images/top_corner.gif);
background-repeat: no-repeat;
padding-top: 12px;

}
#bottom{
background-image: url(../images/bottom_corner.gif);
background-repeat: no-repeat;
height: 34px;
padding-top: 14px;
text-align: center;
color: #ccc;
}
#order {
width: 960px;
border-top: 1px solid #ccc;
border-left: 0px solid #ccc;
border-right: 0px solid #ccc;
border-bottom: none;
font-size: 12px;
}
#header {
margin-bottom:20px;

}
#email {
width: 270px;
}
.header th{
text-align: left;
font-size: 1.2em;
padding: .2em .2em .2em 1em;
height: 24px;
background-image: url(../images/dark_fade.gif);
color: #efefef;
}
.required{
color: #ff0000;
font-size: 11px;
}
.help {
font-size: 11px;
color: #444;
}
#order td {
border-top: 1px solid #ccc;
padding: .2em .2em .2em 1em;
}
#order tr{
height: 24px;
}
.item{
width: 200px;
}
.wip{
width: 100px;
border-right: 1px solid #eee;

}

.qty{
width: 80px;
}
.qty input,.qty select{
width: 80px;
}
.date{
width: 100px;
}
.wip , .wip th{
width: 100px;
text-align: right !important;
}
.spacer{
width: 200px;

}
.inventory, .inventory th{
width: 100px;
text-align: right !important;
}
.date input{
width: 100px;
}
.code{
width: 60px;
}
.comments{

}
.edit{
text-align: right;
}
.category{
padding: .3em;
font-size: 1.2em;
background-image: url(../images/light_fade.gif);
color: #444;
}
.odd {
background-color: #F9F9F9;
}
.even {
background-color: #fff;
}
.error, .error a{
line-height: 100px;
font-weight: bold;
font-size: 16px;
color: red;
text-align: center;
}
.Pending, .Canceled, .Shipped{
margin: 40px 0px 0px 690px;
background-image: url(../images/status.png);
background-repeat: no-repeat;
width: 336px;
height: 100px;
position: absolute;
}
.Canceled{
background-position-y: -200px;
}
.Shipped{
background-position-y: -100px;
}
/* .editable:hover	{ background:#eee; } */
.textarea textarea{ height:200px; padding:3px; }
.box		{ border:1px solid #ccc; padding:5px; display:block; width:99%; }

.container_12 {
background-color: #fff;
}