/*
    Document   : layout1.css
    Created on : 13.04.2011, 13:38:29
    Author     : Christian Wolfram, Markus Liermann
    Description:
        Purpose of the stylesheet follows.
*/

.tx-limaksupermailer-pi1 {
    color: #696969;
}

.tx-limaksupermailer-pi1 td {
	padding: 0 0 10px 0;
}

.limak-supermailer-submit  {
	background: #ffffff;
	border: 0px solid #ffffff;
	cursor:pointer;
	border: 1px solid #656768;
}

.tx-limaksupermailer-pi1 .limak-supermailer-lastname,
.tx-limaksupermailer-pi1 .limak-supermailer-firstname,
.tx-limaksupermailer-pi1 .limak-supermailer-email,
.tx-limaksupermailer-pi1 .limak-supermailer-plz,
.tx-limaksupermailer-pi1 .limak-supermailer-town {
	border: 1px solid #999797;
	margin-bottom: 3px;
	width: 150px;
	color: #696969;
	font-size: 9pt;
	height: 19px;
	margin-bottom: 4px;
}

.tx-limaksupermailer-pi1 input:hover {
	border: 1px solid #656768;
	cursor:pointer;
}

.tx-limaksupermailer-pi1 input:focus {
	background: #ededed;
	border: 1px solid #656768;
	cursor:pointer;
}

.limak-supermailer-errormsg {
	font-weight: bold;
	color: #A7125F;
	padding-bottom: 10px;
}