
/* core */

#form-status.formmgr-status-hidden
{
        display: none;
}

.formmgr-message-text
{
        display: none;
}

form input[disabled] {
        color: #999;
        line-height:20px;
        background-color:transparent;
        border-width: 0px;
}

fieldset .formmgr-haserror .formmgr-message-text,
fieldset .formmgr-haswarn .formmgr-message-text,
fieldset .formmgr-hassuccess .formmgr-message-text,
fieldset .formmgr-hasinfo .formmgr-message-text
{
        display: block;
}

/* skin */

/*      This defines the style of the main form error */
.formmgr-status-failure
{
	color:red;
	text-align:center;
}

.formmgr-status-success
{
	color:#3c3c3c;
	text-align:center;
}

.formmgr-disabled {
	font-weight:bold;
}

input[type=button], input[type=submit] {
	
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #e6e6e6, #fff); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #e6e6e6, #fff); /* FF3.6+ */
	background: -ms-linear-gradient(top, #e6e6e6, #fff); /* IE10 */
	background: -o-linear-gradient(top, #e6e6e6, #fff); /* Opera 11.10+ */
	background: linear-gradient(top, #e6e6e6, #fff); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	color:#3c3c3c;
	padding:4px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
}

input[type=button]:hover, input[type=submit]:hover,input#add:hover,.general-button:hover {
	background: #e6e6e6 !important;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6)) !important;
background: -webkit-linear-gradient(top, #fff, #e6e6e6) !important;
background: -moz-linear-gradient(top, #fff, #e6e6e6) !important;
background: -ms-linear-gradient(top, #fff, #e6e6e6) !important;
background: -o-linear-gradient(top, #fff, #e6e6e6) !important;
background: linear-gradient(top, #fff, #e6e6e6) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#fff') !important;
cursor:pointer !important;
}

input[type=button]:disabled, input[type=submit]:disabled {
	border-color:#fff;
	color:#b3b3b3;
	padding: 2px 6px !important;
}

fieldset.formmgr-haserror h2,
fieldset .formmgr-haserror .formmgr-message-text
{
        color: #E61414;
        width:100%;
}

fieldset input.formmgr-haserror,
fieldset select.formmgr-haserror
{
        background-color: #F8E0E0;
        border-color:#E61414;
}

fieldset input.formmgr-haserror:focus,
fieldset select.formmgr-haserror:focus
{
        background-color: #fff;
        border-color:fc6;
}

fieldset.formmgr-haswarn h2,
.formmgr-haswarn .formmgr-message-text
{
        color: red;
}

.formmgr-row
{
        display:block;
        margin: 5px 0 5px 0;
        font-family:arial,helvetica,clean,sans-serif;
        color:#666;
}

.formmgr-text
{
	display:block;
	margin: 5px 0 7px 14%;
	font-family:arial,helvetica,clean,sans-serif;
	color:#666;
}

.payment-display-forms .formmgr-haserror .formmgr-text p {margin: 2px 0 !important;text-align: right;}
.payment-display-forms .formmgr-row{text-align:right !important;}

.formmgr-field {
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height:24px;
	font-size:14px;
	line-height:24px;
	padding:0 0 0 0px;
	
}

.formmgr-field:focus {
	border-color:#fc0;
	-webkit-box-shadow:0 0 9px #fc6;
	-moz-box-shadow:0 0 9px #fc6;
	box-shadow:0 0 9px #fc6;
}

input[type="checkbox"].formmgr-field {
	float:left;
	margin-right:5px;
}

input[type="radio"].formmgr-field, input[type="checkbox"].formmgr-field {
	border:none;
	box-shadow: 0 0 0 #000 !important;	
}

select.formmgr-field {
	margin:0;
	border-radius: 3px 0 0 3px;
}

.formmgr-row span {
	line-height:24px;
	font-size:14px;
	display:block;
	overflow:hidden;
	width:50%;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

input.form-submit {
	font-weight:bold;
}

div #form-errors {
	color: red;
}

div #form-errors p {
	text-align:center;
}

/* example skin */

#tax-container div.form-box fieldset.info {
	border:none;
}

fieldset.info2 {
	padding:10px;
	overflow:hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.form-box
{
	float: left;
	display:block;
	width:100%;
	color:#3c3c3c;
	margin:0 0 10px 0;
	overflow-x:hidden;
}

.form-header {
	font: 1.2em arial,helvetica,clean,sans-serif;
	display:block;
	overflow:hidden;
	width: 100%;
	overflow:hidden;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color:#ffffff;
	background: #6EA1E3; /* fallback */
	background:	-webkit-gradient(linear, left top, left bottom, from(#6EA1E3), to(#0052BA)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #6EA1E3, #0052BA); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #6EA1E3, #0052BA); /* FF3.6+ */
	background: -ms-linear-gradient(top, #6EA1E3, #0052BA); /* IE10 */
	background: -o-linear-gradient(top, #6EA1E3, #0052BA); /* Opera 11.10+ */
	background: linear-gradient(top, #6EA1E3, #0052BA); /* W3C */
	/*-moz-box-shadow: 0px 0px 4px #bababa; 
	-webkit-box-shadow: 0px 0px 4px #bababa;*/
}

form input[disabled]{
	border:thin solid #fff;	
}

.form-header p {

	padding: 4px 10px 4px 10px;

}

.form-info {
	font: 1.0em arial,helvetica,clean,sans-serif;
	text-align:left;
	background: #d8d8d8; /* fallback */
	background:	-webkit-gradient(linear, left top, left bottom, from(#fff), to(#d8d8d8)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #fff, #d8d8d8); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #fff, #d8d8d8); /* FF3.6+ */
	background: -ms-linear-gradient(top, #fff, #d8d8d8); /* IE10 */
	background: -o-linear-gradient(top, #fff, #d8d8d8); /* Opera 11.10+ */
	background: linear-gradient(top, #fff, #d8d8d8); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d8d8d8');
}

.form-info {
	border-bottom:1px solid #0052BA;
}


.form-info span {
	padding: 4px 10px;
	display:block;
	color:black;
}

fieldset.right {
	width:284px;
}

fieldset.submit {
	margin-left:30px;
	margin-top:10px;
}

label {
	display: inline;
	line-height:24px;
	float:left;
	width:40%;
	text-align: right;
	margin-right:0.5em;
	max-width:200px;
}

label.checkbox-label
{
        display: inline;
}

.changed-status
{
        margin-left: 20px;
}

input.button, input.submit {
        margin: 2px 4px 2px 0px;
}

input:focus textarea:focus {
	background-color:#A5CDEC;
}

select {
	border:1px solid #999;
}

div #ccCVC_popup {
	position: absolute;
	display:inline;
	z-index:1999;
	float:right;
	font:arial;
	height:222px;
	width:262px;
	background:#fff url('images/cvc.jpg') no-repeat center center;
	color:#336699;
	border:1px solid #999;
	 -moz-border-radius: 5px;
	border-radius: 5px;
	margin:-100px 0 0 5px;
	box-shadow: 7px 7px 5px #ccc;
	-moz-box-shadow: 7px 7px 5px #ccc; 
	-webkit-box-shadow: 7px 7px 5px #ccc;
}

div #cc-logo {
	position: absolute;
	display:inline;
	height:21px;
	width:33px;
	margin: -1px 0 0 5px;
	vertical-align:text-top;
}

input#ccNumber_ccid {
	width:118px;
}

input#edoc_statementDate{
	width:75px;
}

input#ccAmount, input#edoc_statementMinPayment_from, input#edoc_statementMinPayment_to, input#edoc_statementPatAmount_from, input#edoc_statementPatAmount_to, 
input#edoc_statementInsAmount_from, input#edoc_statementInsAmount_to, input#edoc_statementAmount_from, input#edoc_statementAmount_to, input#edoc_invoiceDunning_to,
input#edoc_invoiceDunning_from, input#edoc_invoicePatAmount_to, input#edoc_invoicePatAmount_from, input#edoc_invoiceInsAmount_to, input#edoc_invoiceInsAmount_from,
input#edoc_invoiceAmount_to, input#edoc_invoiceAmount_from{
	width:69px;
}

input#edoc_statementRef3 {
	width:20px;
}

input#ccCVC {
	width:35px;
}

input#account, input#name, input#telephone {
	width:110px;
}

input#firstName, input#lastName {
	width:125px;
}

input#account_name1, input#account_name2 {
	width:150px;
}

textarea#body {
	width:265px;
	height: 85px;
}

input#email, input#email_confirm, input#bank_name {
	width: 200px;
}

div#actn_err .formmgr-text{
	font-family:arial,helvetica,clean,sans-serif;
	color:#3c3c3c;
	position:absolute;
	left: 155px;
	top: -3px;
}

div#bank_err .formmgr-text{
	font-family:arial,helvetica,clean,sans-serif;
	color:#3c3c3c;
	position:absolute;
	left: 235px;
	top: -4px;
}

div#rt_err .formmgr-text{
	font-family:arial,helvetica,clean,sans-serif;
	color:#3c3c3c;
	position:absolute;
	left: -300px;
	top: 569px;
	display: table;
}

div#act_err .formmgr-text{
	font-family:arial,helvetica,clean,sans-serif;
	color:#3c3c3c;
	position:absolute;
	left: -70px;
	top: 569px;
	display: table;
}

input#cm_title.formmgr-field{
	width: 312px;
}

input#day_of_month.formmgr-field{
	width: 40px;
}

input#timestamp_from.formmgr-field, input#timestamp_to.formmgr-field, input#date_from.formmgr-field, input#date_to.formmgr-field, input#cm_created_from.formmgr-field, input#cm_created_to.formmgr-field {
	width: 80px;
}

input#amount_from.formmgr-field, input#amount_to.formmgr-field{
	width: 90px;
}

input#cm_title.formmgr-field{
	width: 175px;
}

input#cm_email.formmgr-field{
	width: 190px;
}