* {
	outline:none;
	border:none;
	margin:0px;
	padding:0px;
	font-family:Courier, monospace;
}

body {
	background:#333 url("../images/inflicted.png") repeat;
}

input, select, .helper-text{
	color: wheat;
}

#text {
	width: 100%;
	overflow: hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size: 24px;
	resize:none;
	line-height:40px;
	padding-left:100px;
	padding-right:100px;
	padding-top:45px;
	padding-bottom:34px;
	background-image: url("../images/lines.png"), url("../images/paper.png");
	background-repeat: repeat;
	-webkit-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow: 0px 2px 14px #000;
	box-shadow: 0px 2px 14px #000;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

@media only screen and (max-width: 601px) {

	#text {
		font-weight: bold;
		font-size: 12px;
		padding: 25px 14px 10px 10px;
		text-decoration: underline;
		line-height: 2.5;
		background-image: url("../images/paper.png");
	}

	.brand-name{
		font-size: 50px;
	}

	#text {
		width: 100%;
		height: 40%;
	}
}

@media only screen and (min-width: 1280px) {
	#text {
		width: 90%;
	}
}