﻿.formPanel
{
	background-color: #f9f9f9;
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #e0d8cb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*border-radius: 10px;*/
}

.formLabel
{
    margin-left: 2px;
	color: #6C8CC7;
}

.formLabelError
{
    margin-left: 2px;
	color: #cc0000;
}

.labelTextFocus, .formLabelFocus
{
	color: #0272aa;
}

.formMessageError
{
	color: #cc0000;
	font-weight: bold;
}

.formGroup
{
	margin: 30px 0px 0px 0px;
}

.inputText
{
	border: 1px solid #e0d8cb;
	margin: 4px;
	width:auto;
	font-size:10px;
	
}

.inputTextFocus
{
	background-color: #e7eef6;
	margin: 4px;
	border: 1px solid #e0d8cb;
	width:auto;
	font-size:10px;
}



.inputTextError
{
	margin: 4px;
	border: 1px solid #e0d8cb;
	background-color: #f0efe4;
	width:auto;
	font-size:10px;
	
}

.stepCircle
{
	background-color: #6C8CC7;
	height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/*border-radius: 30px;*/
	width: 14px;
	text-align: center;
	line-height: 2px;
	color: White;
	font-size: 10px;
	width: 20px;
	/*float: left;*/
	/*behavior: url(PIE.htc);*/
}

.stepCaption
{
	display: inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px;
	float: left;
	color: #0071a9;
}

.stepHeading
{
	color: #959d9f;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5em;
}

.defaultButton
{
	
	display: inline-block;
	/*zoom: 1;*/ /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	/*border-radius: .5em;*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/*box-shadow: 0 1px 2px rgba(0,0,0,.2);*/

	
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	background: linear-gradient(#fff, #ededed);
	-pie-background: linear-gradient(#fff, #ededed);
	
	margin-left: 10px;
	/*behavior: url(PIE.htc);*/
}

.defaultButton:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');*/
}

