body {
   	color: black; 
   	/*background: url(img/bg.jpg);*/
   	font-size: 100.01%;
   	font-family: Helvetica,Arial,verdana, georgia, dejavu sans, sans-serif;
   	margin: 0;
   	/*padding: 1em 0;*/
   	text-align: center;
	background-color: #FFFFFF;
    width: 100%;
}

div#header {
   	width: 100%;
   	height: 120px;
   	background: url(img/bg.png) repeat-x bottom center;
	border-top: none;
	cursor:pointer;
    text-align: center;

}
.write_main
{
	height: 75%;
}

div#header_underline {
   	width: 100%;
   	height: 20px;
   	background: url(img/nav.png) repeat-x bottom center;
   	border-bottom: 1px solid gray;
	border-top: none;
}

div#navigation {
	margin: 0;
	padding: 2px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: black;
	height: 20px;
   	border-bottom: 1px solid gray;
	word-spacing: 35px;


}

div#navigation a:link {

	font-size:12pt; 
	text-decoration:none; 
	font-weight:bold; 
	color:#FFFFFF; 
}

div#navigation a:visited { 

	font-size:12pt; 
	text-decoration:none; 
	font-weight:bold; 
	color:#FFFFFF; 
}

div#navigation a:hover { 

	font-size:12pt; 
	text-decoration:none; 
	font-weight:bold; 
	color:#6C98C9;
}

div#navigation a:active { 

	font-size:12pt; 
	text-decoration:none; 
	font-weight:bold; 
	color:#FFFFFF;
}
  
div#main {
   	text-align: left;
   	margin: 0 auto;
   	width: 100%;
	height: 80%;
   	background-color: #FFFFFF;
    border: 0px dashed silver;
    
}

div#content {
   	
   	text-align:left;
   	background-color: #FFFFFF;
    margin: 5% 15%;
}

.title_print {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}

.footer {
   	clear: both;
   	font-size: 0.7em;
   	margin: 0; padding: 0.1em;
  	text-align: center;
   	background-color: #FFFFFF;
   	border-top: 1px solid silver;
	color: #3036E3;
}

.footer a {
	color: #000099; text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

table {
   	width: 100%;
}  

.form_choose {
	width: 22%;
}

.form_send {
	text-align:center;
}

.form_middle {
	width: 12%;
}
.middle {
	height: 1%;
}

fieldset {
  border: 2px solid silver;
  background-color:#fff;
  font-family:sans-serif;
  font-size:12px;
  }

.code {
	background-color: #C5C5C5;
	font-family: monospace;
	width: 70%;

}

.title {
  	float:left;
  	display:block;
  	width:98%;
  	border: 1px solid #333;
  	background-color: #FFFFFF;
  	/*font-family: Georgia, Times New Roman, Times, serif;*/
  	font-size: 1.0em;
  	padding:1px;
	color: #000;
}
.form {
	margin-left:auto;
	margin-right:auto;
  width:100%;
}


.title_2 {
  	float:left;
  	display:block;
  	width:89%;
  	border: 1px solid #333;
  	background-color:#FFFFFF;
  	color:#3036E3;
  	/*font-family: Georgia, Times New Roman, Times, serif;*/
  	font-size: 0.9em;
}

.pic {
	border: 0px;
	margin-left:auto;
	margin-right:auto;	
	text-align: center;
}

textarea {
  	float:left;
  	display:block;
  	width:100%;
  	border: 1px solid #333;
  	background-color: #FFFFFF;
  	/*font-family: Georgia, Times New Roman, Times, serif;*/
  	/*font-size: 0.em;*/
  	margin-bottom: 1em;
  	padding:1px;
	color: #000;
}

input.buttons1
{
   	width:49%;
   	color:#000000;
  	background-color:#FFFFFF;
   	float:left;
   	display:block;
   	width:100%;
   	border: 2px solid #333;
   	/*font-family: Georgia, Times New Roman, Times, serif;*/
   	/*font-size: 12px;*/
   	margin-bottom:1em;
   	padding:1px;
   	border-style:solid;
}

select.scrollbar1
{
  	float:left;
  	display:block;
  	width:100%;
  	border: 1px solid #333;
  	background-color: #FFFFFF;
  	/*font-family: Georgia, Times New Roman, Times, serif;*/
  	font-size: 1.0em;
  	padding:1px;
	color: #000;
}

.print_text
{
	font-family: monospace;
	text-align: left;
}
.simple_look
{
   	color:#000000;
   	background-color:#FFFFFF;
   	display:block;
   	width:15%;
   	border: 1px solid #333;
   	/*font-family: Georgia, Times New Roman, Times, serif;*/
   	/*font-size: 12px;*/
   	margin-bottom:1em;
   	padding:1px;
  	border-style:solid;
}
