
html {

	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size:1.2em;
}
body {

	line-height:1.5;
	font-size:12px;
}

a {

	font-size: 12px;
	text-decoration: none;
}

.text, .html {

	border: 1px solid #d1d1d1;
	margin: 0 0 10px;
	padding: 3px 5px;
}

form {

	width: 400px;
	margin: 0 auto;
}

textarea, input[type=text] {

	border: 1px solid #D1D1D1;
	width: 99%;	
}

.html + span, .text + span {

	margin-bottom: 10px;
	/* display: block; */
}
.inplace-edit [type=submit] {

	border: 1px solid #ccc;
	background: #E1DCDC;
	color: #767474;
	cursor: pointer;
	font-weight: bold;
}
.inplace-edit [type=reset] {

	border: 0;
	cursor: pointer;
	background: transparent;
	color: #0E7BFE;
	border-bottom: 1px dotted;
	padding: 0;
}

.separator {

	font-size: 12px;
	margin: 0 5px;
}
