body{
 font-size:14px;	
 font-family:Arial, Helvetica, sans-serif;
 color:blue;
}

input[type=text]{
  border-radius: 5px;
  background: #ffffff;
  padding: 3px;
  width: 200px;
  height: 14px;
  margin-top:5px;
}
textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif;
    border-radius: 5px;
	height:80px;
	padding:5px;
	width:85%;
	margin-top:5px;
}
#uploadtxt{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
    border-radius: 5px;
	height:200px;
	padding:5px;
	width:85%;
	margin-top:5px;
}
select {
  border-radius: 5px;
  display:block;
  width:85%;
  margin-top:5px;
  background-color:#337ab7;
  color:white;
  padding:0px 0px 0px 5px;
  height:25px;
}
img{
	width:20px;	
}

.numberbutton{
	display:none;
}

.headertext{
	display:block;
	color:blue;
	border:solid 1px black;
    border-radius: 5px;
	padding:20px 20px 20px 20px;
	margin-bottom:50px;
}
.headertext p{
	display:block;
	margin-bottom:10px;
	color:black;
	margin-top:-15px;
	margin-bottom:30px;
}