

.spacer-very-big   	{clear: both; padding-top: 80px;}
.spacer-big   		{clear: both; padding-top: 40px;}
.spacer-medium   	{clear: both; padding-top: 25px;}
.spacer-small 		{clear: both; padding-top: 10px;}
.spacer-very-small 	{clear: both; padding-top: 5px;}

.clear 				{clear: both; }


a.output:link {
	text-decoration : none;
	color : #4e4e4e;
}
a.output:active {
	text-decoration : none;
	color : #4e4e4e;
}
a.output:visited {
	text-decoration : none;
	color : #4e4e4e;
}
a.output:hover {
	text-decoration : underline;
	color : #4e4e4e;
}
a.r:link {
	text-decoration : none;
	color : #000000;
}
a.r:active {
	text-decoration : none;
	color : #000000;
}
a.r:visited {
	text-decoration : none;
	color : #000000;
}
a.r:hover {
	text-decoration : none;
	color : #000000;
}




textarea.output {
	background-color : #f9f9f9;
	border : 1px solid #CCCCCC;
}


select.output {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	border: 1px solid #CCCCCC;
	width: 100px;
	padding: 4px;
}

input.output {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
input.submit {
	color : #000000;
	font-family : Verdana;
	font-size : 8pt;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	min-width: 70px;
	padding: 4px;
	background: #DDDDDD;
	cursor: pointer;
}
input.submit:hover{
	background: #D8D8D8;
}


.mailsolved-output {
	color : #000000;
	font-family : Verdana;
	font-size : 9pt;
	border-color : #000000;
	border-width : 1px;
}

.mailsolved-notification {
	padding-bottom: 10px;
}

.mailsolved-bold {
	font-weight: bold;
}


.error {
	color : #FF0000;
	font-family : Verdana;
	font-size : 9pt;
	border-color : #000000;
	border-width : 1px;
}

#formOutput
{
	/*padding-top: 4px;*/

}

#loading
{
	float: left;
    display: none;
    padding-left: 14px;
    line-height: 26px;
    height: 26px;
}
