﻿.style1 {font-size: 12pt;color: white;}
.fieldset {border:1px solid #A8A8A8;  width:900px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px}
.fieldset legend { color:#F00; font-family:Tahoma; font-size:12px;}

.Tbl { font-family:Tahoma; font-size:12px; width:800px}
.Tbl tr { height:30px;}
.Tbl input { width:160px;}
.th{ font-size:12px; text-align:left; width:180px; font-weight:normal;}
.select{ width:160px;}


.TblR { font-family:Tahoma; font-size:12px; width:800px;text-align:right}
.thR{ font-size:12px; text-align:left; width:200px; font-weight:bold;}

.buttonR{ background:url(images/directright.gif) no-repeat right #E5E5E5; height:27px;
border:solid 1px #999; padding-right:10px;}
.buttonL{ background:url(images/directleft.gif) no-repeat left #E5E5E5; height:27px;
border:solid 1px #999; padding-left:10px;}



.ButtonSad{ background:#E5E5E5; height:30px;height:27px;
border:solid 1px #999; padding-left:10px; }


.divError{width:100%; text-align:right; color:#F00; background:#FFF; font-size:11px;}
.tableLogin{}
.tableLogin input{ width:100px; direction:ltr;}
.tableLogin th{ text-align:left; font-family:Tahoma, Geneva, sans-serif; font-size:11px; }
.LableDS{ font-family:Tahoma, Geneva, sans-serif; font-size:12px; padding-left:10px;}
.Message{
	width:800px;
	height:200px;
	overflow-y:auto;
	border:solid 1px #000;
	padding:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.Taahod{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:5px;
}
.BackRedirect{
	border:solid 1px #F00;
	background:#FFE1C4;
	height:60px;
	cursor:pointer;
}
.paycart{
	 background: url("images/final2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 16px;
    height: 105px;
    line-height: 50px;
    width: 209px;
}

fieldset { 
	position: relative; 
	padding:10px;
	padding-top: 0;
	margin-bottom: 10px;
	background: #fff; /*#F6F6F6;*/
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); 
	background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%); 
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc ;	
}
legend { 
	padding: 3px 26px; 
	margin-bottom: 7px;
	right: 10px;
	background-color: #4F709F; 
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	box-shadow: 2px 2px 4px #888; 
	-moz-box-shadow: 2px 2px 4px #888;
	-webkit-box-shadow: 2px 2px 4px #888;
	text-shadow: 1px 1px 1px #333 ;
   }
.tbl2 th
{
	text-align:left;
	font-size:11px;
}
.tbl1 td
{
	padding-right:5px;	
	color:gray;
	font-family:Tahoma, Geneva, sans-serif;	
	background-repeat:no-repeat;
	font-size:11px;
	font-weight:bold;
}
.btn-class {
    display: inline-block;
    border: 1px solid #c9ae34;
    color: #705D07;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    font-family: Tahoma;
    width: auto;
    height: auto;
    font-size: 12px;
	font-weight:bold;
    padding: 10px 30px;
    margin: 5px;
	background-color: #FFF;   
	color1:#09C;
}

.btn-class:hover, .btn-class:active {	
	background-color: #CFF;
	cursor:pointer;
}

.form-control{display1:block;width1:100%;padding:.375rem .75rem;font-size:0.8rem;line-height:1;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media screen and (prefers-reduced-motion:reduce){
	.form-control{transition:none}
	}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}
.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}