body {
    font-family: 'Lato', sans-serif;
	background-color:#F3F7E6;
}
h2{
    margin-bottom: 30px;
	font-size:1.8em;
	font-weight:600;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.sizeset{
	max-width:460px;
	margin-left:auto;
	margin-right:auto;	
}
.namepart{
	height: 40px;
	width: 20%;
	margin-top: 7px;
    float:left;
	
}
.inputpart{
	width: 79%;
	float: right;
	margin-left:1%;
	margin-top:1px;
}
.block-margin{
	margin-bottom:0px;
}
.selectbold{
	font-weight:700;
	background-color: #E6E6E6;
}
.form-control{
	height:40px;
	border-radius:0px;
	border-color:#BFBFBF;
	border-top-color:#4C4C4C;
	border-right-color:#4C4C4C;
}
.smallest{
	font-size:0.9em
}
.lightblue{
	color:#7092BE;
}
.topmargin{
	margin-top:30px;
}
.lead{
	font-weight:600;
	font-size:1.2em
}
.colored{
	color:#FF0033;
}
.img-responsive {
    margin: 0 auto;
}