﻿
.header{
 background: #dce9d4;
  background-image: -webkit-linear-gradient(top, #dce9d4, #dce9d4);
  background-image: -moz-linear-gradient(top, #dce9d4, #dce9d4);
  background-image: -ms-linear-gradient(top, #dce9d4, #dce9d4);
  background-image: -o-linear-gradient(top, #dce9d4, #dce9d4);
  background-image: linear-gradient(to bottom, #dce9d4, #dce9d4);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	
	
	text-align:center;
	
	
  border: solid #b8d0aa ;
	

	
	text-decoration: none;
	vertical-align: middle;

}


.headerlabel
{
	
	color: #4b4848;
	font-size: 15px;
	margin-top:2px;
}

.label2
    {
	color:Red;
	font-weight: 500;
	vertical-align:middle;
	
	font-family: Tahoma;
	font-size: 15.5px;
 
    }



.btn
{
	background: #04994e;
	background-image: linear-gradient(to bottom, #04994e, #04994e);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	
	color: #ffffff;
	
	text-align: center;
	vertical-align: middle;
	padding: 3px 10px 5px 10px;
	border: solid #226f48 2px;
	text-decoration: none;
	cursor: pointer;
}

.btn:hover {
  background: #267b50;
  background-image: -webkit-linear-gradient(top, #267b50, #04994e);
  background-image: -moz-linear-gradient(top, #267b50, #04994e);
  background-image: -ms-linear-gradient(top, #267b50, #04994e);
  background-image: -o-linear-gradient(top, #267b50, #04994e);
  background-image: linear-gradient(to bottom, #267b50, #04994e);
  text-decoration: none;
}

.logbtn
{
	background: #f5f5f0;
	background-image: linear-gradient(to bottom, #f5f5f0, #f5f5f0);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: Tahoma;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 10px 5px 10px;
	border: solid #226f48 2px;
	text-decoration: none;
	cursor: pointer;
}

.logbtn:hover
{
  background : #f5f5f0;
  background-image: -webkit-linear-gradient(top, #339933, #f5f5f0);
  background-image: -moz-linear-gradient(top, #339933, #f5f5f0);
  background-image: -ms-linear-gradient(top, #339933, #f5f5f0);
  background-image: -o-linear-gradient(top, #339933, #f5f5f0);
  background-image: linear-gradient(to bottom, #339933, #f5f5f0);
  text-decoration: none;
}



.label1
{
	color: #444444;
	font-weight: 500;

	font-family: Tahoma;
	font-size: 13.5px;
 
}
.label22
{
	color: #444444;
	font-weight: 500;

	font-family: Tahoma;
	font-size: 13.5px;
	
	 text-align:center;
 
}

.textbox1
{
	background: #fafafa;
	background-image: linear-gradient(to bottom, #fafafa, #ebe9e9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color: #000000;
	margin-bottom:2px;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border: solid #bdbdbd 2px;
	cursor:pointer;
	

	
	
}

.textbox1:hover
{ background: #fafafa;
  background-image: -webkit-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -moz-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -ms-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: -o-linear-gradient(top, #e0e0e0, #fafafa);
  background-image: linear-gradient(to bottom, #e0e0e0, #fafafa);
  text-decoration: none;
  cursor:pointer;


}

.border
{
	background-color: #ffffff;
}



.header1{
 background: #04994e;
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	font-family: Tahoma;
	font-size: 18px;
	width: 900px;
	
	height:17px;
	padding: 3px 10px 8px 10px;
	
	text-decoration: none;
	vertical-align: middle;

}


.headerlabel1
{
	font-family: Tahoma;
	color: #ffffff;
	font-size: 18px;
}

.border
{
	background: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	color: #000000;
	padding: 2px 2px 2px 2px;
	border: solid #bdbdbd 2px;

	
}
 
 .line
{
	border-bottom: 1px solid #8c8b8b;
	width: 450px;
	
}
.headersub
{
	font-family: Tahoma;
	font-size:medium;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	

}
  .label3
    {
	color:Red;
	font-weight: 500;
	vertical-align:middle;
	margin-left:5px;
	margin-right:5px;
	 padding-left: 20px;
	  padding-right:20px;
	font-family: Tahoma;
	font-size: 15.5px;
    }
    
.ImageFrame
{
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

.selectBox{
margin-top: 10px;
margin-left: 20px;
width: 250px;
height: 150px;
border-radius: 2px;
}
.selectBox option{
padding-top: 6px;    
padding-bottom: 6px;
}
.selectBox option:checked{
    font-weight: bold;
    font-size:15px;
}

.Uploader
{
    padding :15px;
}

.Uploader input[type=text]
{
   width: 600px;
    height: 25px;
        margin-left: -5px;
}
.Uploader input[type=submit]
{
    border-radius: 0px;
    margin-left:-7px;
    height: 31px; 
    width: 100px; 
    background: #ebebeb;
    color: #04994e;
}