/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.required{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;    
}

input{
   font-family: Arial;
   font-size: 11px;
   color: #000000;
   background-color: #ffffff;
   border-width : 1px;
   border-color : #999999;
}

select{
    font-family: arial;
    color: #000000;
    background-color: #ffffff;
    border-width : 1px;
	font-size: 11px;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.title1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

input.button{
   font-family: Arial;
   font-size: 11px;
   color: #000000;
   border-width : 1px;
   border-color : #999999;
}

textarea.textarea{
   font-family: Arial;
   font-size: 11px;
   color: #000000;
   border-width : 1px;
   border-color : #999999;
}

#left{
	width:180px;
}

#left_options{
	width:180px;
	height:22px;
	background-color:#FF7B00;
}

#option_link{
	width:180px;
	height:85px;
	background-color:#eeeeee;
	border-left:1px solid #FF7B00;
	border-right:1px solid #FF7B00;
	border-bottom:1px solid #FF7B00;
	border-top:1px solid #FF7B00;
}

div>#option_link{
	width:178px;
	height:85px;
	background-color:#eeeeee;
	border-left:1px solid #FF7B00;
	border-right:1px solid #FF7B00;
	border-bottom:1px solid #FF7B00;
	border-top:1px solid #FF7B00;
}

.options_title{
	position:absolute;
	margin:3px 0px 0px 14px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.menu_option_table{
	position:absolute;
	margin:2px 0px 0px 14px;
}

a.menulinks{
	color:#000000;
	text-decoration: none;	
}




