.inputError {
border: 1px solid #00CCFF;
color:#333;
background-color:#FFF;
padding:2px;
}
.inputNormal {
border: 1px solid #00CCFF;
color:#999999;
background-color:#EFEFEF;
padding:2px;
}
.innerError {
border: 1px solid #DDD;
color:#FF8800;
padding:2px;
}
.buttonstyle {
	border: #FF8000 1px solid;
    padding: 2px;
	margin: 0px;
    background-position: center;
	background-color: #EDEBE0;
	color: #000000;
    text-align: center;
	text-decoration: none;
    font-weight: bold;
    font-family: verdana;
    cursor: hand;
}
.cssRules {
    position: relative;
    color: #004080;
    background-color: #ffffff;
    margin-left: 2px;
    margin-right: 0px;
    border: #004080 1px solid;
    border-left: #004080 4px solid;
    height: 100%;width: 100%;
    z-index: 1;
}
.syntaxreq {
	COLOR: #A80000
}
.syntaxopt {
	COLOR: #0080C0
}