@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	padding: 10px 0 20px 0;
	color: #333399;
	font-size: 18px;
}

p {
	padding: 0 0 10px 0;
	width: 600px;
}

ol {
	margin: 0 0 0 30px;
	list-style-type: decimal;
}

body > ol {
	width: 600px;
}

ul {
	padding: 0 0 10px 0;
}

li {
	padding: 0 0 10px 0;
}

form {
	width: 600px;
}

form ul li {
	padding: 0 0 10px 0;
	overflow: hidden;
	width: 600px;
}

form ul li label {
	margin: 0 10px 0 0;
	width: 290px;
	float: left;
}

form ul li input[type='text'] {
	width: 294px;
	float: left;
}

form ul li input[type='text'].short {
	width: 50px;
}

form ul li input[type='text'].medium {
	width: 100px;
}

form ul li .col1 {
	margin: 0 10px 0 0;
	width: 290px;
	float: left;
}

form ul li .col2 {
	width: 300px;
	float: left;
}

form ul li .col2 textarea {
	width: 298px;
	height: 150px;
}

form ul li.err {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
}

form ul li p.err {
	float: none;
	color: #FF0000;
    width:auto;
}

form #form_errors {
	padding: 5px;
	border: 2px solid #FF0000;
	background-color: #FFCCCC;
	color: #FF0000;
}

.required {
	padding: 0 10px 0 0;
	color: #FF0000;
	font-weight: bold;
}
