﻿body
{
	
}

body, html
{
	height: 100%;
}

div.Address
{
	background-color:#fafafa;
    border-top:2px solid #f5f5f5; 
    border-bottom:2px solid #f5f5f5;
     
    clear:both;
    padding:5px; 
    margin:25px 0 25px 0px;
}

div.DoneBox, div.ErrorBox
{
	border: 1px solid #a5cee0;
	background: #FFFFCC;
	background-position: top 10px;
	background-repeat: no-repeat;
	min-height: 48px;
	padding: 10px 10px 10px 84px;
	width: 853px;
}

div.DoneBox
{
	background-image: url(/imgs/icons/64x64/done.png);
}

div.ErrorBox
{
	background-image: url(/imgs/icons/64x64/error.png);
}

h1
{
	margin-bottom: 25px;
}

.dropdownlist
{
	width: 96%;
}

.button 
{
	background-color: #1c88cb;	
	background-image: url(/imgs/btn-background.jpg);
	border: 1px solid #1c88cb;
	color: #ffffff;
	font-weight: bold;
	letter-spacing:1px; 
	padding:3px;
}

.dropdownlist
{
	margin-bottom: 0px;
}

.error {background:#b36666;color:white;}

#breadcrumb
{
	padding-top: 10px;
}

#tooltip
{
	font-size: 0.8em;	
	line-height: 1.15em;
	padding:12px 15px 22px 15px;
	width: 109px;
}

