.my-style .button
.my-style {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    padding: 8px 15px;
    border:1px solid #d0d1d5;
    background: #f5f5f5;
	font: 14px 'Open Sans';
}

.my-style h3 {
    font-size: 16px;
    padding: 2px 10px 6px 10px;
    display: block;
    margin: 0;
    color: #777;
    font-weight: bold;
    text-align: center;
	background: #f7f7f7;
}

.my-style .submit {
    border-top:1px solid #d0d1d5;
    margin: 0;
}

.my-style h1 {
    font-size: 25px;
    padding: 10px 0;
    display: block;
    border-bottom:1px solid #d0d1d5;
    border-top:1px solid #d0d1d5;
    margin: 0 0 20px;
    color: #777;
}
.my-style h1>span {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    color: #777;
}
.my-style label {
    display: block;
    margin: 0px;
}
.my-style label > span {
    float: left;
    width: 30%;
    padding-right: 10px;
    margin-top: 3px;
    color: #777;
}

.my-style label > img {
    margin-top: 0;
    margin-bottom: 14px;
}

.my-style .block-error {
    width: 61.8%;
    margin-left: 32%;
    margin-top: -8px;
    padding-bottom: 15px;
    color: #f60712;
	font: 13px 'Open Sans';
    font-weight: bold;
}

.my-style input[type="text"],
.my-style input[type="email"],
.my-style input[type="url"],
.my-style input[type="password"],
.my-style input[type="number"],
.my-style textarea,
.my-style select {
    border: 1px solid #d0d1d5;
    color: #777;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 9px 3px 9px;
    width: 61.8%  ! important;
    font: 13px 'Open Sans';
    line-height:15px;
}

.my-style input[type="file"] {
    margin-bottom: 16px;
    padding: 6px 9px 3px 0;
}

.my-style textarea{
    padding: 7px 9px;
    width: 61.8% ! important;
}
.my-style select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 65%;
    height: 38px;
    line-height: 25px;
    cursor: pointer;
}
.my-style textarea{
    height:100px;
}

.my-style .button {
    margin-top: 10px;
    background: #4b8df8;
    font-weight: bold;
    border: none;
    padding: 8px 15px;
    color: #FFF;
    cursor: pointer;
	font: 14px 'Open Sans';
}

.my-style .button:hover {
    background: #0e46a2
}

.my-style .warning {
    margin-top: 10px;
    background: #08c12f;
    font-weight: bold;
    border: none;
    padding: 15px 25px 15px 25px;
    color: #FFF;
    cursor: pointer;
}

.my-style .warning:hover {
    background: #039221;
}

@media screen and (max-width:360px) {
.my-style label > span { float: none; display: block; width: 100%; text-align: left; padding-right: 10px;}
.my-style input[type="text"], .my-style input[type="email"], .my-style input[type="url"], .my-style input[type="password"], .my-style input[type="number"], .my-style textarea, .my-style select { width: 100% ! important;}
}