﻿.PersonalFormWrapper { text-align:left; width:100%; margin:10px; }
.PersonalForm { width:370px; border:solid 0px #cccccc; border-collapse:collapse; margin:20px; color:#000000; font-size:11px;}
.PersonalForm th {text-align:left; width:150px; padding-top:8px; vertical-align:top; background-color:transparent; border-bottom:solid 0px #cccccc; height:25px;}
.PersonalForm td {text-align:left; width:230px; vertical-align:middle; border-bottom:solid 0px #cccccc; height:25px; padding-left:10px;}
.PersonalForm input[type=text] { width:200px;}
.PersonalForm select { width:205px;}
.PersonalForm textarea { width:200px; height:50px;}


.StandardForm { width:95%; border:solid 0px #cccccc; border-collapse:collapse; margin:20px; color:#000000; font-size:11px;}
.StandardForm th {text-align:left; width:25%; padding-top:8px; vertical-align:top; background-color:transparent; border-bottom:solid 0px #cccccc; height:25px;}
.StandardForm td {text-align:left; width:75%; vertical-align:middle; border-bottom:solid 0px #cccccc; height:25px; padding-left:10px;}
.StandardForm input[type=text] { width:200px;}
.StandardForm select { width:205px;}
.StandardForm textarea { width:200px; height:50px;}

.ButtonCell { text-align:right;}

select { width:205px;}
input[type=text] { width:200px;}


/* Login form
-------------------------------------------------------------- */
.LoginTable {width:100%; font-size:10px; line-height:1.5; font-weight:bold;} 
.LoginTable input {width:100%; height:17px;}
.LoginTable ul li {margin-left:15px; list-style-type:inherit;}
.LoginTable a {color:#ffffff; font-weight:bold; text-decoration:none;}
.LoginTable a:hover {color:#ffcc00;}
