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

p, h1, h2, h3, h4, h5 { margin-bottom: 10px; color: #6f6f6f; font-family: Arial, Helvetica, sans-serif }

h1 { font-size: 24px; font-weight: normal; color: #d21b16; padding-bottom: 0px; }
h2 { font-size: 16px; font-weight:normal; border-bottom: 1px dotted #959595; padding-bottom: 10px; margin-bottom: 20px; }
p { font-size: 13px; }
strong { font-weight: bold; }

a { color: #d21b16; text-decoration: none; }
a:hover { color: #5F5F5F; border-bottom: dotted 1px #5F5F5F; }

p img { padding: 5px 0px 0px;}


form #col2 label, form #col1 label { padding-right: 8px; }

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 125px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size: 13px;
	color: #6f6f6f;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif
}

form br {
	clear:left;
}

form input, form textarea {
	margin-bottom: 10px;
	border: 1px solid #959595;
	background: #f5f5f5;
	padding: 5px;
	color: #6f6f6f;
	font-size: 11px;
	width: 200px;
}

form input:focus {
	border: 1px solid #d21b16;
	background: #fff;
}

div#help p {
	font-size: 11px;
	line-height: 18px;
}

input#submit1, input#submit2, input#submit3, input#submit4, input#submit5, input#submit6 {
	background: #d21b16;
	color: #fff;
	width: 100px;
	margin-left: 133px;
	border: 1px solid #d21b16;
}
input#submit1:hover, input#submit2:hover, input#submit3:hover, input#submit4:hover, input#submit5:hover, input#submit6:hover {
	background: #fff;
	color: #d21b16;
	cursor: pointer;
	border: 1px solid #d21b16;
}
.button {
	width: 12px;
	height: 12px;
	float:left;
}

label.small {
	width: 150px;
	float: left;
	margin: -4px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 11px;
}

label.short {
	width: 35px;
	float: left;
	margin: -4px 0px 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 11px;
}

label.wide {
	width: 350px;
	text-align: left;
	margin-bottom: 5px;
}
input.wide, textarea.wide {
	width: 300px;
}
label.tiny {
	width: 30px;
}

ol, ul {
	list-style: none;
}