﻿body {
	margin: 0;
}

body, td, select, input {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 2px 0;
	padding: 0 0 0 3px;
}

td.req {
	padding: 3px 5px 0;
	vertical-align: top;
	width: 20px;
}

tr.items
{
    background-color:#dadada;
}

span.req {
	color: Red;
	font-weight: bold;
}

input, select {
	border: solid 1px black;
}

input[type="checkbox"] {
	border: none;
}

div.container {
	margin: 10px 10px 0px 7px;
	width: 347px;
}

div.frame {
	/*border: solid 1px black;*/
}

.thumbnail
{
    width: 30px;
    height:40px;
}

tr.header
{
    background-image:url(/images/header.jpg) top left;position:relative;
    color:White;
    background-color: #c10001;
}

.title
{
    font-size: 16px;
    
}
.radiobutton
{ 
    border-style: none;
}
    
.itemheader
{
    font-weight:bold;
}


