/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 19, 2015, 2:38:32 PM
    Author     : Ethan Cheong
*/

/******************************************************************************
* Login Page
******************************************************************************/
.login_section,
.register_section {
  float:none;
  width:100%;
  margin: 0 auto 0 auto;
}

.login_section {
  margin-bottom:3em;
}
#node-product-image img {
  height: auto!important;
}
#contact-mail-page input.form-text, #contact-mail-page textarea {
    padding: 12px 2% 9px;
    width: 94%;
}