/*html{font-family:Arial; font-size:11px;color:#173281}*/
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
img{border:0;disply:block;}

html{height:100%;}

*{margin:0;padding:0}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
* html>body .clearfix {
display: inline-block;
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}        


/*dbug*/
.dbugRed{border: solid 1px #ff0000;}
.dbugBlack{border: solid 1px #000000;}
.dbugMagenta{border: solid 1px #FF00FF;}
.dbugBlue{border: solid 1px #0000FF;}
.dbugAqua{border: solid 1px #00FFFF;}
.dbugLime{border: solid 1px #00FF00;}
.dbugYellow{border: solid 1px #FFFF00;}




.errorForm{padding-left:0px;color:#003263;text-decoration:underline;}
	/*form*/
	#inputArea
	{
	    font-family: Arial, Sans-Serif;
	    font-size: 13px;
	    background-color: #d6e5f4;
	    padding: 10px;
	    width:310px;
	}
	#inputArea input, #inputArea textarea
	{
	    font-family: Arial, Sans-Serif;
	    font-size: 13px;
	    margin-bottom: 5px;
	    display: block;
	    padding: 4px;
	    width: 300px;
	}

        .activeField
        {
            background-image: none;
            background-color: #ffffff;
            border: solid 1px #33677F;
        }
        .idle
        {
	    border: solid 1px #85b1de;
	    background-repeat: repeat-x;
	    background-position: top;
        }
