/* global styles */

a:link, a:visited {
color:#F68428;
}

a:hover, a:focus {
color:#000;
}

body {
background-image: url('../images/273-bg.jpg');
background-color: #fff;
background-repeat:repeat-x;
background-position:center top;
}

#container {
border:0;
background:transparent;
}


#logo {
background-image:url('../images/273-logo.jpg');
background-position:30px 30px;
padding-bottom:40px;
}

#form {
border:3px solid #F68428;
/* background-image:url('../images/230-form-bg.png');
background-repeat:repeat-y; */
background-color:#fff;
margin-top:0;
color:#000;
font-weight:bold;
}

#form a#submit:link, #form a#submit:visited {
/* background-image:url('../images/230-button-bg.png');
background-repeat:repeat-x; */
background-position:center center;
background-color:#F68428;
border:1px solid #ccc;
color:#fff;
width:270px;
}

#line-items {
border-bottom:2px solid #F68428;
padding-bottom:30px;
}
	
#line-items table {
border:1px solid #F68428;
}

#line-items table th {
background-color:#F68428;
color:#fff;
font-weight:bold;
}
