@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	font-size: 14px;
	    background-color:#e3f1fc;
	background-image: url("../images/image_backgnd.png");
    background-repeat: repeat;
/*	background: #e0f3ff;
	background: -moz-linear-gradient(top, #e0f3ff 0%, #9fd8ef 51%, #6ab9fc 100%); 
	background: -webkit-linear-gradient(top, #e0f3ff 0%,#9fd8ef 51%,#6ab9fc 100%); 
	background: linear-gradient(to bottom, #e0f3ff 0%,#9fd8ef 51%,#6ab9fc 100%); /
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3ff', endColorstr='#6ab9fc',GradientType=0 ); */
}

.txtform {
	color: #000000; /* Firefox */
}

.select_norm {     
	padding: 2px 2px 2px 2px;

    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.select_norm:focus {
	
   	
    background-color:#f3f3f3;
    border-color: #6ab9fc;


}

.textbox_norm {
 
    padding: 5px 5px 5px 5px;
    width: 97%;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.textbox_norm:focus {
    background-color:#f9e7bd;
    border-color: #c88e02;
    outline: none;
	
}

 .mybutton{
     font-size: 13px;
     padding: 5px 40px;
     border-radius: 5px;
     border: solid 0px #443d3d;
     cursor: pointer;
     display: inline-block;
     font-family: Arial;
     color: #ffffff;
     box-shadow: 0px 10px 14px -7px #616174;
     background: -webkit-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -moz-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -ms-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -o-linear-gradient(90deg, #443d3d 5%, #696969 100%);
 }
 .mybutton:hover{
     background: -webkit-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -moz-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -ms-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -o-linear-gradient(90deg, #696969 5%, #443d3d 100%);
 }
 .mybutton:active{
     position: relative;
     top: 1px;
     box-shadow: rgba(255,255,255,0.2) 0 16px 0,inset rgba(0,0,0,0.3) 0px 4px 16px;
 }


 
 .textarea_pop {
    font-family: inherit;
   	font-size: 12px;
 
    padding: 5px 5px 5px 5px;

    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

.textarea_pop:focus {
	font-family: inherit;
   	font-size: 12px;
    background-color:#f3f3f3;
    border-color: #6ab9fc;
    outline: none;

}

 .mybutton_full{
 	width:100%;
     font-size: 13px;
     padding: 5px 40px;
     border-radius: 5px;
     border: solid 0px #443d3d;
     cursor: pointer;
     display: inline-block;
     font-family: Arial;
     color: #ffffff;
     box-shadow: 0px 10px 14px -7px #616174;
     background: -webkit-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -moz-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -ms-linear-gradient(90deg, #443d3d 5%, #696969 100%);
     background: -o-linear-gradient(90deg, #443d3d 5%, #696969 100%);
 }
 .mybutton_full:hover{
     background: -webkit-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -moz-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -ms-linear-gradient(90deg, #696969 5%, #443d3d 100%);
     background: -o-linear-gradient(90deg, #696969 5%, #443d3d 100%);
 }
 .mybutton_full:active{
     position: relative;
     top: 1px;
     box-shadow: rgba(255,255,255,0.2) 0 16px 0,inset rgba(0,0,0,0.3) 0px 4px 16px;
 }