/*home*/
	.div_news_headline {
		width:							100%;
		padding-left:					10px;
		background-color:				#D8D8D8;
		
		margin-bottom:					10px;
	}
	.div_news {
		width:							100%;
		padding-left:					10px;
		
		margin-bottom:					10px;
	}
/*about me*/
	.edit_textarea {
		width:							700px;
		min-height:						300px;
	}
/*gallery*/
	.gallery_select {
		width:							150px;
	}
/*links*/
	.div_link {
		width:							100%;
		padding-left:					10px;
		background-color:				#D8D8D8;
		
		margin-bottom:					10px;
		
		border-width:					0px;
		border-bottom-width:			1px;
		border-style:					dotted;
		border-color:					#ff7200;
	}
/*contact*/
	.long_input {
		width:							250px;
	}
	.article_field {
		width:							500px;
		height:							200px;
	}
