/* form */
.TableForm{
	margin:5px 0px 15px 0px;
	padding:0px;
}
.TableForm td{
	border-bottom:1px solid #dedede;
}
.Input{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:200px;
	border:1px solid #8e8e8d;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
}
.Input:hover{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:200px;
	border:1px solid #6096bc;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
}
.Input:focus{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:200px;
	border:1px solid #6096bc;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
}
.InputMediu{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:75px;
	border:1px solid #8e8e8d;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
}
.InputMediu:hover{
	border:1px solid #6096bc;
}
.InputMediu:focus{
	border:1px solid #6096bc;
}
.InputMic{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:32px;
	border:1px solid #8e8e8d;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
}
.InputMic:hover{
	border:1px solid #6096bc;
}
.InputMic:focus{
	border:1px solid #6096bc;
}


.Checkbox{
	margin-bottom:0px;
}
.Radio{
}
label{
	margin-top:-3px;
}

.Button{
	width:74px;
	height:22px;
	display:block;
	background-image:url(../img/bgrd/button.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:1px solid #FFF;
}
.Button:hover{
	width:74px;
	height:22px;
	display:block;
	background-image:url(../img/bgrd/button-h.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	border:1px solid #FFF;
}
.TextArea{
	font-family:'Verdana';
	font-size:11px;
	color:#585857;
	width:200px;
	height:100px;
	border:1px solid #8e8e8d;
	background-image:url(../img/bgrd/input.gif);
	background-repeat:repeat-x;
	margin:0px 2px 0px 2px;
	overflow:auto;
}














