.centerTable {
    margin: 0 auto !important;
}

#maindiv {
	position: relative;
	width: 300px;
	top: 20px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-radius: 8px;
	border: thin none #000000;
	-webkit-box-shadow: 0px 0px 0px 0px #FFFFFF;
	box-shadow: 0px 0px 0px 0px #FFFFFF;
	background-color: transparent;
}

body {
	background-color: transparent !important;
	}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}

input[type="text"], [type="password"], [type="button"]{
    background-color: transparent;
    color:black;
    cursor:default;
    border: thin solid brown;
    border-radius: 8px;
    padding: 5px !important;
}
input[type="button"]{
	font-weight: bold;
}
#msg{
	border-radius: 8px;
    padding: 5px !important;
   -webkit-box-shadow: -8px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -8px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -8px 7px 5px 0px rgba(0,0,0,0.75);
	display: none;
}

.trans{
	color: #000000;
	text-shadow:1px 0px 1px #ffffff;
}