﻿body 
{
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-size:14px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
}
.waterMarkcss
{
    color:#B2B2B2;
}
.textbox
{
    border:2px solid black;
    font-size:14px;
    font-family:Arial;
    min-height:30px;
	margin-right: 0px;
}
.button1
{
    min-width:200px;
    background-color:Blue;
    color:White;
    min-height:50px;
    font-size:15px;
    font-family:Arial;
}
.leftmidd
{
	width:10px;
	float:left
}
.button1 a:hover
{
    min-width:200px;
    background-color:White;
    color:Blue;
    min-height:50px;
    font-size:15px;
    font-family:Arial;
}

.button_small
{
    background-color:Blue;
    color:White;
    min-height:50px;
    font-size:14px;
    font-family:Arial;
}
.button_small a:hover
{
    background-color:White;
    color:Blue;
    min-height:50px;
    font-size:14px;
    font-family:Arial;
}
.fullrow
{
    width:100%;
    margin-top:5px;
}
.clear
{
    clear:both;
}
.leftcol1
{
	width:280px;
	float:left
}