﻿/* Intellisell Contact.css version 3.2.0 */

.grecaptcha-badge {
    bottom: 200px !important;
}

#contactAddressMapCanvas
{
   /* width:980px;
    height:250px;*/
    display:none;
}

.contactAddressContainer, .contactTelephoneContainer
{
    margin:10px 0;
}

.addressPartCompanyName, .addressPartPostocde
{
    font-weight:700;
}

.emailRow
{
	margin:0 0 6px;
}

.emailLabelColumn
{
	float:left;
	width:80px;
}

.emailInputColumn
{
	float:left;
	width:500px;
}

.emailLabel
{
    vertical-align:top;
}

.emailInputColumn input
{
	width:100%;
}

#message
{
	width:500px;
	height:150px;
}

#emailSendContainer
{
	margin:6px -6px 0 0;
	text-align:right;
}

.contactLeft {
	width:300px;
	float:left;
}

.contactRight {
	width:600px;
	float:right;
}