@CHARSET "UTF-8";

select { background:#D8E5EE}

 ::-webkit-input-placeholder {color: #000; }
 
:-moz-placeholder {color: #000; }
 
::-moz-placeholder {color: #000;}
 
:-ms-input-placeholder {color: #000;}
                  

.Sitebar input
{
	width:164px;
	height:20px;
	margin-top:3px;
	border:solid;
	border-width:1px;
	border-color:#17479e;
	background-color:#d8e5ee;
	indent:10px;
}

.Sitebar textarea
{
	width:164px;
	height:60px;
	margin-top:3px;
	border:solid;
	border-width:1px;
	border-color:#17479e;
	background-color:#d8e5ee;
}

.ContactFormContainer
{
	overflow:hidden;
	height:220px;
}

.FormSendButton
{
	display:block;
	width:164px;
	height:20px;
	margin-top:3px;
	border:solid;
	border-width:1px;
	border-color:#17479e;
	background-color:#d8e5ee;
	text-align:center;
}

select
{
	border:solid;
	border-width:1px;
	border-color:#17479e;
	margin-top:3px;
	width:166px;
	height:20px;
}