/*=== www.acm.cl ===*/
input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #19429C;
	width: 160px;
	height: 20px;
	margin: 0px;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
}
.notes {
	text-transform: uppercase;
	color: #003399;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
	background-image: url(images/Commons/Bluepanel.gif);
	background-repeat: repeat-x;
	background-color: #F5F8FF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font: bold 100%/normal Arial, Helvetica, sans-serif;
}
.Alert {
	color: #CC0000;
	border: 1px double #CC0000;
	background-color: #FFFFCC;
	background-image: url(images/Icons/Warning.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	text-align: left;
	width: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 34px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	display: block;
}
.AlertTiny {
	color: #CC0000;
	border: 1px double #CC0000;
	background-color: #FFFFCC;
	background-image: url(images/Icons/Warning.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	margin: 5px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 50px;
}
.DropStrait {
	width: 125px;
}
.DropStraitRequired {
	width: 125px;
	background-color: #FFFFA0;
}
.DropLonger {
	width: 180px;
}
.DropLongerRequired {
	width: 180px;
	background-color: #FFFFA0;
	border: 1px solid #19429C;
}
.TermsOfService {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFDF7;
	padding: 4px;
	border: 1px solid #19429C;
	overflow: scroll;
	margin: 0px auto;
}
.InputBorders {
	border: 1px solid #19429C;
	margin: 0px;
	padding: 2px;
}
.InputBordersRequired {
	border: 1px solid #19429C;
	margin: 0px;
	padding: 2px;
	background-color: #FFFFA0;
}
.InputUPS {
	border: 1px solid #522F0F;
	width: 80px;
}
.InputStrait {
	width: 120px;
}
.InputBordersTextArea {
	border: 1px solid #19429C;
	margin: 0px;
	padding: 2px;
	height: 120px;
}
.InputBordersTextAreaRequeried {
	border: 1px solid #19429C;
	margin: 0px;
	padding: 2px;
	height: 120px;
	background-color: #FFFFA0;
}

/*==== LAST ADDONS ====*/

.OnlineProofApproval {
	color: #000000;
	border: 1px dotted #6C8991;
	background-color: #FFFFCC;
	background-image: url(images/Commons/Warning.png);
	background-repeat: no-repeat;
	background-position: 4px 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 20px;
	position: relative;
	margin-top: 16px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
}
