﻿textarea {
	padding: 4px;
	height:25px;	
}
.ast
{
	color:#F00;
    font-size:18px;
}
.success
  {
    color:Green;
  }
  .error
  {
      color:Red;
  }
.tbox
     {
         border: 1px solid #DCDCDC;
         border-radius: 3px 3px 3px 3px;
         padding: 0 5px;
         height:25px;
     }
  .ddl{
	padding: 4px;
	border: solid 1px #DCDCDC;
	color:#000;
	outline: 0;	
}
.ddl selected
{
    text-align:center;
}
.tbigbox
{
        border: 1px solid #DCDCDC;
         border-radius: 3px 3px 3px 3px;
         padding: 0 5px;
         height:250px;
         width:350px;
}
 .tmulbox
 {
         border: 1px solid #DCDCDC;
         border-radius: 3px 3px 3px 3px;
         padding: 0 5px;
         height:100px;
 }
 .tmedbox
 {
     border: 1px solid #DCDCDC;
         border-radius: 3px 3px 3px 3px;
         padding: 0 5px;
         height:50px;
 }
 .cl08
 {
     width:8%;
 }
 .cl10
 {
     width:10%;
 }
 .cl11
 {
     width:11%;
 }
 .cl18
 {
     width:18%;
 }
     .cl20
     {
         width:20%;
     }
     .cl30
     {
         width:30%;
     }
     .cl32
     {
         width:32%;
     }
     .cl40
     {
         width:40%;
     }
     .cl100
     {
         width:100%;
     }
     .forms div
  {
      margin-top:10px;
  }
  .forms div label.col1 {
	width:30%;
	text-align:right;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	color:#333;
	margin-top:4px;
	margin-right:4px;
	cursor:default;
}


.forms div .col2 {
	width: auto;
    min-width: 0;
	display:inline-block;	
}
.forms div label.error
{
    margin-left:5px;
    cursor:default;
}
.btnpri
{
    background: #0E67A5;
    border: solid 1px grey;
    font-family: Arial, Helvetica sans-serif;
    font-size: 13px;
    color: #ffffff;    
    height: 30px;  
    border-radius:4px 4px 4px 4px; 
    margin-bottom:10px;

}
.btnsec
{
    background: #DDDDDD;
    border: solid 1px grey;
    font-family: Arial, Helvetica sans-serif;
    font-size: 13px;
    color: #000000;    
    height: 30px;  
    border-radius:4px 4px 4px 4px; 
    margin-bottom:10px;
}
.cen
{
    padding-top:15px;
    text-align:center;
}
.Gridtbl{
	width:100%;
}
.Gridtbl th{
	background:#f9f9f9 !important;
	border:1px solid #efefef !important;
	font:bold 13px/25px Arial, Helvetica, sans-serif !important;
	text-align:left !important;
	padding:5px !important;
}
.Gridtbl th input, .Gridtbl td input {
	width:20px;
}
.Gridtbl th a, .Gridtbl td a{
	font:bold 13px/25px Arial, Helvetica, sans-serif !important;
	text-align:left !important;
	padding:5px !important;
	text-decoration:none;
	color:#2b2b2b;
}
.Gridtbl tr td {
	background:#fff !important;
	border:1px solid #efefef !important;
	padding:5px !important;
}
.step  
{
    width:562px; 
    padding:4px 10px 4px 20px !important; 
    background:#F9F9F9; 
    border:1px solid #DDD; 
    text-align:center; 
    color:#0E67A5; 
    margin-left:20px; 
    line-height:20px; 
    font-weight:bold; 
    margin-bottom:20px;
    }
.radio-inline label
{
    margin:0 4px
}
