



.formtable	{
	display: block;
	margin-top: 20px;
}
.formtable	div {
	display: inline-block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}

.formtable .f-left	{
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	width: 20%;
}

.formtable .f-right	{
	text-align: left;
	width: 75%;
}
.formtable .f-right input, .formtable .f-right textarea	{
	width: 100%;
	padding: 5px;
	border: 1px solid #9e0039;
	border-radius: 3px;
	font-size: 14pt;
}

.btn	{
	display: block;
    font-size: 16pt;
	font-weight: bold;
}
.btn:hover	{
	background-color: #9e0039;
	color: #ffffff;
}

/* Mobile */
@media screen and (max-width: 436px) {
	
	.formtable	div {
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}

.formtable .f-left	{
	text-align: left;
	width: 96%;
}
.formtable .f-right	{
	text-align: left;
	width: 96%;
}
	
}


