/* CSS Document */

.cerror
{
	/*width:470px;*/
	text-indent:2px;
	background-color:#fbb1b6;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12px;
	border:2px solid #f58a92;
	color : #344445;
	padding-top:10px;
	padding-bottom:10px;
}

.cerrorlogin
{
	width:300px;
	height:30px;
	text-indent:2px;
	background-color:#fbb1b6;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12px;
	border:2px solid #f58a92;
	color : #344445;
}

.csuccess
{
	text-indent:2px;
	background-color:#b1fbd6;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12px;
	border:2px solid #7bf587;
	color : #344445;
	padding-top:10px;
	padding-bottom:10px;
}

.ceditable
{
	width:470px;
	height:30px;
	text-indent:5px;
	background-color:#e0f0ea;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12px;
	border:2px solid #b4eed8;
	color: #3344ba;
}

.csuccessSmallMessage
{
	text-indent:2px;
	background-color:#b1fbd6;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10px;
	border:2px solid #7bf587;
	color : #344445;
}
.cerrorSmallMessage
{
	/*width:470px;*/
	text-indent:2px;
	background-color:#fbb1b6;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:10px;
	border:2px solid #f58a92;
	color : #344445;
}

.cinformation
{
	
	background-color:#b1d6fb;
	font-family:Tahoma,Arial;
	font-weight:normal;
	font-size:12px;
	border:2px solid #d1d6fb;
	color : #344445;
	padding-top:10px;
	padding-bottom:10px;
	
}

