div.message, div.error_message {
	padding: 5px;
	margin: 15px 0;
	background-color: #DDD;
	border: 1px solid #000;
}

div.message {
	color: #000;
}

div.error_message {
	color: #F00;
	font-weight: bold;
}

div.reply_post {
	border: solid 1px #3d6187;
	padding: 5px;
	margin-bottom: 10px;
	width: 540px;
}


/* form */
table.form, table.admin_form {
	width: 100%;	
}

table.form tr td, table.admin_form tr td {
	padding: 4px 0;
}

table.form tr td.title, table.admin_form tr td.title {
	padding-top: 20px;
	font-weight: bold;
}

table.preview_table tr td.label, table.form tr td.label, table.admin_form tr td.label {
	padding-top: 5px;
	padding-right: 15px;
	text-align:right;
	vertical-align:top;
	white-space: nowrap;
}

table.preview_table tr td {
	padding-bottom:8px;
}

table.preview_table tr td.label {
	font-weight:bold;
}

table.preview_table tr td ul {
	margin:0px;
	padding:0px;
}

table.preview_table tr td ul li {
	list-style:none;
	padding-bottom:5px;
}

table.form tr td.input, table.admin_form tr td.input {
	width: 100%;
	vertical-align: middle;
}
/* admin form */

textarea.textarea, textarea.textarea_tiny {
	width: 550px;
}

textarea.textarea, textarea.textarea_narrow {
	height: 200px;
}

textarea.textarea_tiny {
	height: 75px;
}

textarea.textarea_narrow {
	width: 410px;
}

textarea.wysiwyg, textarea.wysiwyg_small {
	width: 550px;
}

textarea.wysiwyg {
	height: 400px;
}

textarea.wysiwyg_small {
	height: 200px;
}

textarea.wysiwyg img, textarea.wysiwyg_small img {
	display: inline;
}

input.text {
	width: 300px;
}

input.text_small {
	width: 175px;
}

input.text_tiny {
	width: 50px;
}

select.select_medium {
	width:300px;
}

select.select_large {
	width:300px;
}

select.multiple_select_medium, select.multiple_select_large, select.multiple_select_small {
	height:100px;
}

select.multiple_select_small {
	width:175px;
}

select.multiple_select_medium {
	width:300px;
}

select.multiple_select_large {
	width:400px;
}

/* sizes field */
div.form_sizes {

}

div.form_sizes div {
	margin: 5px 0;
}
/* sizes field */