/* RESET STYLES */

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;
}


/*************** MAIN STYLES *************/

#form, .response {
	width: 600px;
	margin: auto;
	border: 2px solid #FBB88B;
	padding: 25px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 12px;
	color: #580F68;
}

.centeredImage {
	text-align: center;
	display: block;
}

.image {
	border: 0px solid #383838;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	margin-top: 25px;
	text-align: center;
}



h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 15px;
	text-align: center;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F4792C;
	line-height: 1.8em;
	margin-top: 15px;
}

.date, .venue {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
}

.date {
	margin-bottom: 15px;
}

.mandatory {
	color: #CC0000;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 25px;
}

label, .label {  
	display: block;
	color: #383838;
	font: 12px Arial;
	line-height: 1.8em;
}

.labelP {
	display: block;
	color: #383838;
	font: 12px Arial;
	line-height: 1.8em;
	margin-top: 10px;
}

.element {
	width: 200px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.red {
	color: red;
	font-weight: bold;
}

.response .title {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: red;
}

.response p {
	line-height: 1.8em;
	margin-bottom: 10px;
}

.response .back{
	margin-top: 25px;
	margin-bottom: 25px;
}

#form .buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

a, a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	line-height: 1.8em;
}

.final {
	margin-bottom: 10px;
}
