#main .content .pad {
	margin-top: 30px;
	margin-left: 50px;
	border: 0px dotted red;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#main .content p {
	color: #E9E9E9;
	text-align: center;
	margin-top: 30px;
}

td.title {
	font-size: 12px;
	color: #E9E9E9; 
	white-space: nowrap;
}

.name input, .email input, .subject input {
	width: 300px;
}

.submit input {
	width: 80px;
}

textarea {
	width: 400px;
	height: 150px;
}

.error {
	color: #EE060B;
	background-color: #555;
	margin-right: 64px;
	margin-bottom: 5px;
	padding: 2px 5px 2px 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#side .content {
	margin-top: 50px;
	margin-left: 23px;
	margin-right: 23px;
}

#side .content .article {
	text-align: center;
	color: #B5B5B5;
	margin-bottom: 30px;
}


