body {
    background: #45A4E8 url(images/main_bg.jpg) no-repeat top;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 75%; */
    font-size: 11px;
    font-weight: bold;
    color: #001587;
}
#content {
    margin: 0 auto;
    position: relative;
    width: 850px;
    height: 650px;
    font-size: 1.2em;
    text-align: center;
}
#div_for_clickable_logo {
    position: relative;
    padding-top: 0px;
    width: 530px;
    height: 130px;
    margin: 0 auto;
    text-align: center;
}
#inner_content {
    position: relative;
    /* padding-top: 130px; */
    /* width: 520px; */
    width: 850px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}
form {
    position: relative;
    margin: 0px;
    padding: 0px;
}
form input {
    border: solid 1px #026EB8;
    background:url(images/textfield_bg.png) repeat-x white;
}
form input:focus {
        background-image: none;
        background-color: white;
        border: solid 1px #DCFD2E;
}
.pink {
    color: #FD0087;
}
.white {
    color: white;
}
.dark_blue {
    color: #001587;
}
.purple {
    color: #A8005A;
}
.green {
    color: #C5EF00;
}
.yellow {
    color: #FFFF00;
}
.my_clip_button {
    width:250px;
    text-align:center;
    border:1px solid black;
    background-color: #D8F1FF;
    margin: 0 auto;
    cursor: default;
}

.my_clip_button.hover {
    background-color:#B8E5FF;
}
.my_clip_button.active {
    background-color: white;
    border: solid 1px #DCFD2E;
}
a:link {
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

