﻿@charset "utf-8";


	body{
		width: 100%;
		height:100%;
		background-color:#99CCFF;
	}

	div.back {
		position:absolute;
		width: 100%;
		height:100%;
		top: 0px;
		left: 0px;
		background-color:#afd7ff;
	}

	.input_block {
		width: 450px;
		height:230px;
	    margin-top: 50px;
	    margin-left: 50px;
	    margin-right: 50px;
	    margin-bottom: 50px;
	}

	.input_block_width {
		width: 450px;
		border-spacing: 5;
		border-collapse: collapse;
		text-align:center;
	}

	div.login_radius {
		border-radius: 20px;         
		-moz-border-radius: 20px;    
		-webkit-border-radius: 20px; 
		background-color: #fcfcfc;   
		border: #FCFCFC outset;
	}

	.title_product {
		width:100%;
		text-align:center;
		color: #000000;
		font-size: 20px;
		font-weight: 700;
	}
	.title_input {
		background-color: #3a79c6;
		width: 8em;
		color: #FFFFFF;
		font-weight: 700;
		text-align: center;
		border: steelblue outset;
	}

	td.data_input {
		text-align: left;
	}
	input.data_input {
		width: 100%;
		ime-mode: inactive;
	}
	.input_button_block {
		text-align: right;
		width: 50%;
	}

	div.back {
		position:absolute;
		background-color:#99CCFF;
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #ffffff),color-stop(0, #99CCFF));
		filter:progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorstr='#ffffff',endColorstr='#99CCFF');
		background-image:    -webkit-linear-gradient(top,#ffffff 0%,#99CCFF 100%);
		background-image:    -moz-linear-gradient(top,#ffffff 0%,#99CCFF 100%);
		background-image:    -ms-linear-gradient(top,#ffffff 0%,#99CCFF 100%);
	}

	.infoTitleBlock {
		margin-left: auto;
		margin-right: auto;
		width: 130px;
	}

	.infoTitleBlock div {
		background: Black;
		height: 18px;
		width: 18px;
		float: left;
		margin-top: 1px;
	}

	.infoTitleBlock span {
		float:left;
		padding:0 10px;
	}

	.infoTable {
		width: 100%;
		margin: 15px 0;
	}
	.infoTable td {
		padding: 10px 10px 7px;
	}
	.info {
		padding-right: 0 !important;
		text-align: center;
	}
	.info_content {
		width:100%;
		text-align:center;
		color: #000000;
		font-size: 20px;
		font-weight: 700;
	}


@media screen and (max-width:1800px) {
}

@media screen and (max-width:1440px) {
}
