html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

body{
	font-family:Arial, sans-serif;
}

h1{
	font-size:40px;
	text-align:center;
	margin-bottom:50px;
}

h2{
	background:#dfdfdf;
	border:1px solid #c3c3c3;
	padding:10px;
	margin-bottom:40px;
}

p{
	margin:0 0 20px 0;
	line-height:20px;
}

hr{
	display:block;
	border-bottom:1px solid #666;
	border-top:0;
	margin:20px 0 40px;
	clear:both;
	width:100%;
}

ol{
	margin-bottom:20px;
	list-style-type: decimal;
    list-style-position: outside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 3em;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li{
	margin-bottom:15px;
	line-height:20px;
}

.container{
	width:1100px;
	margin:60px auto 150px;
}

.row{
	margin-bottom:30px;
	display:flex;
	padding-left:50px;
	padding-right:50px;
}

.row.noflex{
	display:inherit;
}

.row div{
	margin-right:2%;
}

textarea{
	width:300px;
	height:100px;
}

input[type=text],
input[type=email]{
	padding:5px;
}

input[type=submit]{
	background:#3a9820;
	color:#FFF;
	font-size:18px;
	padding:10px 30px;
	cursor:pointer;
}


.imageInputWrapper {
  width: 172px;
  border: solid 1px white;
  background-color: white;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 2px 0 #C2C2C2;
}
.red {
  box-shadow: 0px 0px 2px 2px red;
}