.overlay{
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
     opacity:.75;
     -moz-opacity: 0.75;
     filter: alpha(opacity=75);
}


.modal {
     display: none;
     position: fixed;
     top: 15%;
     right: 25%;
     width: 580px;
     height: 410px;
     padding: 16px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
}

.modal .close {
	float: right;
}

div.form-box-import{
	padding-top: 2px;
}

div.form-box-import a{
	font-weight: bold;
	text-decoration: underline;
}

div.form-box-import a:hover{
	text-decoration:none;
}


div.oi_import{
	height: 325px;
	overflow: auto;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	width: 99%;
}

div.oi_import_header {
	clear: right;
	margin-top: 10px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 99%;
}

table.oi_contacts {
	
	width: 100%;
	border-collapse: collapse;
	color: #333;
	font-weight: normal;
}

table.oi_contacts tr.top{
	background-color: #e0e0e0;
	font-weight: bolder;
}

table.oi_contacts tr.altrow{
	background-color: #f5f5f5;
}

table.oi_contacts td {
	text-align: left;
}

table.oi_contacts td.oi_check {
	width: 30px;
}

div.form-box-import {
	font-weight: normal;
	margin-top: 4px;
	margin-left: 2px;
}

div.oi_login {
	font-weight: normal;
	color: #808080;
	font-size: 11px;
}

div.oi_login h3 {
	font-weight: bold;
	font-size: 120%;
	color: #555;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 5px;
	width: 100%;
}

div.oi_login form {
	margin-top: 5px;
}

div.oi_login label {
	font-weight: normal;
	color: #808080;
	width: 100px;
	float: left;
	margin-right: 10px;
}

div.oi_login div.input {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 2px;
}

div.oi_login input {
	width: 200px;
	border: 1px solid #bbb;
}

div.oi_login input.import_button {
    width: 150px;
	padding: 2px;
	background-color: #ccc;
	color: white;
	font-weight: bold;
}



div.oi_login div.error-box {
	
	background-color:#FFBFBF;
	border:2px solid #990000;
	clear:both;
	color:#990000;
	font-weight:bold;
	margin:10px 0 5px;
	padding:5px;
}

div.oi_login .searching{
	display: none;
	width: 100%;
	text-align: center;
}