﻿/* >>>> Update Progress Style Start */
.updateprogress 
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 20000;
    filter: alpha(opacity=40);
    opacity: 0.3;
}

.loadingimage 
{
    position: fixed;
    background-position: center center;
    background-image: url(loading.gif);
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 20001;
}
/* >>>> Update Progress Style End */

body {
}

.Page
{
    width :1000px;
    min-height : 700px;
    margin : 20px auto 0px auto;
    border: 1px solid #4BB549;
    border-radius:20px;
    box-shadow:10px 25px 25px black;
    
}


.left
{
    height :500px;
    width:250px;
    border-right :2px solid red;
     background-color : #4BB549;
      border-radius:0px 0px 0px 20px;
    
}

.content
{
 
    
   margin-left :252px;
   margin-top :-500px;
     background-color : #ffffff;
     
    
}

.div
{
    color :#C93518 ;
    height :50px;
    background-color:#4BB549;
     text-align :center ;
     font-family:Times New Roman CYR;
     font-size:xx-large;
     border-bottom: 1px solid #C93518;
}

.textfild {
    background-image: url("text_fild_bg.jpg"); 
/*background-color:#b3dffa;*/
   /* background-image:url("../images/textbg.jpg");*/
  
    background-repeat: no-repeat;
   /* border: 1px solid #DBDCDC;*/
   border :1px solid #4C5B6A;
    color:#4C5B6A;
    font-family:Times New Roman;
    font-size: 13px;
    height: 20px;
    line-height: 25px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: bottom;
    width: 190px;
    border-radius:1px;
    
}

.button {
	display:inline-block;
	width:130px;
	font-family:Times New Roman CE;
	font-size:larger;
	 border-radius:10px;
	 height :45px;
	color: #FFFFFF ;
	text-decoration:none;
	/*background:url(../images/button_bg.png) 0 0 no-repeat;*/
 background-color :#505048;
	text-align:center
}
.button:hover {
	background-position:bottom;
	 background-color:#4BB549;
	 transition-duration:1300ms;
color: #FFFFFF ;
}