﻿body {
}

#div_bg_login
{
	width:350px;
	height:auto;
	background-position:center;
	margin:auto;
	border:solid 1px #f9f;
	display:table;
}

	.row_title_login
	{
		width:350px;
		height:20px;
		line-height:20px;
		float:left;
		display:inline;
		background-color:#f9f;
		font-family:Verdana;
		font-size:12px;
		color:#000;
		text-align:center;
		font-weight:bold;
		margin-bottom:20px;
	}
	
		.row_login
		{
			width:350px;
			height:20px;
			line-height:20px;
			float:left;
			display:inline;
			margin-bottom:5px;
		}
		
			.row_login_button
			{
				width:350px;
				height:20px;
				line-height:20px;
				float:left;
				display:inline;
				margin:15px 0 10px 0;
			}
			
			.row_txt_login
			{
				width:120px;
				height:20px;
				line-height:20px;
				float:left;
				display:inline;
				font-family:Verdana;
				font-size:10px;
				color:#000;
				text-align:right;
				font-weight:bold;
				margin-right:5px;
			}
				.row_box_login
				{
					width:175px;
					height:20px;
					line-height:20px;
					float:left;
					display:inline;
				}
					.textBox
					{
						width:140px;
						height:20px;
						border:solid 1px #f9f;
					}
						.button
						{
							width:auto;
							height:20px;
							background-color:#f9f;
							font-family:Verdana;
							font-size:12px;
							color:#fff;
							font-weight:bold;
							border:none;
						}
							.errorCampi 
							{
								font-size:11px;
								color:Red;
								font-weight:bold;
								text-align:center;
								margin-top:10px;
							}
								.error 
								{
									font-size:11px;
									color:Red;
									font-weight:bold;
									text-align:center;
								}

.row_grid {
    width:600px;
    height:auto;
    line-height:20px;
    min-height:20px;
    float:left;
    display:inline;
    font-family:Verdana;
    font-size:12px;
    margin:0px;
    padding:0px;
}
.cell_grid {
    width:140px;
    height:auto;
    float:left;
    display:inline;
    margin-right:20px;
    text-align:left;
}
.cell_grid_big {
    width:270px;
    height:auto;
    float:left;
    display:inline;
    margin-right:10px;
    text-align:left;
}
.cell_grd_img {
     width:15px;
    height:auto;
    float:left;
    display:inline;
    text-align:left;
}
.cell_grid_product {
     width:120px;
    height:auto;
    float:left;
    display:inline;
    margin-right:10px;
    text-align:left;
}