@charset "UTF-8";

.centreText
{
	text-align: center;
}

#part1
{
	height: 280px;
	border-bottom: dashed 1px #595959;
}

#part2
{
	height: 450px;
	border-bottom: dashed 1px #595959;
}

.column
{
	width: 435px;
	float: left;
	padding: 10px;
}

#buttonColumn
{
	position: relative;
}

#viewColumn1 p,
#viewColumn2 p
{
	border: solid 1px #959595;
}

.hidden,
#userID
{
	display: none;
}

.part input[type="text"]
{
	display: inline;
	margin-top: 10px;
}

.part textarea
{
	margin-top: 5px;
}

.part textarea,
.part p
{
	display: block;
}

#volunteerButton,
#volunteerButtonFrontPage
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .3em 1em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 2em;
}

#volunteerButton
{
	margin-top: 50px;
	position: absolute;
	left: 30%;
}

#volunteerButton:hover 
{
	text-decoration: none;
}

#volunteerAppSent
{
	text-align: center;
	color: blue;
}

.error
{
	border: solid 1px red;
	background-color: #FFC;
	display: none;
	margin-left: 2px;
}

.newsIndexImage
{
	float: left;
	margin-right: 7px;
}

.newsItem
{
	margin-bottom: 15px;
}

.newsIndexItemTitle
{
	margin-top: 2px;
}
 
 
