﻿

div, 
dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	line-height: 20px;
	color: #333;
	
}
.myrs-form .full {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.myrs-form .myrs-form-actions {
	margin-top: 15px;
}

body {
	height: 100%;
	overflow: auto;
}



body {
	font-family: "Arial", "Helvetica", "FreeSans", sans-serif;
	padding: 1px;
}

body.ie6,
body.ie7 {
	font-size: 62.5%;
}

.ie7 input[type=submit] {
	overflow: visible;
	padding: 0 0.25em;
}

/* === Layout ======================= */

#dbi-container {
	background-color: white;
	width: 680px;
	margin: 0 auto;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.15);
	margin-top: 150px;
	padding-top: 30px;
	padding-bottom: 30px;
    border-radius:10px;
}

#dbi-login
{
	padding: 40px 0;
	font-size: 13px;
}

#dbi-header {
	position: absolute;
	width: 192px;
	padding: 0 10px;
	margin-top: 110px;
	height: 40px !important;
}





.ie6 #dbi-header {
	margin-left: 15px;
}

#dbi-logo {
	background: url(images/logo.gif) top left no-repeat transparent;
	width: 230px;
	height: 112px;
	overflow: hidden;
	margin: 1 auto;
}

#dbi-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* === Common ======================= */

.dbi-form dt {
	color: #666;
	margin-bottom: 5px;
}

.ie6 .myrs-form dt,
.ie7 .myrs-form dt {
	position: relative;
}

.ie6 .myrs-form dt a,
.ie7 .myrs-form dt a {
	position: absolute;
	right: 0;
	bottom: 0;
}

.dbi-form dt label {
	cursor: pointer;
}

.dbi-form dt a {
	float: right;
	color: #1d71bf;
	text-decoration: none;
	transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-webkit-transition: opacity 0.25s linear;
}

.dbi-form dt a:hover {
	text-decoration: underline;
}

.dbi-form dd {
	margin-bottom: 12px;
}

.dbi-form dd input {
	color: #333;
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding: 4px;
	font-size: 14px;
	outline: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
}

.dbi-form dd input:focus {
	box-shadow: 0 0 4px #0069ab;
	-moz-box-shadow: 0 0 4px #0069ab;
	-webkit-box-shadow: 0 0 4px #0069ab;
	border: 1px solid #99C8E6;
}

.ie8 .dbi-form dd input:focus,
.ie7 .dbi-form dd input:focus {
	border: 1px solid #99C8E6;
}

.ie9 .dbi-form dd input:focus {
	box-shadow: 0 0 6px #0069ab;
}

.dbi-form .complete {
	width: 70%;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: rgb(250, 255, 189);
    border: 1px solid #cccccc;
}


.dbi-form .dbi-form-actions {
	margin-top: 15px;
}


#dbi-page
{
	margin-left: 380px;
	width:405px;
	padding: 0 50px;
	border-left: 1px solid #DDD;
}


.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
    border-right: 0 none #e6e6e6;
    border-top: 0 none #e6e6e6;
    border-bottom: 0 none #b3b3b3;
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
  *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
    background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399;
}

.alert {
	border-color: #666;
    border-radius:10px;
    border-left: 1px solid #DDD;
    font-size: 13px;
    font-weight:bold;
}
