﻿.title
{
	font-family: 'Cabin' , sans-serif;
	text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1em;
    display: block;
    /*margin-bottom: 10px;*/
}

div.body
{
	/*width: 710px;*/
	width: 250px;
	/*height: 180px; *//*margin: 0 0 0 20px;*/
	margin: 0 0 0 0px; /*vertical-align: middle;*/
	display: inline-block;
}

.formLabel
{
	font-family: 'Cabin' , sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: Black;
}

.formLabelOrange
{
	font-family: 'Cabin' , sans-serif;
	font-weight: 400;
	font-size: 12pt;
	color: #da3e00;
	width: 100px;
}

.formLabelRight
{
	text-align: right;
	margin: 0 0 5px 0;
	width: 100px;
}

.formTextBoxOrange
{
	background-color: #fce2dc;
	width: 100%;
	border: 1px solid gray;
	margin: 0 0 5px 0;
	font-family: 'Verdana' , sans-serif;
	background-color: #fce2dc;
	font-weight: 400;
	font-size: 10pt;
	text-align: left;
}

.formTextBox
{
	width: 100%;
	border: 1px solid gray;
	margin: 0 0 5px 0;
	font-family: 'Verdana' , sans-serif; /*font-style: italic;*/
	font-weight: 400;
	font-size: 10pt; /*color: Silver;*/
	text-align: left;
}

.formOrange
{
	color: #f08816;
	margin: 0 0 15px 0;
}

table.form
{
	width: 100%;
}

table.form th, td
{
	overflow: hidden;
	vertical-align: top;
}

table.form tr
{
	min-height: 15px;
}

table.form div
{
	margin: 0 5px 0 10px;
}

.alert
{
	background: #f08816;
	padding: 5px;
	margin: 0 25px 0 25px;
	font-family: 'Cabin' , sans-serif;
	font-weight: 500;
}

.Button {
    border: 1px solid #000000;
    background: #f08816;
    color: black;
    font-family: 'Cabin', sans-serif;
    font-size: 12pt;
    font-weight: 500;
   
}

.LinkLabel
{
	margin-top:10px;
	font-family: 'Cabin' , sans-serif;
	font-weight: 400;
	
	font-size: 10pt;
	color: Black;
	cursor:pointer;
}
