﻿



.bluebutton
{
	-moz-box-shadow: 0px 0px 1px 1px #bfbfbf;
	-webkit-box-shadow: 0px 0px 1px 1px #bfbfbf;
	box-shadow: 0px 0px 1px 1px #bfbfbf;
	background-color: #0084ff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #005db4;
	display: inline-block;
	color: #ffffff;
  	font-family:  'Segoe UI', 'Arial';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
	
	text-decoration: none;
	cursor: pointer;
}
.bluebutton:hover
{
	background-color: #0075e2;
}


.content
{
	width: 410px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	
	font-family:  'Segoe UI', 'Arial';
	font-size: 16px;
	text-decoration: none;
	color: #686868;
}
.loginbox
{
	width: 358px;
	padding: 25px;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	float: right;
}
	.loginheader
	{
		font-family:  'Segoe UI', 'Arial';
		font-size: 16px;
		color: #686868;
		padding-bottom: 8px;
	}
	.loginlabel, .loginlabel
	{
    font-family:  'Segoe UI', 'Arial';
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #686868;
		padding-top: 18px;
		padding-bottom: 10px;
		clear: both;
	}
	.logininput
	{
		width: 355px;
		height: 39px;
		background: #fff;
		border: 1px solid #e7e7e7;
		clear: both;
	}
	.loginsubmit
	{
		padding-top: 20px;
	}
		.loginsubmit .col01
		{
			width: 163px;
			float: left;
		}
			.loginsubmit .col01 .loginbutton, .loginsubmit .loginbutton
			{
				padding: 12px 20px;
			}
		.loginsubmit .col02
		{
			padding-top: 10px;
			float: left;
		}
			.loginsubmit .col02 a
			{
       font-family:  'Segoe UI', 'Arial';
				font-size: 16px;
				text-decoration: none;
				color: #686868;
			}
			.loginsubmit .col02 a:hover
			{
				text-decoration: underline;
				color: #404040;
			}
			
