.corp_table {
	width: 100%;
}

.corp_table thead {
	background-color:#2d190b;
}

.corp_table th {
	width:23%;
	font-weight:bold;
	color:#ffffff;
	padding:1%;
	text-align:left;
    font-size: 11px;
}

.corp_table td {
	padding:1%;
    font-size: 11px;
}

.corp_table tr.dark {
	background-color:#e1e4ec;
}

.corp_table tr.light {
	background-color:#edeff5;
}

.small {
	font-size:9px;
	margin-top:0;
	margin-bottom:6px;
}

.corp_options_block {
/*	background-color:#edeff5;*/
	background-color:#f2f4fb;
	width:336px;
	padding:10px 13px 13px;
	margin:0 3px 3px 0;
	float:left;
	min-height:156px;
}

.corp_options_block h2, .corp_options_block h3, .corp_options_block p {
	margin:0;
}

.corp_options_block p {
	margin-bottom:12px;
}

#corporate_login input[type="text"], #corporate_login input[type="password"] {
	margin-bottom:6px;
	float:left;
	padding:3px;
	background-color:#dfe3ed;
	border:1px solid #c0c2c7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#corporate_login h3 {
	float:left;
	width:80px;
	margin:0 6px 6px 0;
	text-align:right
}

#code_notice {
    margin-left: 377px;
}

#code_notice p {
	float:left;
	padding-top:3px;
}

#corporate h2 {
	font-family:'Oswald',Arial,sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal !important;
}

#corporate h3 {
	font-family:'Oswald',Arial,sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal !important;
	color:#3b7dc1;
}

#corporate th {
	font-family:'Oswald',Arial,sans-serif;
	font-size:12px;
	color:#cbcfd9;
	text-transform:uppercase;
	font-weight:normal !important;
}

.corp_options_block form > * {
	float:left;
	line-height:27px;
}

.corp_options_block input[type="text"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #cbcdd2;
	background-color:#e6e9f1;
	margin:0 7px;
	padding:0px 2px;


	font-family:'Oswald',Arial,sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal !important;
}

.corp_options_block input[name='code'] {
	text-transform:none !important;
	width:120px;
}

#corporate input[type="submit"] {
	border:0 none;
	padding:0;
	margin:0;
    position: relative;
/*    top: 1px;*/
	cursor:pointer;
}

#corporate .corp_update_button {
	background: url('../images/corp_update_button.png') no-repeat scroll top left;
	width: 60px;
	height: 27px;
} 

#corporate .corp_order_button  {
	background: url('../images/corp_order_button.png') no-repeat scroll top left;
	width: 55px;
	height: 27px;
} 

#corporate .corp_logout_button  {
	background: url('../images/corp_logout_button.png') no-repeat scroll top left;
	width: 60px;
	height: 27px;
	position:relative;
	right:3px;
}

#corporate .inline {
	display:inline;
}

#contact_info form > div {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align: left;
	width: 100%;
}

.corp_contact_1, .corp_contact_3 {
	font-family:'Oswald',Arial,sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal !important;
	color:#3b7dc1;
	text-align:right;
}

.corp_contact_1 {
	width:100px;
}

.corp_contact_2 {
	width:280px;
}

.corp_contact_3 {
	width:120px;
}

.corp_contact_4 {
	width:190px;
}

.corp_contact_2 input[type="text"], .corp_contact_4 input[type="text"] {
	padding:3px;
	background-color:#eceff9;
	border:1px solid #e0e2e9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin:0;
}


.corp_contact_2 input[type="text"] {
	width:272px;
}

.corp_contact_4 input[type="text"] {
	width:182px;
}

#contact_submit {
	float:right;
}

#corporate_logout {
	float:right;
}

#corporate_login_errors .success, #corporate_login_errors .error {
	border-radius: 4px;
	padding:2%;
	color:#ffffff;
	width:96%;
	display:block;
	margin-bottom:20px;
}

#corporate_login_errors .success {
	background-color:green;
}

#corporate_login_errors .error {
	background-color:#990000;
}

@media (max-width: 767px) {
	#corporate_login {
		width: 100%;		
	}
}