@charset "utf-8";

body {
	margin:10px;
	padding:0px;
	font-size:12px;
	font-family: "ËÎÌå",Arial, Helvetica, sans-serif, verdana;
}
.required{color:Red;}
.inputbox{border: #9bbdd3 1px solid; background:url(resume_input_bg.gif) repeat-x center top; color: #000; height: 16px;line-height:16px;width:130px;}
.container {
	margin:auto;
	height:100%;
	width:800px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.title{
    width:100%;
    height:24px;
    line-height:24px;
    background:url(resume_title_bg.gif) repeat-x;
    font-size:14px;
    color:#ff7300;
    font-weight:bold;
}
.box{
    width:100%;
    height:100%;
    margin-top:5px;
    margin-bottom:5px;
}
.box td{
    text-align:left;
}
.bottonbox{
    height:25px;
    line-height:25px;
}
.addButton{
    border:0px;
    width:80px;
    height:25px;
    background:url(resume_add.gif);
    float:right;
    margin-right:10px;
}
.submitButton{
    border:0px;
    width:120px;
    height:30px;
    background:url(resume_submit.gif);
}
table a{
    color:Red;
}
.file
{
    border:1px solid #ccc;
}
