@import url("screen_general.css");
html, body {
	margin : 0; 
	padding : 0; 
	text-align : center; 
	height : 100%; 
	width: 100%;
	font-family: tahoma, Arial, sans-serif;


} 
ul, h1, h2, h3, h4, p, table, form {
	margin : 0; 
	padding : 0; 
}
ul {
	list-style-type: none;
} 
p {
}
h1 {
}
h2 {
}
h3 {
}
table {
	border-collapse : collapse; 
	margin: 0;
	
}
tbody {
}
caption {
	display: none;
}
img {
	vertical-align : top; 
} 
a {
	text-decoration: none;
}
a img {
	border: none;
}
td label,
label {
	vertical-align: middle;
} 
/*--form--*/
fieldset {
	border: none;
	padding: 0;
	margin: 0;
} 
legend {
	display: none;	
} 
.hidden {
	display : none; 
} 
.clearLeft {
	clear : left; 
	margin : 0; 
} 
.clearRight {
	clear : right; 
	margin : 0; 
} 
.clearBoth {
	clear : both; 
	margin : 0; 
} 
.moveLeft {
	float: left;
}
.moveRight {
	float: right;
}
input {
	vertical-align: middle;
}
input.inputText{
}
input.submit {
	cursor: pointer;
	border: none;
	height: 21px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em !important;
	vertical-align: middle;
	padding-bottom: 3px !important;
	padding: 0;

}
/*-- button element --*/
button.submit {
	cursor: pointer;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em !important;
	vertical-align: middle;
	padding:0;
    overflow:visible;
	background-color: transparent;
}
div.btMid {
	background: transparent url("/common/images/btn/bg_btMid.gif") repeat-x left center;
	display: inline-block;
	white-space: nowrap;
}
div.btLeft {
	background: transparent url("/common/images/btn/bg_btLeft.gif") no-repeat left top; 
}
div.btRight {
	background: transparent url("/common/images/btn/bg_btRight.gif") no-repeat right top; 
	padding: 0 5px 0 5px;
	height: 21px;
	line-height: 21px;
}
button.red div.btMid {
	background: transparent url("/common/images/btn/bg_btMidRed.gif") repeat-x left center;
}
button.red div.btLeft {
	background: transparent url("/common/images/btn/bg_btLeftRed.gif") no-repeat left top; 
}
button.red div.btRight {
	background: transparent url("/common/images/btn/bg_btRightRed.gif") no-repeat right top; 
}
/*-small fix because of the general setting applied on divs from fieldset*/
button.submit div {
	clear: none !important;
	margin-bottom: 0 !important;
}

/*----*/
textarea.textArea {
} 
.require {
} 
.medTxt {
	font-size: 0.7em;
}
.bigTxt {
	font-size: 0.75em;
}
