#Signup {
	top: 125px;
	color: #fff;
	font-size: 12px;
	height: 202px;
}
#Signup div.boxContentMusic {
	padding: 12px 6px 6px 6px;
	text-align: center;
        height: 180px;
}
#Signup input {
    font-size: 12px;
    display:inline-block;
    position:relative;
    height:32px;
    line-height:32px;
    background:#8A0000;
    padding:0 16px;
    color:#fff;
    margin-top: 20px;
    margin-right:5px;
    margin-bottom:8px;
    left:0px;
    top:0px;
    border:none;
    transition:all 0.1s;
    -webkit-box-shadow:1px 1px #620000, 2px 2px #620000, 3px 3px #620000, 4px 4px #620000;
    -moz-box-shadow:   1px 1px #620000, 2px 2px #620000, 3px 3px #620000, 4px 4px #620000;
    box-shadow:        1px 1px #620000, 2px 2px #620000, 3px 3px #620000, 4px 4px #620000;
}
#Signup input:hover, #Signup input:active, #Signup input:focus {
    left:4px;
    top:4px;
    text-decoration:none;
    box-shadow:none;
    cursor:pointer;
}
