body {
	margin: 0;
	padding: 0;
}
.mainform {
	border: 1px solid;
	border-radius: 10px;
	background-color: rgba(1,1,1,0.8);
	color: #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding: 10px;
	select-shadow: 0 0 13px 3px rgba(0,0,0,.5);
	width: 240px;
}
.mainform div {
	padding: 7px;
}
.mainform .subscribebutton {
	display: flex;
	flex-direction: row;
	padding: 0;
	width: 240px;
}
.mainform .subscribebutton .subscribe {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0;
}
.mainform .subscribebutton .img {
	
}
.mainform .subscribebutton img {
	width: 40px;
	cursor: pointer;
}
.mainform .select .box {
	width: 240px;
	padding: 7px 0 0;
}
.mainform .select .box select {
	background-color: rgba(150,150,150, 0.5);
	color: #f1f4b4;
	padding: 8px;
	width: 220px;
	border: none;
	font-size: 12pt;
	select-shadow: 0 5px 25px rgba(0, 0, 0, 0.8);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
	border-radius: 8px;
}
.mainform .select .box select option {
	padding: 8px;
}
.mainform .textinput label {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
.mainform .textinput input {
	width: 220px;
	border-radius: 7px;
	background-color: rgba(150,150,150, 0.5);
	border: none;
	font-weight: bold;
	padding: 4px;
	color: #f1f4b4;
}
.mainform .button {
	display: none;
	align-self: flex-end;
}
.mainform .button input {
	font-weight: bold;
	border: none;
    background: #416b68;
    background: -webkit-gradient(linear, left top, left bottom, from(#6da5a3), to(#416b68));
    background: -webkit-linear-gradient(top, #6da5a3, #416b68);
    background: -moz-linear-gradient(top, #6da5a3, #416b68);
    background: -ms-linear-gradient(top, #6da5a3, #416b68);
    background: -o-linear-gradient(top, #6da5a3, #416b68);
    background-image: -ms-linear-gradient(top, #6da5a3 0%, #416b68 100%);
    padding: 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-select-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    -moz-select-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    select-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #e1e1e1;
}
.mainform .break {
  flex-width: 100%;
  height: 0;
}