@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700,300italic,400italic,700italic);

/* Desktop Settings */


body
{
	background:#fff;
	font-size:21px;
	color:#333;
	font-weight:300;
	line-height:1em;
	font-family: 'Roboto Condensed', sans-serif;
}

h1, h2, h3, h4
{
	margin:0px;
	padding:0px;
}

a
{
	color:#000;
	text-decoration:none;
}

.x2_blue
{
	color:blue;
}

.x2_blue_background
{
	background:blue;
}

.clear
{
	clear:both;
}

.wrapper
{
	width:960px;
	margin:0 auto;
	text-align: left;
		
}

	
.login_area
{

	text-align: left;
	padding:0px 20px 5px 20px;
	margin:0px auto 0 auto;	
	max-width:440px;
	width:100%;		
}

.button
{
	background:#2DABDB;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
	border:0px;
	text-transform:uppercase;
	border-radius:5px;
}

.button:hover, .button:focus
{
	background-color:#2297C1;
}

#branding 
{
	text-align:left;
	padding-top:10px;
	font-weight:400;
	color:#666;
	font-size:24px;
	margin:0px auto 0 auto;	
	margin-top:50px;	
	max-width:440px;	
}

dt 
{	
	line-height:24px;
	margin-bottom:5px;
}

dd 
{
	margin:0 0 15px 0;
	line-height:24px;
	color:#666;
}

.user_ip_address
{
	float:right;
	margin-top:0px;
}

.txtinput 
{
	outline:0;
	background:#717074;
}

.txtinput 
{
	font-size:16px;
	border:none;
	-webkit-border-radius: 6px;
	border-radius:6px;
	padding:10px 2%;
	width:96%;
	margin-right:5px;
	color:#eee;
}

input[type=checkbox] 
{
	width:auto;
}

span 
{
	margin-left:10px;
	font-size:14px;
}
