﻿body {
          background:#a1a269 url(../Images/bg.jpg) repeat-x;
        }
        .pagecontent
        {
            width:100%;
            margin: 0 auto;
        }
        .login {
          margin: 40px auto;
          margin-bottom:0px;
          width: 285px;
          padding: 30px 25px;
          /*background: white;
          border: 1px solid #c4c4c4;
          border-radius: 25px;*/

        }
        
        .QProfile {
          margin: 10px auto;
          margin-bottom:0px;
          width: 85%;
          padding: 30px 25px;
          background: white;
          border: 1px solid #c4c4c4;
          border-radius: 25px;

        }
        
        .QGeneral {
          margin: 5px auto;
          margin-bottom:0px;
          width: 90%;
          padding: 10px 5px;
          background: white;
          text-align:justify;
          font:12px verdana;

        }

        h1.login-title {
          margin: -28px -25px 25px;
          padding: 15px 25px;
          line-height: 30px;
          font-size: 25px;
          font-weight: 300;
          color: #ADADAD;
          text-align:center;
          /*background: #eee;*/
          border-radius: 25px 25px 0px 0px;
 
        }

        .login-input {
          width: 275px;
          height: 50px;
          margin-bottom: 25px;
          padding-left:10px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
        }
        .login-input:focus {
            border-color:#6e8095;
            outline: none;
          }
          
         .profile-input {
          width: 90%;
          height: 50px;
          margin-bottom: 10px;
          padding-left:10px;
          font-size: 15px;
          background: #fff;
          border: 1px solid #ccc;
          border-radius: 4px;
        }
        .profile-input:focus {
            border-color:#6e8095;
            outline: none;
          }
        .login-button {
          width: 100%;
          height: 50px;
          padding: 0;
          font-size: 20px;
          color: #fff;
          text-align: center;
          background: #aaa;
          border: 0;
          border-radius: 5px;
          cursor: pointer; 
          outline:0;
        }
        .login-button:hover
        {
            background-color: #ccc;
        
        }

        .login-lost
        {
          text-align:center;
          margin-bottom:0px;
          font:13px verdana;
          color:Red;
        }

        .login-lost a
        {
          color:#666;
          text-decoration:none;
          font-size:13px;
        }
        .login-footer{
	        width:100%;
	        margin:0 auto;
	        font:11px/14px verdana;
	        text-align:center;
	        color:#777;
        }
