	#WrapperRealForm { display: none; }

	#RealForm {
		width: 380px; 
		padding: 10px 10px;
		background-color: #f5f5f5;
		border: 1px solid #555;
		border-radius: 5px;
		text-align: center;
	}

	#RealForm div { margin: 8px 0; }

	#RealForm .caption { 
		font-size: 20px;
		color: #555;
		font-weight: bold;
		border-bottom: 1px dashed #888;
		margin-bottom: 15px;
	}

	#RealForm input[type="text"] {
height: 31px;
width: 300px;
padding: 2px 5px;
	}
	#RealForm textarea
	{
width: 300px;
padding: 2px 5px;

	}

#RealForm input[type="text"].focusout, #RealForm textarea.focusout
{
	box-shadow: 0 0 5px #A0C2F9;
border-color: #A0C2F9;
}
	#RealForm #phone {
		font-size: 14px !important;
        margin: 0 !important;
    }

	#RealForm label { 
		display: inline-block;
		min-width: 110px; 
		text-align: right; 
		vertical-align: top; 
		color: #456;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
	}

	#RealForm .msg-field { color: #555555;}
	
	#RealForm input[type="submit"] {
height: 30px;
text-transform: uppercase;
color: #fff;
background-color: #FF6100;
font-weight: bold;

	}

/* 	#RealForm input[type="submit"]:hover { background-color: #DDE; } */

	.msg-error { color: #AD2A09; }
	.msg-succes { color:#2CB64D; }

	.inputErr { background-color: #FCC !important; }

	.redAlert {
		background: #AD2727 !important;
		border: #699 !important;
	}

	.greenAlert {
		background: #216028 !important;
		border: #699 !important;
	}