@charset "utf-8";


/* General style */

.input1{
font-family: Georgia;
color: #999999;
font-size: 12px;
width: 155px;
height: 24px;
position: relative;
padding-top: 7px;
padding-left: 10px;
background-image: url(../img/news_input1.jpg);
background-repeat:no-repeat;
border: 1px solid #fffdf4;
background-color: #fffdf4;
}

.input2{
font-family: Georgia;
color: #999999;
font-size: 12px;
width: 155px;
height: 24px;
position: relative;
padding-top: 7px;
padding-left: 10px;
background-image: url(../img/news_input2.jpg);
background-repeat:no-repeat;
border: 1px solid #fffdf4;
background-color: #fffdf4;
}

.input3{
font-family: Georgia;
color: #999999;
font-size: 12px;
width: 107px;
height: 24px;
position: relative;
padding-top: 7px;
padding-left: 10px;
background-image: url(../img/search_input.jpg);
background-repeat:no-repeat;
border: 1px solid #fffdf4;
background-color: #fffdf4;
float: left;
}

.butt{
width: 90px;
height: 28px;
position: relative;
margin-left: 70px;
background-image: url(../img/news_butt.jpg);
background-repeat:no-repeat;
border: 0px;
cursor: pointer;
}

.searchbutt{
width: 164px;
height: 32px;
background-image: url(../img/search_butt.jpg);
background-repeat:no-repeat;
border: 0px;
cursor: pointer;
float: left;
}

.green{
font-family: Georgia;
color: #33CC66;
font-size: 12px;
}

.red{
font-family: Georgia;
color: #FF6600;
font-size: 12px;
}

.formtext{
font-family: Georgia;
color: #666666;
font-size: 12px;
}


