.form{
    color: white;
    position: relative;
    top: -530px;
    height:510px;
    width: 400px;
    padding: 10px 10px 10px 20px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: -520px;
    font-family: helvetica, arial;
}

.form_element{
	margin: 10px 0;
	padding-left: 15px;
}

.btn {
    background: #b34026;
    background-image: -webkit-linear-gradient(top, #b34026, #9d3821);
    background-image: -moz-linear-gradient(top, #b34026, #9d3821);
    background-image: -ms-linear-gradient(top, #b34026, #9d3821);
    background-image: -o-linear-gradient(top, #b34026, #9d3821);
    background-image: linear-gradient(to bottom, #b34026, #9d3821);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    text-shadow: 0 1px 3px #666666;
    -webkit-box-shadow: 0 1px 3px #666666;
    -moz-box-shadow: 0 1px 3px #666666;
    box-shadow: 0 1px 3px #666666;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: none;
}

.btn:hover {
    background: #fabb3c;
    background-image: -webkit-linear-gradient(top, #fabb3c, #eb9d00);
    background-image: -moz-linear-gradient(top, #fabb3c, #eb9d00);
    background-image: -ms-linear-gradient(top, #fabb3c, #eb9d00);
    background-image: -o-linear-gradient(top, #fabb3c, #eb9d00);
    background-image: linear-gradient(to bottom, #fabb3c, #eb9d00);
    text-decoration: none;
}