﻿
.nocss{
	position:absolute;
	left:-10000px;
	line-height:1px;
	font-size:1px;
	margin:0;
	padding:0;
}

/*a:link { color: #03f;text-decoration: none;}*/
/*a:active { color: #03f; text-decoration: none }
a:link:hover { color: #87c540; text-decoration: none }*/
/*a:visited { color: #03f; text-decoration: none }
a:visited:hover { color:  #09f; text-decoration: none }*/
.messageError {color: red; font-weight: bold }


br.clearall{
 	clear:both;
	font-size:1px;
	line-height:1px;
	height: 1px;
}


/*a.img:hover img{
	border-color:#666;
}*/


/*hr{
	float: left;
	clear:both;
	width: 100%;
	margin-top: 10px;
}*/

/* Note: if put in height of eg 10px so image is better then in IE puts border around - can't get rid of it
so just do this way - image not best but ok and does work in IE */
/*hr.separator{
	border: 0;
    background:url(../images/cssImages/separator.png) repeat-x top left;
}*/

/* !Buttons */
/*a.button{
	background: url(../images/cssImages/bg-buttonCalc.png) repeat-x;
	text-decoration: none;
	font-size:13px;
	color:#fff;
	min-width: 70px;
	font-weight: bold;
	padding:3px 5px;
	display: inline-block;
	text-align: center;	
}

a.button:hover 
{
    color: White;
}*/


