.TextBox {
	BORDER-RIGHT: 1px inset #666666; 
	BORDER-TOP: 1px inset #000000; 
	FONT-SIZE: 11.5px; 
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url('box_shadow.gif'); 
	BORDER-LEFT: 1px inset #000000; 
	COLOR: #000000; 
	BORDER-BOTTOM: 1px inset #666666; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #E7E7E7;
}

.cmbBox {
	BORDER-RIGHT: 1px inset #666666; 
	BORDER-TOP: 1px inset #000000; 
	FONT-SIZE: 11.5px;
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url('box_shadow.gif'); 	 
	BORDER-LEFT: 1px inset #000000; 
	COLOR: black; 
	BORDER-BOTTOM: 1px inset #666666; 
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: white;
	padding: 10px 40px;
}

.input_box 
 { 
  background-color:#00FFFF; 
  }
 .text_box 
 { 
  background-color:#FFCACA; 
  }
.textHead 
{
font-family:Tahoma,Arial,Verdana,sans-serif; font-size: 11px; color: #FFFFFF;
}
.text 
{
font-family:Tahoma,Arial,Verdana,sans-serif; font-size: 11px; color: #070707;
}
.Ltext 
{
font-family:Tahoma,Arial,Verdana,sans-serif; font-size: 12px; color: #070707;
}
.smtext 
{
font-family:Tahoma,Arial,Verdana,sans-serif; font-size: 10px; color: #070707;
}
  
.button {
    background-color: #336699;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}  

.button1 {
    background-color: grey;
    border: none;
    color: black;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}  

.button2 {
    background-color: #6699FF;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}  

.dis option{
 padding:35px 0;
 }

.sizeable-opt 
{
	line-height: 200%;
	font-size: 10pt;
		
}

.a option 
{
   height: 50px;
}

.DivLoginExp
{
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    width: 230px;
    margin: 20px auto;
    padding: 10px;
    box-shadow:0 0 4px #eee;
}

.select-style 
{
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url('img/icon-select.png') no-repeat 90% 50%;
}

.select-style select 
{
    width: 130%;
    border: medium none;
    box-shadow: none;
    background: url('none');
    -webkit-appearance:none; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px; background-image:url('none')
}

.select-style select:focus 
{
    outline: none;
}


#swdBorder {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px red;
}
    
@media print {  .dontprint { display:none; } } 
@media screen { .dontshow { display:none; } } 