@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Century Gothic";
    src: url(/scripts/GOTHIC.TTF));
		   }
body{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d5dff0;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	
	
	} 
	
 
 
.login_bg
		
		{
	
		background-image:url(../images/login_bg.png);
		background-repeat:no-repeat;
		width:442px;
		height:382px;
		margin-top:0px;
		background-position:center top;
	
	
		}

.logo
		{
	
		background-image:url(../images/Ymerge_logo1.png);
		background-repeat:no-repeat;
		width:226px;
		height:158px;
		padding-top:180px;
		background-position:center;
	
	
		}
		
.tip
		{
	
		background-image:url(../images/tip.png);
		background-repeat:no-repeat;
		width:268px;
		height:25px;
		padding-top:50px;
		background-position:center;
	
	
		}


.txt{
			font-family:Arial, verdana;
			padding-left:1px;
			font-size:12px; 
			color:#899dba;
			text-decoration:none;
			font-weight:bold;
			font-style:normal;
			letter-spacing:0px;
			text-shadow: #FFF 0px 1px 0px;
}



.iconbox{
  			background-image:url(../images/user.png);
			background-position:right;
  			background-repeat:no-repeat;
			Padding-top:5px;
  			padding-left:20px;
  			height:30px;
  			width: 250px;
			font-family:verdana, Arial;
			-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			border-top-right-radius: 4px;
			text-decoration:none;
			line-height:30px;
			font-weight:bold;
			font-style:normal;
			letter-spacing:0px;
			color:#b8c4d6;
			border: 1px solid #d2d9e2;
			font-size:12px; 
			-moz-box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
            -webkit-box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
             box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
			 background-color:#fcfdfd;
			 -moz-box-shadow: 0px 1px 0px #e7f0ff;
			-webkit-box-shadow: 0px 1px 0px #e7f0ff;
			box-shadow: 0px 1px 0px #e7f0ff;

			
			 
}

.passbox{
  			background-image:url(../images/Password.png);
			background-position:right;
  			background-repeat:no-repeat;
			Padding-top:5px;
  			padding-left:20px;
  			height:30px;
  			width: 250px;
			font-family:verdana, Arial;
			-moz-border-radius-bottomright: 4px;
			border-bottom-right-radius: 4px;
			-moz-border-radius-bottomleft: 4px;
			border-bottom-left-radius: 4px;
			-moz-border-radius-topleft: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			border-top-right-radius: 4px;
			text-decoration:none;
			line-height:30px;
			font-weight:bold;
			font-style:normal;
			letter-spacing:0px;
			color:#b8c4d6;
			border: 1px solid #d2d9e2;
			font-size:12px; 
			-moz-box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
            -webkit-box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
             box-shadow: inset 0 5px 8px rgba(235,238,241,.5);
			 background-color:#fcfdfd;
			 -moz-box-shadow: 0px 1px 0px #e7f0ff;
			-webkit-box-shadow: 0px 1px 0px #e7f0ff;
			box-shadow: 0px 1px 0px #e7f0ff;


			
			 
			
}

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* FF 19+ */
:-moz-placeholder { color:#999; } /* FF 18- */
:-ms-input-placeholder { color:#999; }
.placeholder { color:#999; } /* for the polyfill */

input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal
 {
   display: none; 
  }
  