.input_td {
    background-color: #dfecfd;
    height: 32px;
}

input[type=text], input[type=password] {
    height: 20px;
}

/* refer to http://kalsey.com/2003/07/rounded_corners_in_css/ */
.roundcont {
    background-color: #f6f6f6;
    margin: 5px 0 0 20px;
}

.roundtop, .roundbottom {
    background-repeat: no-repeat;
    background-position: top right;
}

img.corner {
   display: block !important;
}

#login_message_box .roundcont {
    width: 400px;
}

#login_message_box .roundtop {
    background-image: url(../images/login_tr.gif);
}

#login_message_box .roundbottom {
    background-image: url(../images/login_br.gif);
}

#login_message_box img.corner {
   width: 5px;
   height: 5px;
}

#login_msg {
    font-size: 150%;
    text-align: center;
}
