body {
    margin:0px;
	padding:0px;
}

.formcontainer {
	border:0px solid #000;
	margin-top:50px;
	margin-bottom:100px;
	padding:40px 40px;
}

.formcontainer:hover {
	border-radius:0px 0px;
}

.formcontainer input[type="text"],input[type="email"],select.category2 {
    border: 2px solid grey;
    outline: none;
    margin-bottom: 25px;
    font-size: 16px;
    color: #929293;
    height: 45px;
}

.formcontainer input[type="Number"],select.category2 {
    border: 2px solid grey;
    outline: none;
    margin-bottom: 25px;
    font-size: 16px;
    color: #929293;
    height: 45px;
}

.formcontainer textarea {
    border: 2px solid grey;
    border-radius: 10px;
    outline: none;
    margin-bottom: 20px;
    font-size: 16px;
    color: #929293;
    min-height: 120px;
    background-color: transparent;
}

#button {
    border-radius: 5px;
	border:0px;
    background: #e52b2b;
    color: #fff;
    padding: 8px;
    width: 150px;
    font-size: 16px;
    letter-spacing: 1px;
	margin-bottom:20px;
}

#button:hover {
	background:transparent;
	color:#fff;
	margin-bottom:20px;
    background: #e74848;
}