﻿.edit-button {
	float:right;
}
.login-button {
	width:50px;
}
#update-your-browser-banner {
	font-family: Arial,​Verdana,​sans-serif;	
	line-height: 26px;
	background-color: #ccd00a;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	display: none;
	cursor: pointer;
}
.updateYourBrowserModal li {
	float: left;
	padding: 12px 12px 34px 12px;
	text-align: center;
}
.updateYourBrowserModal li a {
	font-size: 12px;
	color: #666;
}
.updateYourBrowserModal li div {
	background-image: url(../../images/sprites/browserlogos.png);
	background-repeat:no-repeat;
	width: 100px;
	height: 100px;
}
.updateYourBrowserModal {
	font-family: Arial,​Verdana,​sans-serif;	
	float: left;
	margin: 20px;
	text-align: left;
	font-size: 12px;
	opacity: 1;
}
.updateYourBrowserModal h2 {
	float: none;
	font-size: 24px;
	font-weight: bold;
}
.updateYourBrowserModal p {
	font-family: Arial,​Verdana,​sans-serif;
	line-height: 18px;
	font-size: 15px;
	margin: 20px auto;
}
.updateYourBrowserModal a.green {
	float: right;
}
#lnk-chrome{
	background-position: -4px 0;
}
#lnk-firefox{
	background-position: -171px 0;
}
#lnk-safari{
	background-position: -340px 0;
}
#lnk-ie{
	background-position:-495px 0;
}

/* MODAL */

.modal2 { 
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
}

.modal2-content {
	border-radius: 3px; 
	position: relative;
	overflow:hidden;
	text-align: center;
	padding-top: 0px;
	margin: 50px auto;
	background-color: #ffffff;
	z-index: 99999;
	width: 550px;
	min-width: 200px;
}


.modal2-content.visible { 
	visibility: inherit;
}
.modal2-close-button-browser-detect { 
	position: absolute;
	right: 11px;
	top: 12px;
	width: 29px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	padding-top: 1px;
	font-size: 1.5em;
	text-decoration: none !important;
	color: #666;
}
.modal2-close-button-browser-detect:hover { 
	color: #4cbe9f;
	border-radius: 50px;
}
.modal2-header,
.modal2-body { 
	text-align: left;
	position: relative;
	padding: 13px 18px;
	border-bottom: 1px solid #E7E7E7;
}
.modal2-header {
	font-weight: bold;
	font-size: 18px;
	padding-right: 48px;
	line-height: 28px;
}
.modal2-bg { 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.modal2-bg.open { 
	opacity: .7;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	filter: alpha(opacity=70);
}
.close-button-wrapper {
	clear: both;
}
#updateYourBrowser {
	position: absolute;
	width: 100%;
}
@media (max-width: 625px) {
	.modal2-content {
		width: 90%;
		margin-top: -15px;
	}
	.updateYourBrowserModal ul {
		margin: auto;
		width: 250px;
		height: 300px;
	}
}
@media (max-width: 333px) {
	.updateYourBrowserModal ul {
		width: auto;
		height: auto;
	}
	.updateYourBrowserModal li {
		float: none;
	}
	.updateYourBrowserModal li div {
		margin: auto;
	}
}