/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/22px "Verdana","Arial", sans-serif;
    color: #555;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	padding:5px 70px;
	text-align:center;
	font-weight: bolder;
	line-height: 35px;
	color: #2671ad;
}

h2 {
	font-size: 14px;
	padding-left:35px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}

h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: bolder;
    margin: 5px 0 20px 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

/* `errors
----------------------------------------------------------------------------------------------------*/
.errors {
padding-left: 32px;
padding-right: 32px;
color: red;
background: url('/assets/images/icon/warning.png') no-repeat;
}


/* `Forms
----------------------------------------------------------------------------------------------------*/
button, .submit-login {
  padding: 3px 8px;
}
/*button, .submit-login {
    background: transparent;
    border: 0px;
    color: #777;
    cursor: pointer;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: none;
}*/

textarea, input, select {
    background: #fff;
    border: 1px solid #ccc;
}

input.input_button {
padding: 4px 15px;
font: 16px Georgia,Verdana;
font-weight: 600;
color: #555;
background: silver;
border: 1px solid gray;
text-shadow: 1px -1px rgb(213, 213, 213);
box-shadow: 1px 1px 2px 0px rgb(119, 119, 119);
}

select.input_select{
padding: 6px;
width: 30%;
}

select.input_select ,select.input_select option{

font: 14px Arial,Verdana;
}

input#rek_text {
padding: 7px 7px 7px 31px;
font: 14px Arial,Verdana;
width: 50%;
background: url(../images/ico_search.jpg) no-repeat center left white;
}

.warning {
    color: #f00;
}
.info {
    color: #393;
}

p.warn_imp {
padding: 15px 7px;
color: darkred;
border: 1px solid darkred;
font-weight: 600;
float: left;
background: url(../images/ico_warn_imp_red.png) no-repeat center left 10px rgb(255, 215, 215);
padding-left: 55px;
}

p.succ_imp {
  padding: 15px 7px;
  color: rgb(6, 95, 4);
  border: 1px solid rgb(6, 95, 4);
  font-weight: 600;
  float: left;
  background: url(../images/ico_warn_imp_red.png) no-repeat center left 10px rgb(213, 255, 214);
  padding-left: 55px;
}


/* Form registration firm
----------------------------------------------------------------------------------------------------*/
.reg_form{
background:#EDF7FC;
padding: 20px 37px;
display: inline-block;
}

#myform input, #myform textarea {
font: 14px Verdana;
width: 370px;
padding: 6px 15px;
box-shadow: 1px 1px 3px 1px rgb(205, 205, 205);
border: 1px solid rgb(174, 173, 173);
border-radius: 6px;
}