﻿/*Modal Popup*/
.modalBackground {
	background-color:Black;
 	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.LineaForm{width:665px; float:left; height:25px;}
.LineaForm2{width:332px; height:25px; float:left;}
.LineaForm3{width:665px; float:left; height:auto;}
.LineaForm4{width:500px; float:left; height:auto;}

.tdBorder { border-color:Black; border-width:1px; border-style:Solid; }
.tableBorder { border-color:Black; border-width:1px; border-style:Solid; border-collapse:collapse; }