﻿
span.error
{
	margin-left: 5px;
	padding-left: 25px;
	color: #F00; 
	background:url(../msg/error.gif) left center no-repeat;
}
span.success
{
	margin-left: 5px;
	padding-left: 25px;
	color: #999;
	background: url(../msg/success.gif) left center no-repeat;
}

.btn
{
	background-color: #efefef;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dfdfdf;
}
.input
{
	padding: 0px 3px;
	border: 1px solid #d1d1d1;
	background: url('../msg/input_bg.jpg') repeat-x;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
}


