body, table {
	font-family:Verdana;
}

input{
	margin: 4px;
	padding: 5px 10px;
	border-radius: 3px;
	width: 230px;
	border: 1px solid #bbbbbb;
}
a{
	color: #555555;
}
a:hover{
	color: #3399FF;
}

.non-active{
	pointer-events: none;
}

input:hover{
	background-color: #dcdcdc;
}

input[type=submit]{
	width: 130px;
}
input[type=submit]:hover{
	background-color: #66CCFF;
	cursor: pointer;
}

input[type=submit]:active{
	background-color: #3399FF;
}

input[type=button]{
	width: 130px;
}
input[type=button]:hover{
	background-color: #66CCFF;
	cursor: pointer;
}

input[type=button]:active{
	background-color: #3399FF;
}


.w500{
	width: 500px;
}	
.w200{
	width: 200px;
}
.w150{
	width: 150px;
}
div{
	text-align: center;
	margin: 150px auto;
}

.invisible{
	display: none;
}