#login_container{
  width:100%;
  text-align:center;
  margin-top:80px;
}
div#login{
    margin-left:auto;
    margin-right:auto;
 
	 width: 400px;
    border: 0px solid #CCCCCC;
    text-align: left;
    position:relative;
  }
    #login #ErrorMessage{
      position:absolute;
      bottom:0px;
      right:20px;
      width:330px;
      border:1px dotted black;
      background-color:red;
      text-align:center;
      color:white;
      font-weight:bold;
      padding: 10px;
    }
    #login p{
      width:165px;
      height:100px;
      position:absolute;
      left:10px;
      top:75px;
      font-size:12px;
    }
    #login form{
      width:330px;
      background: #ECECEC;
      border: 1px solid #141414;
      position:absolute;
      right:20px;
      top:15px;
      padding:10px;
    }
      #login form span{
        font-weight:bold;
      }
      #login form input{
        margin-bottom:12px;
      }
