/* base config */
body {background-color: #FFDFFF; font-family: Arial; color: #808080; font-size: 12px}

/* link configs */
a:link {color:#2980B9;text-decoration:none}
a:visited {color:#2980B9;text-decoration:none}
a:hover {color:#FF8080;text-decoration:none;}
a:active {color:#2980B9;text-decoration:none}

/* disable digital image auto rotation */
img {image-orientation: none;}
input {image-orientation: none;}

/* screen configs */
.title {color: #808080; font-family: Arial; font-size: 26px; font-weight: bold}
.title2 {color: #808080; font-family: Arial; font-size: 12px; font-weight: bold}
.text1 {color: #808080; font-family: Arial; font-size: 12px;}
.text2 {color: #008080; font-family: Arial; font-size: 12px; font-weight: bold;}
.text3 {color: #808080; font-family: Arial; font-size: 12px; text-align: center;}
.text1h {color: #808080; font-family: Arial; font-size: 12px;background-color: #FFFF80}
.text2h {color: #008080; font-family: Arial; font-size: 12px; font-weight: bold;background-color: #FFFF80}
.break {color: #C0C0C0;background-color: #C0C0C0;height: 2px; border: 0}
.button {font-size: 15px; font-family: Arial; background-color:#FFFFCA; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold}
.button2 {font-size: 10px; font-family: Arial; background-color:#FFFFCA; border-style: solid; border-color: #808080; border-width: 1px; text-align: center; font-weight: bold}
.button3 {font-size: 15px; font-family: Arial; background-color:#FFFFCA; 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: "Verdana" sans-serif;
        font-size: 1em;
        text-align: left;
        color: #2980B9;
        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;}