﻿/*###################################
    FormRequest
###################################*/
.FormRequestSuccess
{
	background-color:#58ac25;
	border:solid 1px #448c18;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:35px;
}
.FormRequestError
{
	background-color:#d93232;
	border:solid 1px #991f1f;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:35px;
}

.FormRequestErrorDe
{
	width:335px;
}
.FormRequestInside
{
	padding-right: 8px;
	padding-left: 8px;
}
.FormRequestInsideError
{
	padding-left: 13px;
	float: left;
	padding-right: 20px;
	padding-top: 23px;
}
.FormRequestHeader
{
     padding-top: 20px;
	 font-size:21px;
	 line-height: 24px;
	 color:#FFFFFF;
	 font-family:Arial;
	 text-align:center;
}

.FormRequestHeaderSmall
{
	 font-size:18px;
	 line-height: 21px;
	 color:#FFFFFF;
	 font-family:Arial;
	 text-align:center;
	 padding-top: 16px;
}


.FormRequestTxt
{
	font-size:14px;
	color:#FFFFFF;
	font-family:Arial;
	line-height:17px;
	text-align:center;
	padding-top:8px;
}

/*
###################################
	View / Hide
###################################
*/
.Hide
{
	display: none;
}
.DisplayBlock
{
	display: block;
}

/*###################################
    FaqFormRequest
###################################*/
.FaqFormRequestSuccess
{
	background-color:#58ac25;
	border:solid 1px #448c18;
	height:91px; 
	width:248px;
	position:absolute;
	left:0px;
	bottom:0px;
}
.FaqFormRequestError
{
	background-color:#d93232;
	border:solid 1px #991f1f;
	height:91px; 
	width:248px;
	position:absolute;
	left:0px;
	bottom:0px;
}
.FaqFormRequestInside
{
	padding-right: 8px;
	padding-left: 8px;
}
.FaqFormRequestInsideError
{
	padding-left: 13px;
	float: left;
	padding-right: 20px;
	padding-top: 23px;
}
.FaqFormRequestHeader
{
     padding-top: 20px;
	 font-size:21px;
	 line-height: 24px;
	 color:#FFFFFF;
	 font-family:Arial;
	 text-align:center;
}
