﻿	* {margin:0;padding:0}
	/* mac hide \*/
	html,body{height:100%;width:100%;}
	/* end hide */
	body { 
		font-family: "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-variant: small-caps;
		line-height: 2em;
		text-align: center;
		min-height: 400px; /* for ie7*/
		min-width: 360px;
		background: #f3f1e4;
	}
	textarea {
		width: 343px;
		resize: none;
		overflow: auto;
		padding: 5px;
		background-color: #f3f1e4;
		border: #a5a5b2 2px inset;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		transition: all 0.30s ease-in-out;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		outline:none;
	}
	textarea:focus {
		border: #35a5e5 2px inset;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	}
	.text_input {
		border: #a5a5b2 1px inset;
		border-radius: 5px;
		padding-left: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;			
		transition: all 0.30s ease-in-out;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		outline:none;
		background-color: #f3f1e4;
	}
	.text_input:focus {
		border: #35a5e5 1px inset;
		box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}		
	#xouter	{
		height: 100%;
		width: 100%;
		display: table;
		vertical-align: middle;
	}
	#xcontainer {			
		position: relative;
		vertical-align: middle;
		display: table-cell;
		height: 400px;
	}	
	#xinner {
		width: 360px;
		background: #ffedd2;
		height: 390px;			
		padding: 42px;
		margin-left: auto;
		margin-right: auto;		
		/* overflow-y: auto; */
		-moz-box-shadow: 8px 8px 6px #606060;
		-webkit-box-shadow: 8px 8px 6px #606060;
		box-shadow: 8px 12px 10px #635555;
		border: 3px inset #DDE;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#606060')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#606060');
	}
	.right {
		text-align: right;
		float: right;
		vertical-align: bottom;
	}
	.left {
		float: left;
		text-align: right;
		vertical-align: bottom;
	}
	.button-standard {
		width: 150px;
	}
	