/*******************************************************************************
 * Copyright 2012 Powerchip Technology Corporation. All rights reserved.
 * 
 * Date       Version  Revised By       Description
 * ---------- -------- ---------------- ----------------------------------------
 * 2012/09/18 1.0      Daphne Chyan     * Initial release.
 *
 */

 
/*******************************************************************************
 * <p>The <code>jquery.validate.css</code> defines the style setting for jQuery 
 * validation plug-in.</p>
 *
 */

input.error
 {
    border-color:#ff0000;
}
        
.error
{
    color:#ff0000;
    /* margin-left: 10px; */
    width: auto;
    display: inline;
}


