#writebox
	{
	display: table;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 460px;	
	z-index: 4000;
	}
	
#boxwrite
	{
	position: relative;
	float: left;
	clear: both;
	padding: 17px 0 9px 0;
	width: 450px;
	border: 5px #cf0000 solid;	
	background: #fff;
	}

#writetitle
	{
	position: relative;
	float: left;
	clear: both;
	margin: 0 0 0 11px;
	width: 428px;
	font: 300 36px/36px 'Ubuntu', sans-serif;
	color: #0a2238;
	}

#writedesc
	{
	position: relative;
	float: left;
	clear: both;
	margin: 21px 0 0 11px;
	width: 428px;
	font: 300 16px/20px 'Ubuntu', sans-serif;
	color: #0a2238;
	}
	
#writeinfo
	{
	position: relative;
	float: left;
	clear: both;
	margin: 9px 0 0 12px;
	padding: 0;
	width: 426px;
	}

.write_input
	{
	position: relative;
	float: left;
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
	width: 424px;
	height: 42px;
	border: 1px #a0a0a0 solid;
	}
	
.write_input input
	{
	padding: 0 8px 0 8px;
	width: 408px;
	height: 42px;
	background: #fff;
	}

.write_textarea
	{
	position: relative;
	float: left;
	clear: both;
	margin: 16px 0 0 0;
	padding: 0;
	width: 424px;
	height: 100px;
	border: 1px #a0a0a0 solid;
	}

.write_textarea textarea
	{
	padding: 4px 8px 4px 8px;
	width: 408px;
	height: 92px;
	background: #fff;
	resize: none;
	}
	
.write_input input, .write_textarea textarea
	{
	font: 300 18px 'Ubuntu', sans-serif;
	color: #0a2238; 
	}
	
.write_input input::-moz-placeholder, .write_input input::-webkit-input-placeholder, .write_textarea textarea::-moz-placeholder, .write_textarea textarea::-webkit-input-placeholder  
	{ 
	color: #a0a0a0; 
	}
	
#write_close
	{
	position: absolute;
	top: -32px;
	right: 0;
	width: 41px;
	height: 33px;
	z-index: 10000;
	background: url(/img/form_close.png) 0 0 no-repeat;
	}

#write_close:hover { cursor: pointer; }

#write_status
	{
	position: relative;
	float: left;
	clear: both;
	margin: 14px 0 0 11px;
	padding: 0;
	display: table;
	width: 196px;
	height: 39px;
	font-style: italic; 
	font-size: 16px;
	line-height: 16px;
	color: #ff0000; 
	}
	
#write_status span
	{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	}
	
#write_enter
	{
	position: relative;
	float: right;
	clear: none;
	margin: 14px 12px 0 0;
	padding: 0;
	width: 223px;
	height: 39px;
	background: #cf0000;
	cursor: pointer;
	font: 300 18px/18px 'Ubuntu', sans-serif;
	color: #feffff;
	text-align: center;
	}	 

#write_enter span
	{
	display: block;
	padding: 10px 0 0 0;
	}
	
#write_enter:hover
	{
	background: #000;
	}