.content {
	width:1100px;
	margin:auto;
}

table {
	width:100%;
}

table td {
	padding:10px 0px;
}

.forms,
.messages {
	overflow:auto;
	height:100%;
	padding: 30px;
}

.alert {
	padding: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea.big {
	min-height:150px;
}