﻿
.center
{
	margin-right:auto;
	margin-left:auto;
	text-align:center;	
}

.clear
{
    clear:both;
}
.linkbtn 
{
	height:30px;
	background-color:#ccc;
	border: solid 1px black;
	padding: 5px 5px 5px 5px;
	color:Black !important;
	text-decoration:none !important;
	margin-bottom:3px;
}

.formlbl
{
	text-align:right;
	vertical-align:top;	
}

.forminput
{
	text-align:left;
	font-size:11px;
	vertical-align:top;
}

input[type="text"], input[type="password"]
{
	 border: 1px solid #CCC;
}

input[type="text"].fixedwidth 
{
    width: 200px;
   
}

input[type="password"].fixedwidth  
{
    width: 200px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.error, .required
{
    color:Red;
}


fieldset label.block
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}


