.formclass {
width: 100%;
margin-left: 20px;
}
.tline {
    margin-bottom: 5px;
}
#content .test div {
    width: 500px;
    overflow: hidden;
    margin: 0 0 5px 0px;
    overflow: hidden;
    font-size: 13px;
}
.msinput {
    line-height: 31px;
    height: 31px;
    background: #fff;
    border: 1px solid #349c61;
    text-align: center;
    color: #349c61;
    width: 83px;
    margin-right: 5px;
}
.formclass input {
    vertical-align: middle;
    font-family: 微软雅黑;
}
.tline img {
    position: relative;
    top: 6px;
}
.urlinput {
    line-height: 31px;
    height: 31px;
    background: #fff;
    border: 1px solid #349c61;
    color: #349c61;
    width: 190px;
    padding-left: 5px;
    margin: 0 5px;
}
.buttonopen {
    width: 115px;
    height: 33px;
    background: url(../../images/an01.png) no-repeat center center;
    cursor: pointer;
    border: none;
}
.buttonsubmit{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
}
