﻿.LoginCtrl
{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
}

.DefaultTxtBox
{
	width:200px;
	border: solid 1px #244e9c;
}
.DefaultTxtBox:hover,
.DefaultTxtBox:focus,
.DefaultTxtBox:active,
.highlight
{
	background-color:#7b9be7;
}
.DefaultBtt
{
	font: bold 12px verdana, sans-serif;
	border: outset 2px #244e9c;
	background: #7b9be7 url('../Images/Save.png') no-repeat center left; 
	height:26px; 
	padding-left:24px;
}
.DefaultBtt:hover,
.DefaultBtt:focus,
.DefaultBtt:active
{
	background-color:#254e9d;
	color:#f6f6f6
}

.DefaultPnl
{
	background: #f6f6f6;
	border: ridge 2px #244e9c;
	padding:5px;	
	margin:auto auto;
	width:800px;
}
.DefaultPnl h1,
.DefaultWindow h1
{
	text-align:center;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background: #244e9c url('../Images/TitleBG.gif') repeat-x;
	text-transform:uppercase;
	color:#FFF;
	font-size:14px;
}

.DefaultPnl p,
.DefaultWindow p,
.DefaultPnl fieldset,
fieldset
{
	margin:5px 0;
}

.DefaultPnl fieldset,
.DefaultPnl legend,
fieldset,
legend
{
	padding: 0 2px;
}

.DefaultPnl legend,
legend
{
	font-weight:bold;
	font-size:14px;
}

.DefaultPnl table
{
	width:100%;
}

.DefaultLbl
{
	font-weight:bold;
	padding-right:2px;
}

.DefaultValidator
{
	margin:0 2px;
	width:16px;
	height:16px;
}

.DefaultPnl #mycarousel img
{
	width:50px;
	height:50px;
}

