﻿@media screen and (max-width: 1430px)
{
  .errorBox label, .messageBox label 
  {
	margin-left:10%;
  }
}

body {
}


.errorBox {
	background-color: #FFEBE8;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: solid 1px #EA6C59;
	border-radius: 4px;
	text-align: left;
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0.4em 0.4em 0.5em 1em;
	margin-left: 2px;
	margin-right: auto;
}
.errorBox td
{
	border:0px none white;
	height:auto;
	text-align:left;
	color:#666666;
	width:auto;
	font-weight:bold;
	background-color: Transparent;
	padding-left:27px;
	padding-right:25px;
}
.messageBox {
    background-image: url(images/info.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
	background-color: #D2E9FF; /*#BBDDFF; /*#eff2f5;*/
	border-color: #3B5999;
    border-style:solid;
    border-width:1px;
	border-radius:4px;
    text-align:left;
	margin-bottom:0.5em;
    width:100%;
	padding: 0.4em 0.4em 0.5em 1em;
	margin-left: 2px;
	margin-right:auto;
}

.messageBox td
{
	border-width:0px;
	text-align:left;
    height:auto;
	width:auto;
	font-weight:bold;
	color:#333333;
	background-color: Transparent;
	padding-left:27px;
	padding-right:25px;
}

.messageBox2 {
    background-image: url(images/tick.gif);
    background-repeat: no-repeat;
    background-position: 5px;
	background-color:#F0FFE8; /*#E6FFD9;/* #E6FFE6; /*#DCEDDC; */
	border-color:#006633; /*#a5bb72;*/
    text-align:left;
    font-weight:bold;
    width:98%;
	margin: 5px;
	padding: 1px;
	border: solid 1px #a5bb72;
	margin-left: 2px;
	margin-right:auto;
}

.messageBox2 td
{
	border-width:0px;
	text-align:left;
    height:auto;
	width:auto;
	color:#333333;
	background-color: Transparent;
	padding-left:30px;
	padding-right:25px;
}

