@charset "utf-8";
/* CSS Document */

.editor {
	width: 640px;	
}

.thumbnail {
	width: 150px;
	height: 150px;
	float:left;
	border: dashed 1px #CCC;
	background-color:#EEE;
	text-align:center;
	margin-bottom: 15px;
	margin-right: 15px;
}

.editor input, .editor textarea, .editor select, .editor source {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.editor .title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Tahoma, Helvetica, sans-serif;
	border: dashed 1px #CCC;
	width: 470px;
}

.editor .description {
	font-style:italic;
	border: dashed 1px #CCC;
	height: 120px;
	width: 460px;
	margin-top: 10px;
}

.editor .text {
	border: dashed 1px #CCC;
	height: 400px;
	width: 100%;
}

.editor .source {
	border: dashed 1px #CCC;
	height: 100px;
	width: 300px;
	float: left;
	margin-right: 15px;
}

.editor .input_line {
	padding: 2px 10px;
	width: 450px;
	margin-left: 165px;
	margin-top:3px;
	background-color: #a41529;
	color:#FFF;
}