/*
body { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
*/
body {
    background: none repeat scroll 0 0 #ffffff;
}
.size-1140 .line {
    padding: 0;
}
p {
    margin-bottom: 17px;
}
a:link {
    color: #444444;
}
a:visited {
    color: #444444;
}
a:hover {
    color: #006000;
}
a:active {
    color: #444444;
}
.logo-box {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    width: 100%;
}
h1 {
    color: #FFFFFF;
    font-family: impact,tahoma;
    font-size: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
i {
    color: #444444;
    display: inline-block;
    font-size: 1.2em;
    width: 1.8em;
}
img#background {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}
.footer {
    border-top: 2px solid #444444;
    background: none repeat scroll 0 0 #ffffff;
}
table {
    border: 0;
    background:white;
    text-align:left;
}
th {
    border-right:0px;
}
td {
    border-right:0px;
}

/* checkbox */
input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e0e0e0;
    border-radius: 4px;
}
input[type=checkbox]:checked:before {
    background:#444444;
}

/* text */
input[type=text] {
    border: 2px solid #444444;
    border-radius: 4px;
    padding: 4px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
input[type=text]:focus {
    border: 2px solid #006000;
    border-radius: 4px;
    padding: 4px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

/* password */
input[type=password] {
    border: 2px solid #444444;
    border-radius: 4px;
    padding: 4px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
input[type=password]:focus {
    border: 2px solid #006000;
    border-radius: 4px;
    padding: 4px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

/* select */
select {
    background: white;
    border: 2px solid #444444;
    border-radius: 4px;
    padding: 4px;
}

/* text area */
textarea {
    background: white;
    border: 2px solid #444444;
    border-radius: 4px;
    padding: 4px;
}

