﻿body, html {
	font-family : Verdana;
}

table {
  border : 0px;
  border-collapse : collapse;
}

table td {
  padding : 0px;
  vertical-align : top;
}

DIV.centerbox {
	width : 250px;
	margin : 100px auto 0px auto;
}

DIV.loginbox {
  width : 250px;
	height : 132px;
	background-color : #ebebeb;
	border-radius : 8px;
}

DIV.header {
	color : #2e2e2e;
	font-size : 13px;
	font-weight : bold;
	padding-left : 3px;
	border-top : 1px dashed #030303;
	border-bottom : 1px dashed #030303;
	line-height : 17px;
	margin-bottom : 13px;
}

DIV.loginbox DIV.content 
{
  padding-top : 15px;
}

DIV.loginbox table {
  margin-left : 15px;
}

DIV.loginbox label 
{
  font-size : 9px;
}

DIV.loginbox input.text-box
{
  width : 135px;
  margin-left : 5px;
  
}