input[type="button"]{
	background: #ccc;
	border: none;
	min-width:  30px;
}

input[type="button"]:hover{
	background: #aaa;
}

.submitButton{
	background:#ccc;
	border: none;
	min-width: 60px;
	min-height: 30px;
	float: right;
}

.submitButton:hover{
	background: #aaa;
}

input[type="password"]{
	background: white;
}

.textEdit{
	width: 99%;
	max-width: 99%;
	min-height: 400px;
	
	font-family: Tahoma, Arial, 'Lucida Sans Unicode' ;
	line-height: 1.5;
	font-size: 100%;
}

.toolbox{
	background: #eee;
	width: 99%;
	padding-left: 1%;
}

.selectPage{
	background: #eee;
	min-height: 40px;
	width: 99%;
	padding-left: 1%;
}

#selectPage{
	background: #ccc;
	border: none;
	
	
}