﻿/* --------------------- Caption ------------------------------- */
table.swi_ErrorCaption
{	width:100%;
 	table-layout:auto;
 	border-collapse:collapse;
}
table.swi_ErrorCaption tr
{	height:20px;
}
td.swi_ErrorCaptionLeft
{	width:10px;
 	background-image:url(img/LeftCorner.gif);
}
td.swi_ErrorCaptionCenter
{	background-color:#BFDBFF;
 	text-align:center;
}
td.swi_ErrorCaptionCenter h5
{	line-height:20px;
 	margin:0;
}
td.swi_ErrorCaptionRight
{	width:10px;
 	background-image:url(img/RightCorner.gif);
}

div.swi_Error
{	width:30em;
 	margin:0 auto 0 auto;
 	padding:0; 	
}
div.swi_ErrorMain
{	border:solid 1px #BFDBFF;
 	background-image:url(img/Alert.gif);
 	background-position:10px 20px;
 	background-repeat:no-repeat;
 	background-color:#EFF6FF;
}
div.swi_Error p
{	padding:5px 10px 0 50px;
 	margin:0;
}
div.swi_Error input
{	display:block;
	width:80px;
	margin:5px auto 10px auto;
}
