
#outer {height: 750px; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative;  text-align: left;} /* for explorer only */
#inner {width: 319px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */

/* just format */
div.greenBorder {background-color: #fff;}

.etiqueta_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	font-style: normal;
	font-weight: normal;
}

.submit{
	color: #2b333c;
	font-family: Tahoma;
	font-size: 12px;
}

.submit{
	background: #fefefe url(/images/backElement.gif) repeat-x;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	height: 25px;
}

.submit[disabled] {
	
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
	color: #bebebe;
	padding-top: 0px;
	padding-bottom: 0px;
}

.submit:hover,
.submit:focus {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #98E0E0;
	border-right-color: #77DBDB;
	border-bottom-color: #48B6BB;
	border-left-color: #77D6DB;
}
.submit:visited {
color: #2b333c;
}

select {
background-color: #fefefe;
border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
select:hover,
select:focus {
border-color: #6d5 #5b5 #459455 #5b5;
}

.login-username,
.login-password,
.licenseAgreement, 
input.textfield,
#filename,
textarea {
font-size: 11px;
background-color: #f7f7f7;
border-color: #999 #aab3b3 #d5dddd #aab3b3 !important;
}
.login-username:focus,
.login-password:focus,
.licenseAgreement:focus,
input.textfield:focus,
#filename,
textarea:focus {
font-size: 11px;   
background-color: #fff !important;
border-color: #6ab94b #94da78 #aedf9a #94da78 !important;
}

#filename,
input.disabled, 
input.disabled:focus,
input.readonly, 
input.readonly:focus {
font-size: 11px;   
background-color: #FFF !important; 
border-color: #ddd !important;
}
.error label,
.error input,
.error select,
#msg-error {
background-color: #ffffcb !important;
}
.error input:focus,
.error select:focus {
background-color: #FFF !important;
}
td_boton {
	margin-top: 10px;
}
