/*----------------------------------------------------------------------------
++ JoomlaJunkie Simple Contact Module
++ Version 1.0. for Joomla 1.5.x. Last edited on Thursday, 13th November 2008.
----------------------------------------------------------------------------*/
#simpleContact p{
	margin: 0;
	padding: 0 0 5px 24px;
}
p.contact-name{
	background: transparent url(images/contact-name.png) no-repeat;
	font: bold 17px Arial;
	margin-bottom: 0;
}
p.contact-address{
	background: transparent url(images/contact-address.png) no-repeat;
}
p.contact-mobile{
	background: transparent url(images/contact-mobile.png) no-repeat 3px 0;
}
p.contact-tel{
	background: transparent url(images/contact-telephone.png) no-repeat;
}
p.contact-fax{
	background: transparent url(images/contact-fax.png) no-repeat;
}
p.contact-email{
	background: transparent url(images/contact-email.png) no-repeat;
}
p.contact-website{
	background: transparent url(images/contact-link.png) no-repeat;
}
p.contact-email a{
	color: #333;
}
#simpleContact p.contact-sendusemail{
	padding: 0;
}
p.contact-sendusemail a:link, .contact-sendusemail a:visited{
	display: block;
	width: 176px;
	height: 26px;
	background: transparent url(images/contact-sendusemail.png) no-repeat;
	color: #333;
	font-size: 11px;
	padding: 5px 0 0 8px;
	margin-top: 8px;
}
.contact-sendusemail span{
	text-transform: capitalize;
}
#simpleContact .contact-alert{
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #EFDD1D;
	background: #FFFEEF;
	color: #8F5B00;
}
.contact-alert em{
	color: #8F5B00;
	background: #FFEEBF;
}
.simpleContact-item{
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dotted #ccc;
}
#simpleContact .contact-image{
	padding: 1px;
	background: #fff;
	border: 5px solid #eee;
}
/* Custom Template Tweaks */
#simpleContact.beez,
#simpleContact.vector{
	padding: 0 0 1em 1em;
}
#simpleContact.vector .contact-image{
	margin: 0 0 1em;
}
#simpleContact.zappa .contact-image{
	border-color: #DFD7B5;
	margin: 0 0 .5em;
}
#simpleContact.zappa p.contact-sendusemail a{
	padding: 4px 0 0 8px;
}