﻿.imgCancel
{
	background-image: url("Img/left1.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
	color: white;
}

.imgCancelHover
{
	background-image: url("Img/left2.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
	color: white;
}

.txtImage
{
	background-image: url("Img/center1.jpg");
	background-repeat: no-repeat;
	line-height:24px;
	width: 50px;
	height: 24px;
	float: left;
	font-weight :bold;
	color:white;
}

.txtImageHover
{
	background-image: url("Img/center2.jpg");
	background-repeat: no-repeat;
	line-height:24px;
	width: 50px;
	height: 24px;
	float: left;
	font-weight :bold;
	color:white;
}

.imgSend
{
	background-image: url("Img/left1.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
	color: white;
}

.imgSendHover
{
	background-image: url("Img/left2.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
	color: white;
}

.imgEnd
{
	background-image: url("Img/right1.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
}

.imgEndHover
{
	background-image: url("Img/right2.jpg");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 24px;
}

a.lnkImage,
a.lnkImage:active,
a.lnkImage:link,
a.lnkImage:visited,
a.lnkImage:hover
{
	color: white;
	font-weight: bold;
	text-decoration:none;
}

.btnSend
{
	float: left;
}

.btnCancel
{
	float: left;
}

.Normal 
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #484848;
}

input
{
	background-color:#c1efa8;
}

.labelform
{
	height:26px;
	line-height:26px;
	float:left;
}

.image
{
	height:26px;
	width:24px;
	float:left;
}
