/*.account > .title {
	color: #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	text-transform:capitalize;
	margin-left: 0px;
}
label {  }
label.error { display: block;float: none; color: red; vertical-align: top; font-size: 0.7em;}
.account > p { clear: both; padding: 5px;}
em { font-weight: bold; padding-right: 1em; vertical-align: top; color: #FF6600; }

.addressType {
	font-weight:bold;
}



*/

label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
	margin-left: 1em;
}

input, textarea, select {
	margin-left: 10px;
}

div#cg {
	margin-left: 250px;
	cursor: pointer;
	color: orange;
}
label em {
	color: red;
}

label#lbl_fct_same,
label#lbl_prosveta_com {
	width: 500px;
}

div#captcha{
	position: relative;
	border:solid #CCCCCC 1px;
	width:200px;
	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-top:2em;

	margin-bottom: 2em;
}


/* refresh */
#captcha img#imgcaptcha {
	position: relative;
	float: left;
	width:165px;
}
#captcha button#refresh {
	background:  url("images/refresh.jpg") no-repeat transparent ;
	width: 24px;
	height: 24px;
	border: none;
	margin-top: 12px;
}


label.error { margin-left: 0.5em; float: none; color: red; vertical-align: top; font-size: 0.8em;}

input.button_submit  {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}

input, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}