
	table					{border-collapse: collapse; border-spacing: 0; table-layout: fixed;}

	div.share_container {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;

		padding-bottom: 50px;
	}


	div.share {
		display: block;
		margin: 0 auto;	
	}
	
	div.share img {
		width: 100%;
		height: auto;
	}

	.btn_submit {
		display: inline-block;
		padding: 5px;
		border: 1px solid #bc0900;
		border-radius: 3px;
		
		background: #c03d3a;
		color: #fff;
		
		/*
		background-image: -moz-linear-gradient(top,#fff,#f9f9f9);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f9f9f9')";	
		*/		
	}
	
	a.btn_submit {
		text-decoration: none;
	}
	



	table.submit {
		width: 87.5%; /*=100-(¿©¹é90/1440*100)*2*/
		margin: 0 auto;

		text-align: center;
		
		/*
		position: relative;
		top: -70px;
		*/
	}
	
	table.submit th {
		color: #fff;
		/*font-weight: bold;*/
		padding: 5px;
		
		background-color: #4d4d4d;
		border-right: 1px solid #cccccc;
	}
	
	table.submit th:last-child {
		border-right: none;
	}
	
	table.submit tr {
		border-bottom: 1px solid #cccccc;
	}
	
	table.submit td {
		background-color: #fff;
		color: #4d4d4d;
		padding: 5px;
		height: 30px;
	}	
	
	table.submit td > img {
		height: 100%;
	}