﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{

}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #333333;
    height: 16px;
    margin: 0px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #333333;
    height: 16px;
    margin: 0px;
}

input[type="submit"] 
{
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 12px;
	height: 20px;
	cursor: pointer;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

