﻿.logo {
	position:absolute;
	top:2px;
	left:15px;
    margin:0;
}

#header #arrow{
	position:absolute;
	right:10px;
	bottom:-10px;
	display:inline-block;
	color:#fff;
	font-size:11px;
}

.header_nav{
	width:100%;
	position:relative;
	margin-top:-18px;
	margin-bottom:20px;
	padding-bottom:20px;
}

.header_nav li{
	display:inline;
	list-style:none;
}

.header_nav li a{
	display:block;
	line-height:20px;
	text-align:center;
	padding:0 15px;
	background-color:#2e6099;
	float:left;
	color:#fff;
	margin-right:5px;
	font-size:11px;
	text-transform:uppercase;
}

.header_nav li a:hover{
	background-color:#6785a7;
}

#footer ul{
	position:relative;
	width:500px;
	float:left;
}

#footer ul li{
	display:inline-block;
	margin-right:5px;
}


.two_col p label{
	text-align:right;
	display:block;
	width:200px;
	float:left;
	line-height:35px;
}

.two_col select, .manage_product select{
border: 1px solid #BBBBBB;
border-radius: 3px;
display: block;
margin-right: 20px;
padding: 7px;
}

.manage_product select{
	width:450px;
}

.admin_console{
	width:250px;
	position:relative;
	padding:10px;
	border:1px solid gainsboro;
	border-radius:5px;
	float:left;
	margin-left:20px;
}

.manage_product{
	padding:20px 250px;
}

.styled option{
	padding:10px!important;
}

.license_settings{
	position:relative;
	width:65%;
	float:left;
	margin-right:20px;
	border-radius:3px;
	border-color:#333;
	padding-left:20px;
}

.license_settings td{
	border-bottom:0!important;
}

legend{
	margin:10px;
	padding:5px;
	border-radius:5px;
	font-weight:bold;
}

.license_options{
	padding:5px 20px 20px 20px;
	border-radius:3px;
	border-color:#333;
}

.license_settings input[type=text], .license_options input[type=text]{
	height:25px;
}


.license_agreement{
	width:45%;
	padding:10px;
    height:200px;
    border:1px solid #ccc;
	background-color:#F9F9F9;
    margin:0 auto;
    overflow:scroll!important;
 
}

.mltsel{
	width:250px!important;
border: 1px solid #BBBBBB;
border-right:0;
border-radius: 3px 0 0 3px;

padding: 7px;
}

.LogonForm
{
    width:100%; float:left;
}
.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.user {
    float: right;
}
.dropdown
{
    width:267px;
}

.block_content p.success_msg
{
    padding:10px;
    background-color:green;
    color:white;
    width:500px;
    margin-bottom:20px;
    border-radius:3px;
    font-size:14px;
    text-align:center;
}
.editor
{
    width:100%;
}