/* 	stili base
	by Andrea Moi [iux] Mind s.r.l. http://wwmind.com
*/
HTML, BODY, DIV, TH, TD {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	-moz-outline: none;
}
BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #F3F0DA;
	text-align: center;
}
BODY.popup {
	margin: 10px 10px 10px 10px;
	color: #000000;
	background-color: #ffffff;
}
BODY.noMargin { margin: 0px 0px 0px 0px!important;	}

/* link */
A {
	color:#ff0000;
	text-decoration:underline;
	-moz-outline: none;
}
A:Hover {
	text-decoration:underline;
	color:#000000;
	-moz-outline: none;
}
A.ancora,A.ancora:Hover,A.ancora:Visited {
	text-decoration:none;
	color: #000000;
}
A.asText {
	color: #000000!important;
	text-decoration:none;
}
A.asText:Hover {
	color: #ff0000!important;
	text-decoration:underline!important;
}
A.noLine {
	text-decoration:none!important;
}
A.noLine:Hover {
	text-decoration:underline!important;
}
A.iconButton {
	color: #000000;
	text-decoration:none!important;
}
A.iconButton:Hover {
	color: #ff0000;
	text-decoration:none!important;
}
A.iconButton IMG {
	margin:0px 2px 0px 2px;
}
A.iconButton:Hover IMG {
	filter:				alpha(Opacity=80);
	-moz-opacity:		0.80;
}
A.rArrow {
	text-decoration:none!important;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:12px!important;
}
A.lArrow {
	text-decoration:none!important;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10px!important;
}
A.blkRArrow {
	display:block;
	text-decoration:none!important;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:6px!important;
}
A.rBullet {
	text-decoration:none!important;
	background-image: url(../images/bullet_rpoint.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:16px!important;
	height:13px;
}
A.blkRArrow:Hover,A.rBullet:Hover {
	text-decoration:none;
}
A.rBulletPRIVATI {
	text-decoration:none!important;
	background-image: url(../images/bullet_carrow_dx.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right:21px!important;
	color:#ff0000;
	height:16px;
	padding-top:1px;
	padding-bottom:1px;
}
A.rBulletPRIVATI:Hover {
	text-decoration:underline;
	color:#222222;
}
A.enter {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}


/* titoli */
H1 {
	font-size: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
H2 {
	font-size: 135%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
H3 {
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* liste */
UL.noBullet, LI.noBullet	{ list-style:none!important; }
UL.pdf, LI.pdf				{
	list-style-image: url(../images/icon_pdf.gif);
	list-style-position: outside;
	list-style-type: none;
}

LI.rientro {
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/* main container */
#mainContainer {
	width: 760px;
	margin: auto;
	text-align: left;
}
BODY.popup #mainContainer {
	width: 100%;
}


/* header */
#header {
	background-color: #ffffff;
	width: 760px;
	height:64px;
	color: #666666;
	background-image: url(../images/header_ang_sx.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	-moz-user-select:none;
}
#headerIN {
	width: 760px;
	height:64px;
	background-image: url(../images/header_ang_dx.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header A {
	text-decoration:none;
	color: #666666;
}
#header A:hover {
	text-decoration:none;
	color: #ff0000;
}
#header A:Hover IMG {
	filter:				alpha(Opacity=80);
	-moz-opacity:		0.80;
}
#header A.logo {
	margin: 21px 0px 0px 36px;
	position:absolute;
	z-index:1000;
	-moz-user-select:none;
}
#header IMG.logo {
	margin: 21px 0px 0px 35px;
	-moz-user-select:none;
}
#headerMsg {
	padding: 19px 20px 0px 0px;
	position: relative;
}

/* menu generico */
#genMenu {
	background-image: url(../images/genmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 27em;
	height:19px;
	white-space: nowrap;
	-moz-user-select:none;
}
#genMenuIN {
	background-image: url(../images/genmenu_ang_sx.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 27em;
	height:19px;
	text-align:right;
}
#genMenuIN UL {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	text-align:right;
}
#genMenuIN LI {
	display:inline;
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #666666;
}
#genMenuIN LI.lastItem {
	border-right: 0px none;
	padding-right: 0px;
}
#genMenuIN LI.gruppo {
	border-right: 0px none;
	padding-right: 0px;
	padding-left:7px;
}
#genMenuIN LI.gruppo IMG 	{ vertical-align:middle;	}
#genMenu A.currentItem 		{ font-weight: bold; 	}
#genMenu A:hover 			{ color: #ff0000;		}



/* menu principale */
#mainMenu {
	padding: 7px 0px 0px 15px;
	-moz-user-select:none;
}
#mainMenu A:Hover IMG {
	filter:				alpha(Opacity=85);
	-moz-opacity:		0.85;
}
#mainMenuWEB {
	padding: 6px 0px 0px 25px;
	-moz-user-select:none;
}
#mainMenuWEB A:Hover IMG {
	filter:				alpha(Opacity=85);
	-moz-opacity:		0.85;
}
/* menu di sezione */
#sectionMenu {
	-moz-user-select:none;
	overflow:hidden;
}
#sectionMenu A:Hover IMG {
	filter:				alpha(Opacity=75);
	-moz-opacity:		0.75;
}


/* struttura pagina */
TABLE.pageMainStructure {
	background-color:#ffffff;
	width: 760px;
}

/* navigatore */
#pageNavigator {
	padding: 0px 7px 7px 14px;
	/* background-image: url(../../images/menu/navigator_ang_dx.gif); */
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #E8E8E8;
}
#pageNavigatorSxAng {
	padding: 3px 10px 5px 10px;
	background-image: url(../images/top_ang_sx.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #E8E8E8;
}

DIV.navigator {
	color: #000000;
	font-size: 11px;
	padding: 7px 14px 2px 7px;
}
DIV.navigator A, DIV.navigator A:Visited {
	color: #000000;
	text-decoration:none;
	padding-left:7px;
	padding-right:10px!important;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap!important;
}
DIV.navigator A.current,DIV.navigator A.current:Visited {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	background-image: none;
	padding-right:0px!important;
}
DIV.navigator A:Hover, DIV.navigator A.current:Hover {
	color: #000000;
	text-decoration:underline;
}

/* immagini apertura pagina */
TD.topPageSx {
	min-height:19px;
	background-image: url(../images/top_ang_sx.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#ffffff;
}
TD.topPageDx {
	min-height:19px;
	background-image: url(../images/top_ang_dx.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#ffffff;
}
TD.topPageDxWCol {
	min-height:19px;
	background-image: url(../images/top_ang_dx_wcol.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#F5F5F5;
}


/* chiusura pagina */
#bottomPageSx {
	height:19px;
	background-image: url(../images/bottom_ang_sx.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#ffffff;
	-moz-user-select:none;
}
#bottomPageDx {
	height:19px;
	background-image: url(../images/bottom_ang_dx.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:#ffffff;
	-moz-user-select:none;
}
#bottomPageDxWCol {
	height:19px;
	background-image: url(../images/bottom_ang_dx_wcol.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:#F5F5F5;
	-moz-user-select:none;
}



/* footer */
#footer {
	margin-top:14px;
	margin-bottom:14px;
	clear:both;
	color: #666666;
	white-space: nowrap;
	text-align:center;
	-moz-user-select:none;
	font-size:11px;
}
BODY.popup #footer {
	border-top: 0px none;
	padding-top:10px;
	margin-top:0px;
}
#footer A {
	text-decoration:none;
	color: #666666;
}
#footer A.currentItem { font-weight: bold; }
#footer A:hover {
	text-decoration:none;
	color: #ff0000;
}
#footer UL {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
#footer LI {
	display:inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #aaaaaa;
}
#footer LI.sxSep {
	border-right: 0px none;
	border-left: 1px solid #aaaaaa;
}
#footer LI.lastItem,#footer LI.noSep {
	border-right: 0px none;
}



/* differenziazione x aree */
.WEBPrivati {	color:#ff0000!important; }
.WEBImpresa {	color:#3163A5!important; }



/* FORM */
FORM {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
TEXTAREA {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
}
INPUT,SELECT,OPTION 	{	font-size:	11px;	}
OPTGROUP 				{	font-style: normal;	}
OPTION.empty, SELECT.listaProdotti OPTION.empty {	color:#888888;	}

SELECT.selectRicerca {
	font-family: arial,helvetica,sans-serif;
	font-size:10px;
	border:1px solid #b0b0b0;
	width: 100%;
	margin-top:2px;
}
INPUT.boxRicerca {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	border:1px solid #b0b0b0;
	margin-top:2px;
}
INPUT.boxRicerca:focus, SELECT.selectRicerca:focus {
    background: #fff5de;
}
SELECT.selectRicerca OPTGROUP {
	font-family: arial,helvetica,sans-serif;
	font-size:10px;
	width: auto;
}
SELECT.selectRicerca OPTION {
	font-family: arial,helvetica,sans-serif;
	font-size:10px;
	width: auto;
}

INPUT.module,SELECT.module {
	font-size:11px;
	border: 1px solid #000000;
}
TEXTAREA.module {
	border: 1px solid #000000;
}
SELECT.module OPTION 	{	font-size:11px;	}
INPUT.module:Focus 		{	background-color: #fffff0;	}
INPUT.module:Active 	{	background-color: #EAEAEA;	}
SELECT.module:Hover 	{	background-color: #fffff0;	}

INPUT.submit,INPUT.reset {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	color: #ffffff;
	background-color:#ff0000;
	border: 1px solid #ffffff;
	cursor:pointer;
	padding: 1px 3px 1px 3px;
	-moz-outline: none;
}
INPUT.submitSmall,INPUT.resetSmall {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	color: #ffffff;
	background-color:#ff0000;
	border: 1px solid #ffffff;
	cursor:pointer;
	padding: 1px 2px 1px 2px;
	-moz-outline: none;
}
INPUT.buttonRicerca {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	color: #ffffff;
	background-color:#ff0000;
	border: 1px outset #ffffff;
	cursor:pointer;
	padding: 0px 0px 0px 1px;
	-moz-outline: none;
}
INPUT.buttonSmall {
	font-family: arial,helvetica,sans-serif;
	font-size:11px;
	color:#ff0000;
	background-color:#ffffff;
	cursor:pointer;
	border: 1px solid #ff0000;
	padding: 1px 2px 1px 2px;
	-moz-outline: none;
	font-weight:bold;
}
INPUT.submit, INPUT.submitSmall {	font-weight:bold;		}
INPUT.reset, INPUT.resetSmall 	{	font-weight:normal;		}
INPUT.submit:Focus, INPUT.submit:Hover, INPUT.submitSmall:Focus, INPUT.submitSmall:Hover	{	background-color:#2e8b57; }
INPUT.buttonRicerca:Focus, INPUT.buttonRicerca:Hover										{	color:#000000; }
INPUT.reset:Focus, INPUT.reset:Hover, INPUT.resetSmall:Focus, INPUT.resetSmall:Hover 		{	background-color:#b22222; }
INPUT.buttonSmall:hover, INPUT.buttonSmall:focus											{	color:#000000; }
INPUT.submit:Active, INPUT.submitSmall:Active, INPUT.buttonRicerca:Active, INPUT.reset:Active, INPUT.resetSmall:Active 	{	background-color: #EAEAEA; color: #000000; }
INPUT.buttonSmall:Active																	{	background-color: #ff0000; color: #ffffff; }




DIV.moduleInputField {
	overflow: hidden;
	width: 100%;
	margin: 5px 0 3px 0;
}
DIV.moduleInputFieldWLine {
	overflow: hidden;
	width: 100%;
	margin: 3px 0 3px 0;
	padding-bottom: 3px;
	border-bottom:1px solid #ffffff;
}

/* tab */
DIV.tabBar {
	font-size:100%;
	padding: 4px 0px 0px 0px !important;
	-moz-user-select: none;
}
DIV.tabBarStart {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
DIV.tabBarIn {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
DIV.tabBarEnd {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
DIV.tabBarBox {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
DIV.tabBarContents {
	width:auto!important;width:100%;
	padding: 1em 1em 1em 1em;
}
DIV.tabBar A.tab {
	font-size:90%;
	color: #ffffff!important;
	text-decoration:none!important;
	background-color: #919499;
	padding: 1px 8px 0px 8px !important;
	margin: 0px 0px 0px 0px !important;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

	background-image: url(../images/tab_bg_off.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
DIV.tabBar A.tabOn {
	font-size:100%;
	color: #000000!important;
	text-decoration:none!important;
	font-weight: bold;
	background-color: #ffffff;
	padding: 4px 15px 2px 15px !important;
	margin: 0px 0px 0px 0px !important;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

	background-image: url(../images/tab_bg_on.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
DIV.tabBar A.tab:hover {
	color: #000000!important;
	text-decoration:none!important;
}
DIV.tabBar A.tabOn:hover {
	color: #ff0000!important;
	text-decoration:none!important;
}


/* popup */
DIV.popupHeader {
	padding-bottom: 2px;
	font-size:11px;
}
H1.popupTitolo {
	font-weight:bold;
	color:#ff0000;
	font-size:110%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 11px;
}
H2.popupTitolo {
	font-weight:bold;
	color:#ff0000;
	font-size:100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 11px;
}
DIV.popupContents  {
	border: 1px solid #e0e0e0;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}

/* liste */
DIV.itemListDiv {
	padding: 1em 0 1em 0px;
	border-bottom: 1px solid #e0e0e0;
}


/* contenuti esterni (senza contents.cc) */
#pageExContainer {
	font-family:arial,helvetica,sans-serif;
	padding:0px 0px 0px 0px;
	color:#000000;
}
DIV.pageExHeader {
	padding:14px 0px 14px 0px;
}
H1.pageExTitolo {
	font-weight:bold;
	color:#4077b0;
	font-size:125%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:5px;
}
DIV.pageExMainDiv {
	padding:2px 0px 2px 5px;
	font-size:12px;
}



/* vari */
.piugrande 			{ font-size: 13px;  }
.grande 			{ font-size: 12px;  }
.piccolo 			{ font-size: 10px;  }
.moltopiccolo 		{ font-size: 9px;	}
.moltomoltopiccolo 	{ font-size: 8px; 	}

.stretto 			{ letter-spacing: -1px; }
.largo	 			{ letter-spacing: 1px; }
.righeMedie 		{ line-height:130%; }
.righeLarghe 		{ line-height:150%; }
.righeMoltoLarghe 	{ line-height:180%; }

.printOnly 			{ display:none;	}
.noPrint 			{	}

.noBreak			{ white-space: nowrap!important; 	}
.noMargin 			{ margin: 0px 0px 0px 0px!important; 	}
.noPadding 			{ padding: 0px 0px 0px 0px!important; 	}
.noBgImage 			{ background-image: none!important;	}

.tableContainer		{ width:auto!important;width:100%; }


.readerOnly			{
	position:absolute;
	width: 0px!important;
	height:0px!important;
	overflow:hidden;
	top: -1000px;
	left:-1000px;
	-moz-user-select:none;
}

.handcursor, LABEL 	{	cursor:pointer;	}

.colorNUMVERDE, A.colorNUMVERDE, A.colorNUMVERDE:Hover 	{	color: #008000;	}
.colorNUMPAG, A.colorNUMPAG, A.colorNUMPAG:Hover 		{	color: #3163A5;	}

.note {
	color:#333333 !important;
	font-size: 11px;
}



/* SPECIFICI PAGINA */

/* box titoli */
DIV.titleBox {
	height:19px;
	background-image: url(../images/title_sx_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
}
DIV.titleBoxIN {
	height:19px;
	background-image: url(../images/title_dx_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
	padding:2px 0px 0px 14px;
}


/* box (colonna SX) */
DIV.boxSx {
	background-image: url(../images/boxsx_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:100%;
}
DIV.boxSxIN {
	background-image: url(../images/boxsx_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
DIV.boxSxTitle {
	background-image: url(../images/boxsx_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 4px 10px 4px;
	font-size:13px;
}
DIV.boxSxLoginImpreseMigrazione {
	background-image: url(../images/boxsx_top_bg_login_imprese_migrazione.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 70px 4px 20px 4px;
	font-size:12px;
}
DIV.boxSxLoginImpreseMigrazione P {
    margin: 12px 0;
    padding: 0 14px;
    font-size: 12px;
}
DIV.boxSxLoginImpreseMigrazione span.red {
    color: #FF0000;
}
DIV.boxSxLoginImprese {
	background-image: url(../images/boxsx_top_bg_login_imprese.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 4px 20px 4px;
	font-size:12px;
}
DIV.boxSxLoginImprese P {
    margin: 12px 0;
    padding: 0 14px;
    font-size: 12px;
}
DIV.boxSxLoginImprese span.red {
    color: #FF0000;
}
DIV.boxSxTLQWeb {
	background-image: url(../images/boxsx_top_bg_tlqweb.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 39px 4px 14px 4px;
	font-size:12px;
}
DIV.boxSxCliente {
	background-image: url(../images/boxsx_top_bg_cliente.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 41px 4px 15px 4px;
	font-size: 12px;
}
DIV.boxSxHPad {
	padding-left:7px;
	padding-right:7px;
}
DIV.boxSxBlkTit {
	padding: 0px 0px 0px 7px;
	color: #3d67ab;
	font-weight:bold;
	margin-top:14px;
	font-size: 12px;
}
DIV.boxSxBlkItem {
	margin-top:3px;
	font-size:12px;
}
DIV.boxSxBlkItem A.blkRArrow {
	color: #000000!important;
	width:90%;
}
DIV.boxSxBlkItem A.blkRArrow:Hover {
	color: #ff0000!important;
}


DIV.boxColDx {
	background-image: url(../images/boxdxcol_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:100%;
}
DIV.boxColDxIN {
	background-image: url(../images/boxdxcol_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
DIV.boxColDxTitle {
	background-image: url(../images/boxdxcol_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 4px 10px 4px;
	font-size: 12px;
}
DIV.boxColDxCliente {
	background-image: url(../images/boxdxcol_top_bg_cliente.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 45px 4px 10px 4px;
	font-size: 12px;
    margin-bottom: 1px;
}
DIV.boxColDxHPad {
	padding-left:14px;
	padding-right:14px;
    padding-bottom: 5px;
}
DIV.boxColDxBlkItem {
	margin: 0 0 3px 0;
	font-size: 12px;
}
DIV.boxColDxBlkItem A.blkRArrow {
	color: #000000!important;
	width:100%;
}
DIV.boxColDxBlkItem A.blkRArrow:Hover {
	color: #ff0000!important;
}
DIV.boxColDxBlkItem A.rBulletPRIVATI  {
	color: #000000!important;
}
DIV.boxColDxBlkItem A.rBulletPRIVATI:Hover {
	color: #ff0000!important;
}
DIV.boxColDxBannerBig, DIV.boxColDxBannerMed {
  margin: 0;
  padding: 0;
  padding-left: 1px;
}
/* cbi */
DIV.boxColDxBlkItem_cbi {
	margin-top:3px;
	font-size: 12px;
}
DIV.boxColDxBlkItem_cbi A.blkRArrow {
	color: #000000!important;
	width:100%;
}
DIV.boxColDxBlkItem_cbi A.blkRArrow:Hover {
	color: #ff0000!important;
}

/* login */
DIV.LoginBox {
	background-color:#f1f1f1;
	padding-top:14px;
    margin: 0;
    padding: 5px 0;
}

FORM {
	margin: 0px
}
DIV.loginFormBox {
	padding-left: 14px
}
DIV.loginFormBox LABEL {
	font-weight: bold;
    cursor:pointer;
    color: #000000;
}
#entra {
	margin-left:3px;
}
DIV.loginFormBox LABEL.submit {
	font-weight: bold;
    cursor: pointer;
    color: #ff0000;
	padding-left:14px;
}

INPUT.loginFormField {
	border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    margin-right: 21px;
    background-color: #ffffff;
    font-size: 10px;
}
.msg {
	font-size: 11px;
}
DIV.boxSxLogin {
	background-image: url(../images/boxsx_top_bg_login.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 4px 20px 4px;
	font-size:12px;
}
