/** 
* @package Constant Contact Component for Joomla! 
* @version 1.0.5 constant_contact $
* @author CloudAccess.net LCC 
* @author mail	support@cloudaccess.net
* @website		www.cloudaccess.net
* @copyright (C) 2010 – CloudAccess.net LCC 
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html  
*/
.contactContactModule label{
	margin: 4px 0px;
	display: inline;
}
.contactContactModule input{
	margin: 4px 0px;
}
.ccCenter{
	text-align: center;
}
#ccEmailModule{
	width: 215px;
}

p.ccFormLine { margin: 0;}

.ccCenter .button {
	    border: 0 none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    vertical-align: top;
    horizontal-align: center;
    width: 100px;
	background: url("./submit-button.png") repeat scroll 0 0 transparent;
	color: #DDDDDD;
}
