.inputSubscribe {
	height: 18px;
	width: 200px;
	padding: 2px 2px 0px 2px;
	border: Solid 1px #cccccc;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	font-family : Verdana, Helvetica, Sans-serif;
}

.inputQuestion {
	height: 100px;
	width: 250px;
	border: Solid 1px #cccccc;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
	overflow: auto;
	font-family : Verdana,Helvetica,sans-serif;
}

td.formField {
	font-weight: normal;
	font-size: 11px;
}

td.formItem {
	font-weight: normal;
	font-size: 11px;
}

#formError {
	font-size: 10px;
	padding: 10px;
	color: #777777;
	font-style: italic;
	background-color: #eaf2e0;
}

.submit{
	font-size: 11px;
	height: 20px;
	width: 100px;
	color: #555555;
	border: Solid 1px #cccccc;
	background-color: #f4f4f4;
	position: relative;
}

/* News subscribe */

div.subscribe {
    float: left;
    width: 280px;
    margin: 14px 0px 0px 12px;
}

h3.subscribe {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

label {	
    font-weight: normal;
    color: #ffffff;
    float: left;
    clear: left;
    width: 150px;
    text-align: left;
    margin: 2px;
    padding: 2px 0px 0px 0px;
}

.inputSubscribeNews {
	height: 18px;
	width: 270px;
	padding: 4px 2px 0px 2px;
	border: Solid 1px #cccccc;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	font-family : Verdana,Helvetica,sans-serif;
}

.submitSubscribe{
	font-size: 11px;
	height: 20px;
	width: 100px;
	color: #555555;
	border: Solid 1px #cccccc;
	background-color: #f4f4f4;
    padding: 1px 0px 4px 0px;
    margin-top: 8px;
}

p.succesMessage {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}