﻿body
{
   background-color:White;
}

span
{
    font-family:Arial;
    font-weight:bold;
}

label
{
    font-weight:bolder;
}
.buton
{
    background-color: Blue;
}
.textbox
{
    width: 120px;
}

.style1
{
    width: 100%;
}
.style2
{
    width: 151px;
}
.style3
{
    width: 201px;
}
.bireysel .b
{
    float:left;
    width:100px;
}
.bireysel .c
{
    float:left;
    width:50px;
} 
.bireysel .d
{
    float:left;
    width:150px;
} 
.black_overlay{

      display: none;

      position: absolute;

      top: 0%;

      left: 0%;

      width: 100%;

      height: 300%;

      background-color: black;

      z-index:1001;

      -moz-opacity: 0.8;

      opacity:.80;

      filter: alpha(opacity=80);

  }

   

  .white_content {

      display: block;

      position: absolute;
      
      top:7%;

      left: 21%;

      width: 70%;

      height: 30%;

      padding:30px 10px 10px 10px;
      background-color:Transparent;

      z-index:1002;

      overflow: auto;
 
      }
      
      .black_overlay2{

      display: block;

      position: absolute;

      top: 0%;

      left: 0%;

      width: 100%;

      height: 900%;

      background-color: black;

      z-index:1001;

      -moz-opacity: 0.8;

      opacity:.80;

      filter: alpha(opacity=80);

  }

   

  .white_content2 {

      display: none;

      position: absolute;

      top:5%;

      left: 21%;

      width: 70%;

      height: 900%;
      
      padding:30px 10px 10px 10px;
    
      background-color:Transparent;

      z-index:1002;

      overflow: auto;
 
      }
      .messageBoard
{
	width:91%;
	
	position: relative;
	display: block;
	margin-top: 10px;
	
	
}
.messageBoard .divIn {
	float:left;
	margin:0px 20px 0px 0px;
	width:50px;
}
.messageBoard .divInn {
	float:left;
	margin:0px;
	width:10px;
}
.messageBoard .text{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   color:#333333;
   
   
   width:300px;
}

.messageBoard .other{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
   
}
.messageBoard .btn{
   font-family: "Trebuchet MS";
   font-size: 11px;
   font-weight:normal;
  
   
   
}
.messageBoard span.required{
  font-size: 13px !important;
  color: red !important;
}






