﻿input.weiter
{
	background: url(../images/Controls/btn.weiter.png) no-repeat;
	width: 120px;
	height: 30px;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	font-size:14px;	
	padding: 0 10px 4px 0;
}

a.itallic
{
	background: url(../images/Controls/listbullet.png) no-repeat;
	padding-left: 15px;
	font-style: italic;
	text-decoration: none;
	color: #828282;
	font-size: 12px;
	display: block;
}

input.login
{
	width: 60px;
	height: 26px !important;
	display: block;
	background-color: #366a00;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.ie input.login
{
    margin-top: -27px;
}

input.confirm
{
	width: 215px;
	height: 29px !important;
	display: block;
	background-color: #366a00;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;	
}

input[type="text"], input[type="password"]
{
	width:200px;
	border: 1px solid #c0c0c0;
	font-size: 12px;
	color: #3e3d40;
	padding: 5px 0 5px 10px;
	margin-right: 2px;
}

input[type="text"].small, input[type="password"].small
{
	width: 100px !important;	
}

select
{
	width: 212px;
	padding: 0 0 0 10px;	
}

input[type="text"].medium, input[type="password"].medium
{
	width: 145px !important;	
}

input[type="text"].big, input[type="password"].big
{
	width: 300px !important;	
}

input[type="text"].full, input[type="password"].full
{
	width: 417px !important;
}

div.grayBox
{
	background-color: #f2f2f2;	
	margin-top: 20px;
	padding: 20px;
}
