﻿#main_form_box {
	display:block;
	background: none;
	position: absolute;
	top:20px;
	left:5px;
	height: 380px;
	width: 360px;
	z-index:12;
}
.form_row, #form_comments_row, #form_checkboxes_row {
	width:340px;
	height:22px;
	padding: 2px 6px 2px 6px;
	display:block;
}
#form_comments_row {
	height: 80px;
}
#form_buttons {
	text-align:center;
	color:silver;
	background-color:#000040;
	width:360px;
	padding: 6px 6px 6px 6px;
	border:1px silver outset;
}
.form_label, .form_checkboxes
{
    float:left;
    font-family:Tahoma;
	font-size:9pt;
    color:Black;
}
.form_checkboxes {
	padding:2px 6px 2px 6px;
	width:120px;
	text-align:left;
}
#form_checkboxes_row 
{
   height:95px; 
   padding:10px 4px 10px 10px; 
   float:left; 
}
.form_field {
	float:right;
	background-color:#F1F1F1;
	color:black;
	border:1px gray outset;
	width:200px;
}
#Form_Message 
{
    display:none;
    width:360px;
    height:368px;
    border:solid 2px navy;
    margin-top:10px;
    background-color:Silver;   
    padding-top:60px;
    text-align:left;
}
.Button_OK 
{
    margin-left:150px;
}
.form_confirmation {
	display:block;
	background:transparent;
	color:Navy;
	height:40px;
	width:320px;
	border:2px gray double;
	font-family:tahoma;
	font-size:12pt;
	text-align:center;

}
#body_panel_images {
	background: none;
	position: absolute;
	top:60px;
	left:12px;
	height: 400px;
	width: 110px;
	z-index:12;
	border: 0px gray inset;
}
