﻿/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

#mail_form {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 20px 50px;
}

.mailform_group label {
  font-size: .85em;
  font-weight: bold;
}

.mailform_group input {
  font-family: verdana, arial, helvetica, sans-serif;
  letter-spacing: 1px;
  margin: 5px 25px 15px;
  padding: 3px 5px;
  width: 300px;
}

.mailform_group textarea {
  margin: 5px 25px;
  padding: 3px 5px;
  overflow: scroll;
  overflow: -moz-scrollbars-vertical; /* mozilla only */
  width: 450px;
}

.mail_send_btn {
  margin: 10px 20px 0;
}

#to_merchant_store_name {
}
