/* stils registracijas formai */

#usermenu {
    padding: 5px 10px 5px 12px;
    margin: 0px;
}

#help {
    float: right;
    display: innline-block;
    vertical-align: baseline;
}
#help, .help {
    background-image: url('./../images/help.gif');
    background-repeat: no-repeat;
    /*padding: 4px 10px 7px 0px;*/
}

#help a, .help a {
    color: #236AF4;
    font-weight: bold;
    text-decoration: none;
}

#col1 {
    /* width: 368px; */
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

#col2 {
    /* margin-left: 372px;
	width: 368px; */
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

div#checkcontent {
	background-color: #83c8ff;
  color: #093992;
  font-weight: bold;
}

#domain {
    /*  border: 1px solid #34689A; */
	border: none;
    width: 180px;
    /* height: 18px; */
}

#domainchkbtn, #dmsbtn {
    border: none;
    /* vertical-align: bottom; */
    margin-left: 10px;
}


div.list1 {
    margin: 10px;
}

div.list1 div {
    color: #236AF4;
    font-weight: bold;
}

div.expl {
    margin-top: 10px;
}

.label1 {
    color: #34669B;
    font-weight: bold;
}

/* red */
.label2 {
    color: #FB4104;
    font-weight: bold;
}

/* blue */
.label3 {
    color: #39C;
    font-weight: bold;
    text-decoration: none;
}

.label4 {
    color: #0659A8;
    font-weight: bold;
    text-decoration: none;
}

/* blue */
.label5 {
    color: #236AF4;
    text-decoration: none;
}

a.label5:hover {
  text-decoration: none;
}

/* red */
.label6 {
  color: #FB4104;
  font-weight: bold;
  text-decoration: none;
}

a.label6:hover {
  text-decoration: none;
  color: #C71F27;
}

/* red */
.label7 {
  color: #FB4104;
  text-decoration: none;
}

a.label7:hover {
  text-decoration: none;
  color: #C71F27;
}

.button-label1 {
    color: #FB4104;
    text-decoration: none;
}

.button-label1:hover {
    color: #FF8108;
    text-decoration: none;
}

#addtocart {
    margin-top: 0px;
    vertical-align: middle;
}

#goregister {
    margin-top: 0px;
    vertical-align: middle;
}

div.title5 {
    background-color: #FFF;
    padding: 4px 10px 4px 10px;
    color: #236AF4;
    font-weight: bold;
}

/* span.[short|long]-inp - for non-editable data in forms */
input.long-inp,input.short-inp,select.long-inp,select.short-inp {
  border: 1px solid #6B9ABC;
}

input.long-inp,input.short-inp,
div.long-inp, div.short-inp, div.r-only-inp {
  padding-left: 5px;
}

input.long-inp, select.long-inp,
div.long-inp {
  width: 250px;
}
input.short-inp, select.short-inp,
div.short-inp {
  width: 120px;
}

div.short-inp, div.long-inp, div.r-only-inp {
  color: #000000;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 1px;
  margin: 0;
}

/* --[ For error messages in forms ]-- */
.data-error {
    color: #f63;
}
.expl .data-error { /* error msg on top of window */
    font-weight:bold;
}
.data_error span { /* errmessage in form - near field */
    font-weight:normal;
    font-size: 75%;
}
.data-error input.long-inp, .data-error input.short-inp { /* In form - near fields */
    border-color: #f63;
}
