/* base config */
body {font-family: Arial; background-color: #0B234B; color: #FFFFFF; font-size: 12px}

/* link configs */
a:link {color:#66CCFF;text-decoration:none; font-weight: bold}
a:visited {color:#66CCFF;text-decoration:none; font-weight: bold}
a:hover {color:#FF8080`;text-decoration:none; font-weight: bold}
a:active {color:#66CCFF;text-decoration:none; font-weight: bold}

/* screen configs */
.title {font-family: Arial; font-size: 26px; font-weight: bold}
.title2 {font-family: Arial; font-size: 12px; font-weight: bold}
.text1 {font-family: Arial; font-size: 12px;}
.text2 {color: #FFFFFF; font-family: Arial; font-size: 12px; font-weight: bold;}
.text3 {font-family: Arial; font-size: 12px; text-align: center;}
.error {color: red; font-family: Arial; font-size: 12px;}
.button {font-size: 15px; font-family: Arial; background-color:#006699; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold}
.button3 {font-size: 15px; font-family: Arial; background-color:#006699; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold; width: 80}

/* form config */
form {
        display: inline;
}
button {overflow: visible; width: auto;}
button.link {
	font-family: "Arial" sans-serif;
	font-size: 1em;
	text-align: left;
	color: #66CCFF;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
        font-weight: bold;
}
button:hover {
	color: #FF8080;
}

/* correct image auto orientation */
img {image-orientation: none;}
input {image-orientation: none;}