﻿/*
	Denizbank
	*/
/*

body {
	background-color: #05C3DE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, helvetica, "sans serif";
	font-size: 18px;
}
	*/
/*
	Lukoil
	*/


body {
	background-color: grey;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, helvetica, "sans serif";
	font-size: 18px;
}

.button
{
	font-size: 10pt;
	font-family: Arial;
	height: 25px;
	border-radius:25px;
}
.inputwhite
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 10pt;
	border-left: #000000 1px solid;
	width: 98%;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	height: 20px;
	background-color: #ffffff;
}
.inputwhitefix500
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 10pt;
	border-left: #000000 1px solid;
	width: 500px;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	height: 20px;
	background-color: #ffffff;
}
.wizardnavigation
{
	text-align:center;
}
/*
	Denizbank
	*/
/*
.logo {
	position: absolute;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.divtitle {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100px;
	background-color: #0033A0;
}
.divtitletext {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 50px;
	width: 700px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: text-bottom;
	text-align:right;
	
}
.divcontent {
	position: absolute;
	right: 100px;
	left: 100px;
	top: 200px;
	bottom: 200px;
	background-color: #FFFFFF;
	border-radius: 50px;
	border: 2px solid #000000;
}
	*/

/*
	Lukoil
	*/
logo {
	position: absolute;
	right: 0px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 50px;
	background-color: #FFFFFF;
}
.divtitle {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 100px;
	background-color: white;
	border-bottom: 3px solid #D2233C;
}
.divtitletext {
	position: absolute;
	left: 10px;
	bottom: 10px;
	height: 50px;
	width: 700px;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	vertical-align: text-bottom;
	text-align:left;
	
}
.divcontent {
	position: absolute;
	right: 100px;
	left: 100px;
	top: 200px;
	bottom: 200px;
	background-color: #FFFFFF;
	border-radius: 50px;
	border: 4px solid #D2233C;
}
.divimage {
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 100px;
	
}
	