@charset "utf-8";
/* CSS Document */
#top_style{
	width:800px;
	margin-left:20px;
	height:30px;
}	
#top_style_text{
	width:400px;
	height:30px;
	font-family:"verdana", "calibri", "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	float:left;
}
/*
#top_style_button{
	width:400px;
	height:30px;
	float:right;
	margin-top:5px;
}
#button_view{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	width:90px;
	height:30px;
	float:right;	
	repeat-x top center; border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;	
	 background:#FFF;	
}
#button_view:hover{
	background:#00C;
	color:#FF0;
}
*/
#style_informations{
	width:95%;
	min-height:750px;
/*	border:1px solid #000; 
	border-radius:5px; */
	margin:0 auto;
	padding-left:0px;
}

#style_informations div{
	width:400;
/*	height:50px; */
	border:0px solid;
	float:left;
	margin-top:5px;	
}

#style_informations div.table {
	width: 100%; 
	height: 100%;
}

#style_informations div.row {
	width: 100%; 
	height: 5px; 
	margin: 0px;
}

#style_informations div.cell {
	margin: 0; 
	padding: 0;
	width: 100%
}

#style_informations div.hr {
	width: 98%;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color:#FF5555;
	color:#FF0000;
	border: 1 none;
}

#textbox{
	width:200px; 
	height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;	
}

#style_informations textarea {
	width: 680px; 
	height: 50px; 
	font:normal 12px verdana;
	white-space: pre-wrap;
}
/*
#button-in{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top:25px;
	width: 110px;
	height: 30px;
	float: right;	
	repeat-x top center; border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	 margin-right:40px;	
	 background:#FFF;	
}
#button-in:hover{
	background:#00C;
	color:#FF0;
}
*/

