
body
{
	font-family: 'Lato', sans-serif;
	color: #555;
	font-size: 1em;
	background: #fff;
}

.org
{
	font-size: 1.3em;
}

.logoHolder
{
	text-align: center;
}

.logo
{
	padding: 10px;
	max-height: 120px;
}

.info
{
	font-size: .7em;
	margin-left: 2px;
	padding: 0;
	color: #aaa;
}

.info > span
{
	color: #f00;
}

.hide
{
	display: none;
}

.c
{
	text-align: center;
}

.larger
{
	font-size: 1em;
}

.submitBox
{
	padding: 15px;
}

.bottomLogoBox
{
	padding: 10px;
	text-align: center;
}

.bottomLogoBox img
{
	padding: 4px;
	background: #fff;
}

.button
{
	display: inline-block;
	text-align: center;
	padding: 4px 20px 2px 20px;
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
	background: #4a73bb;
	border: solid 2px #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 1);
	box-shadow: 0px 2px 5px rgba(50, 50, 50, 1);
	cursor: pointer;
	text-decoration: none;
}

h4
{
	color: #333;
	text-align: center;
}

legend
{
	font-weight: bold;
	color: #444;
}

fieldset
{
	margin-top: 14px;
	background: #fff;
	background-color: rgba(255,255,255,0.5);
	border: double 4px #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

fieldset > div
{
	padding: 5px 5px 5px 5px;
	border-bottom: dashed 1px #bbb;
}

fieldset > div:last-child
{
	border-bottom: none;
}

fieldset > div > div
{
	padding: 3px;
}

fieldset label
{
	padding-right: 5px;
	color: #444;
}

fieldset label > span
{
	color: #f00;
	font-weight: bold;
}

input[type="text"]
{
	min-width: 220px;
}

select
{
}

@media only all and (orientation:portrait), all and (max-width: 760px)
{
	input[type="text"], select
	{
		width: 98%;
		min-width: 100px;
	}
}
