#column1
{
	float: left;
	width: 316px;
}
#column2
{
	float: left;
	width: 348px;
}
#errorList
{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 200px;
}

#errorList img
{
	padding-right: 3px;
	vertical-align: middle;
}

#footer
{
	clear: left;
}

#info
{
	color: #0079c1;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 90px;
}

label
{
	font-size: 1.3em;
	font-weight: bold;
}
textarea
{
	border-bottom: solid 1px #a9a9a9;
	border-left: solid 1px #a9a9a9;
	border-right: solid 1px #a9a9a9;
	border-top: solid 1px #868686;
	width: 309px!important;		/* !important causes textarea to not exceed width during resize */
}

.title
{
	display: none;
}

.button
{
	border: solid 1px #0076a3;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	padding: .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);

	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');

	border-radius: .5em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;

	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:active
{
	position: relative;
	top: 1px;

	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
.button:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}

.innerBorder
{
	border-bottom: 0;
	border-left: solid 1px #f3f3f3;
	border-right: solid 1px #f3f3f3;
	border-top: solid 1px #cecece;
}
.outerBorder
{
	border-bottom: solid 1px #e4e4e4;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-top: solid 1px #8f8f8f;
}
.textInput
{
	border: 0;
	width: 308px;
}
textarea, .outerBorder
{
	margin: 4px 0 10px 0;
}
textarea, .textInput
{
	padding: 4px 2px;
}