/* CSS Document */

.leftside{
border: #000000 solid thin; width:300px; height:500px; float:left
}

.rightside{
border: #000000 solid thin; width:990px; height:500px;
}

#text1, #text2, #text3 {
    width: 255px;
    height: 28px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 12px;
    border: none;
    background:url(../image/input_bg.png);
    background-repeat:no-repeat;
    background-position:left top;
    color: #000;
    font-size: 12px;
    padding-bottom: 5px;
}

#text_mess {
    width: 255px;
    height: 105px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background:url(../image/text_mess.png);
    background-repeat:no-repeat;
    background-position:left top;
    color: #000;
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#login-submit, #contact-submit{
    width: 106px;
    height: 25px;
    background:url(../image/send.png);
    background-repeat:no-repeat;
    background-position:left top;
    border: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
#text1_side, #text2_side, #text3_side {
    width: 175px;
    height: 28px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 12px;
    border: none;
    background:url(../image/input_bg_side.png);
    background-repeat:no-repeat;
    background-position:left top;
    color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
}
#text_mess_side {
    width: 175px;
    height: 70px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background:url(../image/text_mess_side.png);
    background-repeat:no-repeat;
    background-position:left top;
    color: #000;
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}