#trezor label {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}
#trezor input {
	background-color: #F3F4F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-bottom: 10px;
	width:500px;
}
#trezor textarea {
	background-color: #F3F4F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-bottom: 5px;
	width: 500px;
	height:150px;

}
#trezor select {
	background-color: #F3F4F6;
	padding: 3px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width:500px;
}
#trezor #submit {
	display: block;
	margin-top: 10px;
	background-color: #1B427B;
	font-weight: bold;
	color: #FFFFFF;
	width:100px;
}
