

.formButton {
	background-color: white;
	overflow: visible;
	text-align: right;
	padding-left: 0px;
	font-weight: normal;
	border: 0pt solid black;
	font-family: Helvetica;
	font-size: 12px;
	color: black;
	text-decoration: none;
	hover: color :   red;
	cursor: pointer;
	margin-left:0px;
}

.formButton:hover {
	color: red;
}

#errorMessage { /* 	font-weight: bold; */
	color: #FF0000;
	border: 1px dotted #BB0000;
	display: inline-block;
	width: 600px;
	color: #BB0000;
	padding: 20px 20px 10px 58px;
	font-weight: bold;
	background-color: #DDFFAA;
	background: url(../img/error.gif) no-repeat 20px center #FFEEDD;
}

#formline div {
	clear: both;
	padding: 5px 0px;
}

#formline label {
	float: left;
	width: 100px; 
	text-align: right;  
	padding-top: 3px;
	padding-right: 5px;
}

#formline span {
	padding-right: 20px;
	text-align: left;
	float: left;
}

#submitButton {
	float: right;
}


.inline-button {
	margin-bottom: 10px;	
}

.narrow-input {
	width: 250px;
}

.narrow-form {
	display: inline-block;
	min-width: 366px;
	margin: 0px;
}

.column-title {
	display: inline-block;
	min-width: 366px;
}

.column-title-important {
	font-weight: bold;
}

.symbol-button {
	margin: 0 5px 10px 5px;
	padding: 2px 5px 2px 5px;
}

.long-input {
	min-width: 290px;
}

#userTable{
	width:100%;
}

#userTable th{
	padding:2px;
	text-align:left;
	font-weight: normal;
	font-size: 12px;
}

#userTable td {
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}

#userTable i{
/* 	vertical-align:top; */
position: relative; 
top: -1px;
}

.innerform-padded {
	padding-bottom: 25px;
}

/* optional header logo */

.header-logo {
	float: left;
}

.header-logo img {
	height: 60px;
	margin-top: -20px;
}
