.finance
{
	width: 100%;
	height: auto;
	float: left; 
	color: #000;
}

.financeline
{
	width: 100%;
	height: 30px;
	float: left; 
}

.financetitle
{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
	font-size: 40px 
}

.financetitle p
{
	margin: 20px 0px 0px 0px; 
}

.financesubtitle
{
	width: 100%;
	height: 54px;
	float: left;
	font-size: 26px; 
	text-align: left; 
}

.financesubtitle p
{
	margin: 25px 0px 0px 5px; 
}

.financesubtitlesmall
{
	width: 100%;
	height: 30px;
	float: left;
	font-size: 15px; 
	text-align: left; 
	font-weight: bold;
	font-style: italic;
}

.financesubtitlesmall p
{
	margin: 5px 0px 0px 5px; 
}

.financesend
{
	width: 100%;
	height: 150px;
	float: left;
	margin: 0px 0px 0px 0px; 
	text-align: center;  
}

.financebutton
{
	width: 250px;
	height: 65px;
	text-align: center; 
	font-size: 27px;
	font-weight: bold;
	font-family: Arial, Helvetica, Times New Roman, Geneva,Verdana, sans-serif;
	display: inline-block;
	margin: 0 auto;
	border-radius: 3px;
	border: 0px;
	background-image: linear-gradient(-180deg, #fc0000 0%, #fc0000 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.6),
							0 -1px 2px rgba(16,15,16,0.4) inset,
							0 0px 0px rgba(255,255,255, 0.4) inset,
							0 0px 0px 0 rgba(8,8,9,0) inset;
	margin: 37px 0px 0px 0px; 
	
}

.financebutton:hover
{
	background-image: linear-gradient(-180deg, #ccc 0%, #ccc 100%);
	box-shadow: none;
}

.financebutton p
{
	margin: 18px 0px 0px 0px; 
	color: #eee;
}


.financesubtext
{
	width: 100%;
	height: 30px;
	float: left; 
}

.financefull
{
	width: 100%;
	height: auto;
	float: left; 
}

.financeleft
{
	width: 50%;
	height: auto;
	float: left; 
}


.financeright
{
	width: 50%;
	height: auto;
	float: left; 
}
.inputshort
{
	width: 100px;
	height: 30px;
	float: left;
	margin: 5px 5px;  
}

.smallgauche
{
	width: 30px;
	height: 30px;
	float: left; 
	margin: 5px 0px 0px 0px; 
}

.smalldroit
{
	width: 900px;
	height: 30px;
	float: left; 
}

.financeerrormess
{
	width: 100%;
	height: 27px;
	float: left;
	display: none;
}

.financeerrormess p
{
	margin: -4px 0px 0px 34px; 
	color: #fc0000;
	font-size: 13px;
}

.financeinputerr
{
	background-color: #ffdddd;
	border: 1px solid #000;
}

.inputreg
{
	width: calc(100% - 10px);
	height: 30px;
	float: left;
	margin: 5px 5px;  
}

.inputshort
{
	width: 100px;
	height: 30px;
	float: left;
	margin: 5px 5px;  
}


.inputspace
{
	width: 100px;
	height: 30px;
	float: left;
	margin: 5px 5px;  
}







