﻿h1, h2, h3
{
	text-align:center;
}

h1
{
	font-size:2em;
}

.headlineoffer
{
	margin-top:10px;
	color:Red;
	font-size:3em;
}

h3
{
	color:Red;
}

p
{
	text-indent:25px;
}

.underline
{
	text-decoration:underline;
}

.attention
{
	font-weight:bold;
	color:Red;
	text-decoration:underline;
}

#seminarformwrapper
{
	margin-top:25px;
	font-size:small;
}

#formheader
{
	text-align:center;
	color:Navy;
}

#mandatorynote
{
	text-align:center;
	color:Red;
	margin-bottom:10px;
}

.forminputs
{
	width:165px;
}

#sendbuttonwrapper
{
	margin:10px 20px;
	font-weight:bold;
}

.markspicture
{
    float:right;
}