/********************* contact us Form *************************/
#dealer-contact-details {
	clear: both;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:30px;*/
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	border:4px solid #FFF;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
}
.dealer-contact-details-inner, .dealer-contact-form-inner
{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}
.dealer-user-field {
	padding:4px;
}
.dealer-user-textarea {
	height:150px;
}
.dealer-user-input {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #A9B3BC;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
	outline:none;
}

ul.dealer-contact-widget li {
	font-size:14px;
	padding-left:10px;
	margin-left:5px;
	background: url(../images/bullet-login.png) no-repeat left 6px;
	line-height: 1.7;
}

ul.dealer-contact-widget  li:first-child{
	padding-left: 0;
	background: none;
}

ul.dealer-contact-widget li img{
	vertical-align: text-top;
}

.dealer-contact-table {
	border: solid 1px #ddd;
}
.dealer-contact-table tr:nth-of-type(even) {
background: #f9f9f9;
}
.dealer-contact-table td {
	padding: 0.6em 0.66667em;
	display: table-cell;
	line-height: 1.2em;
}
.wordbreak{
	word-wrap: break-word;
	word-break: break-word;
}