﻿body
{
	font-family: "Segoe UI";
}

.main-wrapper
{
	width: 400px;
	height: auto;
	margin: 2in auto auto auto;
	border: 1px #FFB500 solid;
	border-radius: 15px;
	-o-box-shadow: 0 0 10px 5px #B2B4B7;
	-moz-box-shadow: 0 0 10px 5px #B2B4B7;
	-webkit-box-shadow: 0 0 10px 5px #B2B4B7;
}

#main-wrapper-header
{
	margin-top: 10px;
}

#main-wrapper-header img
{
	width: 145px;
	height: 33.68px;
	margin-left: 10px;
}

#main-wrapper-header div
{
	width: 100%;
	height: 15px;
	background-color: #FFB500;
	font-family: "Arial Black";
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

input[type=button], input[type=submit], button
{
	width: 75px;
	height: 25px;
	background-image: url('../../Images/img-button-30px.png');
	border: 1px #FFB500 solid;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	right: -3px;
}

input[type=button]:hover, input[type=submit]:hover, button:hover
{
	background-image: url('../../Images/img-button-30px-hover.png');
}

input[type=button]:active, input[type=submit]:active, button:active
{
	background-image: url('../../Images/img-button-30px-click.png');
}

input[type=text], input[type=password]
{
	height:20px;
	border-radius: 5px;
	outline: none;
	border: 1px #FFB500 solid;
}


