body {
	background-color: #b9b0b0;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#container {
	margin: 20px auto;
	background-color:#eee;
	max-width: 840px;
	border: 1px solid #000;
	padding: 0 30px 10px 30px;
}
h1 {
	font:normal normal bold 32px/120% "Myriad Pro", "Myriad", arial, sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin-bottom: -10px;
	margin-top: -15px;
}
h2 {
	font:normal normal bold 26px/120% "Myriad Pro", "Myriad", arial, sans-serif;
	text-align:center;
}
h3 {
	font:normal normal bold 20px/100% "Myriad Pro", "Myriad", arial, sans-serif;
	text-align:center;
	margin-bottom: 3px;
}
p {
	line-height: 18px;
}
a {
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dotted;
}
a.img {
 	border-bottom: none;
}
ul {
	 font-size:13px;
	 color:#000;
	 list-style:square;
	 margin-right:70px;
}
li {
	padding-bottom: 5px;
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 50%;
}
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 50%;
}

#myButton {
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border-radius:8px;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
#myButton:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
#myButton:active {
	position:relative;
	top:1px;
}

		
#copyright {
	margin: 40px auto;
	max-width: 880px;
	text-align:center;
}
#copyright p {
	font-size: 13px;
	line-height: 14px;
}
hr {
	height: 1px;
}


@media only screen and (max-width: 479px) {
#container {padding: 20px;}	
#container .longtext {word-break:break-all;}
textarea {width: 100%;}
input {width: 100%;}
}