/*
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 : Oct 17, 2014, 12:01:21 PM
    Author     : Hemant
*/

.bg-image{
    background-image: url('../../images/bg.jpg');
   /* background: red; */
}

.validation{
    list-style-type: none;
    font-size: 15px;
    font-family: sans-serif;
    color: red;
}
#loader{background-image:url(../../images/preloader.gif); background-repeat:no-repeat; background-position: center center; display:none;}