/* forms begin */

.input-normal
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 440px; 
	height: 20px;
	border: 0px; 
	padding: 5px; 
	color: #a9a9a9; 
	line-height: 1.8; 
	background-color: #efeeec;
}
.input-normal:hover, .input-normal:focus
{
	background-color: #e0dfde;
}

.input-normal-mandatory
{
	background-image: url('../images/mandatory_field.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.textarea-normal
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 12px;
	width: 440px;
	height: 120px;
	border: 0px;
	padding: 5px;
	color: #a9a9a9;
	line-height: 1.8;
	background-color: #efeeec;
}
.textarea-normal:hover, .textarea-normal:focus
{
	background-color: #e0dfde;
}

/* forms end */

/* homepage begin */

.input-search
{
	width: 140px;
	height: 20px;
	padding: 5px;
	background-color: white;
	border: 1px solid #e9e9e9;
	line-height: 1.8;
}

.input-newsletter
{
	width: 230px;
	height: 20px;
	padding: 5px;
	background-color: white;
	border: 1px solid #e9e9e9;
	line-height: 1.8;
}

.block-contact-form
{
	width: 460px;
	text-align: left;
	margin: 15px 0px 15px 15px;
}

.title-contact-space
{
	width: 440px;
	margin: 10px 0px 15px 0px;
}

.input-general-space
{
	margin: 10px 0px 5px 0px;
}

.input-download-space
{
	margin: 20px 0px 15px 0px;
}

.btn-link-form,
a.btn-link-form:link,
a.btn-link-form:visited,
a.btn-link-form:active
{
	display: inline-block;
    background-color: #009fd9;
    border-radius: 0px 0px 0px 0px;
    color: white;
    padding: 8px 10px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
	line-height: 1.2;
	min-height: 16px;
}
a.btn-link-form:hover
{
	background-color: #73b633;
}

.btn-form-blue,
a.btn-form-blue:link,
a.btn-form-blue:visited,
a.btn-form-blue:active,
a.btn-form-blue:hover
{
    color: white;
	font-size: 13px;
	font-weight: bold;
	border: 0px;
}

.btn-form-green,
a.btn-form-green:link,
a.btn-form-green:visited,
a.btn-form-green:active,
a.btn-form-green:hover
{
    color: white;
	font-size: 13px;
	font-weight: bold;
}

.btn-form-green-block
{
	display: inline-block;
	width: 450px;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #73b633;
}
.btn-form-green-block:hover
{
	background-color: #009fd9;
}

.btn-form-blue-block
{
	display: inline-block;
	width: 450px;
	height: 32px;
	text-align: center;
	padding-top: 14px;
	line-height: 1.2;
	cursor: pointer;
	background-color: #009fd9;
}
.btn-form-blue-block:hover
{
	background-color: #73b633;
}

.btn-margin-to-form
{
	margin-top: 24px;
}

.block-input-btn-search
{
	display: block;
	width: 220px;
	height: 15px;
}

/* homepage end */