/*Стили для форм Cardino*/
textarea
{
	resize:none;
}

.cForm
{
	display:block;
	padding:25px 50px 5px 50px;
	margin:25px auto 25px auto;
	border:2px solid;
    color:#f6ad90;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
    background-color:#484848;
}

.cForm section
{
	width:100%;
}

.cForm section.secUpd
{
	border-bottom:2px dashed cornflowerblue;
	padding-top:5px;
	padding-bottom:5px;
}

.cForm section.lastSecUpd
{
	padding-top:5px;
}

.cForm section > h3
{
	padding-top:10px;
	font-style:italic;
}

.cFnextBtn:disabled
{
	display:none;
}

.cForm input, textarea
{
	padding-left:4px;
	padding-right:4px;
	margin-right:8px;
	border:1px;
    border-color :#f6ad90;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}

.cFormHiddenSubmit
{
	visibility:hidden;
	height:0px;
}

.cFormSubmitButton
{
	display:block;
	width:100%;
	height:35px;
	background-color:#f6ad90;
	border:1px solid //cornflowerblue;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.cFormSubmitButton:hover
{
	background-color:#8a8a8a;
	//color:black;
}

.cFUser
{
	min-width:270px;
	width:10%;
}

.cFOrder
{
	min-width:280px;
	width:10%;
}

.cFRegister
{
	min-width:300px;
	width:10%;
}

.cFLogin
{
	min-width:280px;
	width:10%;
}

.cFRole
{
	min-width:385px;
	width:25%;
}

.cFRole p
{
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}

.cFRole #Role_finance
{
	margin-left:98px;
}

.cFRole p input
{
	display:inline-block;
	margin-left:10px;
}

.cFRole p label
{
	margin-left:10px;
	display:inline-block;
	width:auto;
}

.cFRole .name
{
	display:block;
	margin:auto;
	margin-bottom:5px;
	width:200px;
	text-align:center;
}

.cFIndentLeft
{
	display:block;
	width:auto;
	height:auto;
	padding-left:25px;
}

.errSum
{
	position:fixed;
	top:130px;
	left:20px;
	opacity:0;
}

#stage2, #stage3, #stage4
{
	display:none;
	opacity:0;
}

#pvt
{
	display:none;
}
#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 30%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */