
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

html,
body {
        height: 100%;
        color: #777;
        line-height: 1.8;
        font-family: 'Raleway', sans-serif;
	font-size: 10px;
}


input {
	width: 800px;
}
input[type=submit],
input[type=button] {
	width: 100px;
}
textarea {
	width: 800px;
	height: 200px;
}


.editForm {
	font-size: 14px;
}
.editForm td {
	vertical-align: top;
}
.editForm ul {
	margin: 0;
	border: 0;
	padding: 0;
}
.editForm li {
	margin: 2px 0 0 16px;
	font-size: 12px;
}

#drop_zone {
	border: 1px solid #666;
	font-size: 12px;
}



