﻿/*
.Form { margin: 5px; font-size: 8pt; }
.Form .Title { font-weight: bold; font-size: 9pt; color: #333; margin-bottom: 10px; }
.Form span { display: block; width: 130px; height: 22px; float: left; font-weight: bold; font-size: 8pt; white-space: nowrap; }
.Form .Group { clear: both; display: block; margin: 2px 5px 2px 5px; width: auto; float: left; }
.Form .Button { font-size: 8pt; float: right; }
.MediumControl { width: 135px; font-weight: normal; font-size: 8pt; color: #333; border-left: solid 1px #666; border-top:  solid 1px #666; border-right:  solid 1px #ccc; border-bottom:  solid 1px #ccc; }
.LongControl { width: 200px; font-weight: normal; font-size: 8pt; color: #333; border-left: solid 1px #666; border-top:  solid 1px #666; border-right:  solid 1px #ccc; border-bottom:  solid 1px #ccc; }
.MediumControlNoEnd { width: 135px; height: 13px; font-weight: normal; font-size: 8pt; color: #333; border-left: solid 1px #666; border-top:  solid 1px #666; border-right:  solid 0px #ccc; border-bottom:  solid 1px #ccc; }
.SmallControl { width: 90px;  font-weight: normal; font-size: 8pt; color: #333; border-top:  solid 1px #666; border-right:  solid 1px #ccc; border-bottom:  solid 1px #ccc; }
.LargeTextArea { width: 400px; height: 175px; font-weight: normal; font-size: 8pt; color: #333; border-left: solid 1px #666; border-top:  solid 1px #666; border-right:  solid 1px #ccc; border-bottom:  solid 1px #ccc; }
*/
.LongControl { width: 20em; }

.Email { width: 30em; }

/* Errors */
.Form .ErrorList { width: auto; float: left; }
.Form .ErrorList .ErrorMessage { clear: both; display: block; margin: 2px 5px 2px 5px; font-size: 9pt; font-weight: bold; color: #f90!important; }

.MediumControl { width: 135px; font-weight: normal; font-size: 8pt; color: #333; border-left: solid 1px #666; border-top:  solid 1px #666; border-right:  solid 1px #ccc; border-bottom:  solid 1px #ccc; }

/* Meta Form */
.Forms .TreeView { width: 175px!important; border-right: solid 1px #777!important; display: block; float: left; }
.Forms .MetaTags { width: 450px; display: block; float: left; }

/* Login Form */
.Content .Form { margin-top: 30px; margin-left: 25px; }
.Content .Form span { display: block; float: left; width: 60px; color: #3C4E88; font-size: 7pt; font-weight: bold; }
.Content .Form .Group { display: block; width: 210px; margin: auto; }