
#list {
    border-radius: 25px;
    background: #be614b;
    width: 100px;
    height: 25px;
    text-align: center;
    font-size: 15px;
    float: right;
}
#list a{
  color: #fff;
  text-decoration: none;

}

.textalign{
float:left;
width:100%
}

.selectalign {
    float: left;
    width: 100%;
}

.selectalign input[type="text"], select{
	float:right;
	box-sizing: border-box;
	margin: 5px 0 ;
	width: 50%;
}



