﻿/*
###################################
	Clear
###################################
*/   
.Clear
	{
		clear: both;
	}
    
.ClearLeft
    { 
        clear: left;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearRight
    { 
        clear: right;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }
.ClearBoth
    { 
        clear: both;
        line-height: 0px;
        font-size: 0px;
        padding: 0px;
        margin: 0px;
        height: 0px;
        width: 0px;
    }

/*
###################################
	Float
###################################
*/ 
.FloatLeft{ float:left;}    
.FloatRight{ float:right;}   
.AlignRight{ text-align:right;}

/*
###################################
	No Padding
###################################
*/ 
.NoPadding{ padding: 0px; margin: 0px; }

/*
###################################
	Cursor Hand
###################################
*/ 
.Hand{ cursor:pointer;}

/*###################################
    FormRequest
###################################*/
.FormRequestSuccess
{
	background-color:#252525;
	border:solid 1px #000000;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:55px;
}
.FormRequestError
{
	background-color:#252525;
	border:solid 1px #000000;
	height:91px; 
	width:253px;
	position:absolute;
	left:0px;
	bottom:55px;
}

.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;
}
