/**
* @copyright		(C)2012 DM Digital
* @author 			DM Digital <support@dmjoomlaextensions.com>
* @link				http://www.dmjoomlaextensions.com
* @license 			GNU/LGPL http://www.gnu.org/copyleft/gpl.html
**/

.com_dmsimplecontact table, .com_dmsimplecontact table tr, .com_dmsimplecontact table tr td{
	border: 0;
}
	
/*--- Layouts ---*/
#dmsmlplcntct_layout1, #dmsmlplcntct_layout2, #dmsmlplcntct_layout3, #dmsmlplcntct_layout4, #dmsmlplcntct_layout5{
	border: 0;
	border-spacing: 0;
	width: 100%;
}
.dmmap, .dminfo, .dmother, .dmform{
	vertical-align: top;
}

#dmsmlplcntct_layout1 .dmmap{ width: 70%; }

#dmsmlplcntct_layout2 .dmform{ width: 60%; }

#dmsmlplcntct_layout3 .dmform{ width: 60%; }

#dmsmlplcntct_layout5 .dmform{ width: 60%; }

/*--- dmSimplecontactStyle Default Style ---*/
#dmSimplecontactStyle{
	width: 100%;
}

#dmSimplecontactStyle table tr td{
	vertical-align: top;
}

#dmSimplecontactStyle label{
	font-size: 10px;
	width: 100%;
	text-align: left;
	clear: both;
}
#dmSimplecontactStyle input, #dmSimplecontactStyle textarea, #dmSimplecontactStyle .box, #dmSimplecontactStyle .fieldbox{
	background-color: #fff;
	border: 1px solid #ccc;
	clear: both;
}
#dmSimplecontactStyle .fieldbox{
	margin-top: 5px;
	width: 100%;
}
#dmSimplecontactStyle .fieldbox input[type=checkbox]{
	margin: 0 5px;
}
#dmSimplecontactStyle .fieldbox label{
	display: inline;
}
#dmSimplecontactStyle select{
	background-color: #fff;
	border: 1px solid #ccc;
}
#dmSimplecontact_sendButton{
    float: left;
	margin-top: 10px;
}

.infophone, .infofax, .infomobilephone, .infoemail, .infoskype, .infofacebook, .infotwitter  {
    display: block;
}

.infoskype img, .infofacebook img, .infotwitter img{
	vertical-align: bottom !important;
}

#dmSimplecontact_formContact{
	width: 97%;
	margin-top: 10px;
}
#dmSimplecontact_formContact input[type=text], #dmSimplecontact_formContact textarea, #dmSimplecontact_formContact select, #dmSimplecontact_formContact .button, #dmSimplecontact_formContact .box{
	width: 100%;
	clear: both;
	margin-bottom: 3px;
}
#dmSimplecontactStyle textarea{
	height: 120px;
}
#recaptcha_area{
	margin: 0 auto;
}

#dmSimplecontact_blockMap{
	width: 97%;
	border: 1px solid #ccc;
}
#dmSimplecontact_blockMapDirections{
	position: relative;
}
#dmSimplecontact_blockMapDirectionsContainer{
	display: none;
	width: 100%;
	margin-left: -1px;
	height: 300px;
	overflow: auto; 
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 1001;
}
#dmSimplecontact_blockMapDirectionsCanvas{
	width: 100%;
	clear: both;
}
.dmSimplecontact_blockMapDirectionsClose, .dmSimplecontact_blockMapDirectionsPrint{
	display: block;
	float: left;
	width: 50%;
	height: 18px;
	color: #333 !important;
	text-decoration: none !important;
	background-color: #f1f1f1 !important;
	text-align: center;
	font-weight: bold !important;
}
.dmSimplecontact_blockMapDirectionsClose:hover, .dmSimplecontact_blockMapDirectionsPrint:hover{
	background-color: #fff !important;
}

.dmnotfilled{
	border: 1px solid #FF0000 !important;
	background-color: #FFCFCF !important;
}
#dmSimplecontact_formerrorm{
	width: 100%;
	text-align: center !important;
	font-weight: bold;
	margin-top: 10px;
	color: #FF0000;
}
#dmSimplecontact_sendingMess{
	display: none;
	width: 100%;
	text-align: center;
}
.dmSimplecontact_socialinks{
	overflow: hidden;
	clear: both;
}
.dmSimplecontact_socialinks a{
	display: block;
	float: left;
	margin-right: 5px;
}

.dmSimplecontact_customcheck p{
	display: inline;
}