/*
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 : Apr 6, 2014, 10:12:54 AM
    Author     : jiwanndaru
*/
div.box{
    width: 50%;
    padding: 20px 10px 20px;
    border: 1px solid #e6e6e6;
    margin: 10px auto;
    border-radius: 5px;
    
}
div.box .headbox{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    width: 100%;
    font: bold 18px arial;
    color: #264409;
}
div.row{
    padding: 3px;
    font:14px arial;
    color: dimgrey;
}
div.row span{
    color: black;
    padding: 10px;
}
div.row input[type='text']{
    width: 200px;
}
div.row input[type='password']{
    width: 200px;
}
div.row input[type='submit']{
    width: 60px;
    height: 30px;
    font: bold 13px arial;
}
div.row a{
    padding: 3px;
    font:bold 14px arial;
    color: darkgreen;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
div.forget{
    padding-left: 21%;
    font: 13px arial;
    color: darkgreen;
}
