#content { clear: both; width: 1250px; height: 500px; position: absolute; top: 35px; left: 45px; background: white; border-radius: 5px; } #f_div{ position: relative; top: 10px; left: 80px; } #f_div p{ font-size: 16px; word-spacing: 10px; display: block; height: 30px; width: 1000px; } #f_div .help-inline{ font-size:14px; } #f_div input{ width: 240px; height:40px; } #f_div input.input1{ margin-left: 63px; } #f_div input.input2{ margin-left: 60px; } #f_div input.input3{ margin-left: 32px; } #f_div input.input4{ margin-left: 46px; } #f_div input.input5{ margin-left: 95px; } #f_div input.input6{ margin-left: 46px; background-image: url(../images/rili.png) ; background-repeat:no-repeat; background-position:95% 50%; } input:focus{ border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 6px #007eff; -moz-box-shadow: 0px 0px 5px #007eff; box-shadow: 0px 0px 5px #007eff; } .star{ color: black; position: relative; top: 5px; } #c_save,#c_cancle{ width: 110px; height: 35px; border-radius: 5px; } #c_save,#c_cancle:hover{ cursor:pointer; } #c_save{ position: relative; left: 10px; top: 20px; background: #67BA2F; font-size: 14px; } #c_cancle{ position: relative; left: 40px; top: 20px; background: #36aeea; font-size: 14px; }