/* /ocariPlugin/css/login.css */
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img{ 
	border: 0;
}
ol,ul{
	list-style: none;
}
caption,th{
	text-align: left;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
q:before,q:after{
	content: '';
}
html{
	height: 100%;
}
*{
  outline: none;
}

/* Global */
body{
	color: #000;
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, sans-serif;
	outline: none;
  min-height: 250px;
}
h1 span{
  position: absolute;
  top: -5000px;
}
h1{
  background: url(/ocariPlugin/css/../images/ocari_black.png);
  height: 50px;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -195px;
  margin-left: -70px
}

/* Login */
#login{
	width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -133px;
  margin-left: -165px;
  background: #FFF;
  border: 1px solid #B2B2B2;
  padding: 10px 15px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.login div{
   clear: both;
   width: 300px;
   margin: 5px 0;
}
legend{
   display: none;
}
label{
   font-weight: bold;
   clear: both;
   float: left;
   width: 250px;
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 13px;
}
.remember{
  padding-top: 15px;
}
.remember label{
   clear: none;
   margin: 0;
   margin-left: 10px;
   font-weight: normal;
   font-size: 11px;
}
input{
   width: 292px;
   margin-bottom: 5px;
   padding: 2px;
   clear: both;
}
input[type="checkbox"]{
   width: auto;
   clear: none;
   float: left;
}
input[type="submit"]{
	width: auto;
	float: right;
	margin-top: -25px;
	border: 1px solid #BEBEBE;
	background: #EFEFEF;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type="submit"]:hover{
	color: #266E7D;
	outline: none;
	background: #FFF;
}
.login .error{
   clear: both;
   margin: 0;
   padding: 5px 0;
   margin-bottom: 15px;
   background: url(/ocariPlugin/css/../images/icons/error.png) no-repeat left 3px;
   padding-left: 25px;
   width: 275px;
}
.error_list{
	font-size: 11px;
	color: #2294AC;
}
#login a{
	color: #333;
	text-decoration: underline;
	font-size: 11px;
}
#login fieldset{
	margin-bottom: 20px;
}

