@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 8px;
}
body,table,td {
	font-family:Trebuchet, Trebuchet MS,Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
h1 {
	background-image:url(../images/headerBackground.gif);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#9d0202;
	padding:7px 0 9px 0;
	margin:0 0 10px 0;
	text-indent:15px;
}

#container {
	width:597px;
}
#container .padding {
	padding:0 15px;
}
#viewContainer {
	width:597px;
	background-repeat:no-repeat;
	font-family:/*"Comic Sans MS", */"Times New Roman", Times, serif;
	color:#93846b;
	font-size:14px;
}
#viewContainer .padding {
	padding:25px 300px 0 25px;
}
#subject {
	font-size:36px;
	line-height:38px;
	margin-bottom:15px;
}
#text {
	line-height:22px;
}
.thumbs {
	text-align:center;
	padding-bottom:10px;
}
.thumbs img {
	display:block;
	border:solid 2px #e3e3e3;
}

.input {
	border:solid 1px #dec4af;
	width:225px;
	font-size:11px;
	color:#666666;
	padding:4px 5px;
	margin:0 0 4px 0;
	font-family:Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
}
.submit {
	cursor:pointer;
}
label {
	font-size:10px;
	color:#660027;
	display:block;
}