#box {
	width: 205px;
	float:right;
	}
#box_top {
	height: 40px;
	background: url(img_top.png);
	background-repeat:no-repeat;
	}
.box_topheading {
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
	padding-top: 18px;
	color:#fff;
	text-align:center;
	}
#box_middle {
    background: url(img_middle.png);
	background-repeat:repeat-y;
	}
.box_midcontent {
    font-family :Arial;
    font-weight:bold;
    font-size:12px;   
    color:#fff;
    padding-top:5px;
    line-height:20px;
    text-align:center;
    } 
.box_textbox {
    padding-top:5px;
   } 
.box_textbox input[type="submit"] {
     margin-left:50px;
   }
textarea {
    font-family :Arial;
    font-size:12px;   
    border:1px solid #ddd;
    width:158px;
    color:#777;
    margin-left:22px;
    }
#box_button {
    height: 27px;
	background: url(img_btn.png);
	background-repeat:no-repeat;
	font-family :Arial;
    font-size:12px;
    color:Maroon;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    padding-right:10px;
    margin-top:5px;
    width:160px;
    border:0;
    }
#box_button:hover {
    height: 27px;
	background: url(img_btn-hover.png);
	background-repeat:no-repeat;
	font-family :Arial;
    font-size:12px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    padding-right:10px;
    margin-top:5px;
    width:160px;
    border:0;
    }
#box_button:active {
    height: 27px;
	background: url(img_btn-active.png);
	background-repeat:no-repeat;
	font-family :Arial;
    font-size:12px;
    color:Maroon;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    padding-right:10px;
    margin-top:5px;
    width:160px;
    border:0;
    }
#box_bottom {
	height: 30px;
	background: url(img_bottom.png);
	background-repeat:no-repeat;
	}