@charset "utf-8";
/* CSS Document */

/*
dynamic-main-form',main_sub: 'dynamic-sub-form
*/
.dynamic-main-form
{
	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:black;
	background:rgba(0,0,0,.5);
	text-align:center;
	z-index:50;
	

}
.dynamic-sub-form
{
	position:relative;
	margin:0 auto;
	margin-top:3%;
	background:white;
	width:50%;
	height:400px;
		box-shadow: 0  4px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0  4px 4px rgba(0,0,0,.5);
	-o-box-shadow: 0  4px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0  4px 4px rgba(0,0,0,.5);
	-ms-box-shadow: 0  4px 4px rgba(0,0,0,.5);
}
.dynamic-content-form-sub
{
	margin: 0 auto;
	width:95%;
	background:white;
	height:100%;
	
	box-shadow: 0 4px 5px -3px rgba(0,0,0,.3),0 -4px 5px -3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 4px 5px -3p rgba(0,0,0,.3),0 -4px 5px -3px rgba(0,0,0,.3);
	-o-box-shadow: 0 4px 5px -3px rgba(0,0,0,.3),0 -4px 5px -3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 5px -3px rgba(0,0,0,.3),0 -4px 5px -3px rgba(0,0,0,.3);
	-ms-box-shadow: 0 4px 5px -3px rgba(0,0,0,.3),0 -4px 5px -3px rgba(0,0,0,.3);
}
.dynamic-content-form
{
	padding-top:20px;
	padding-bottom:20px;
	width:100%;background:#ABABAB;
	background:url(../../_images/border.png);
	min-height:300px;
	height:300px;
	margin: 0 auto;
}
.dynamic-button-form button
{
	padding:10px;
	border:solid 1px #00F;
	background:#06F;color:white;
	border-radius:2px;
	margin:1px;
}
.dynamic-button-form
{
	
	text-align:center !important;
	position:absolute;
	bottom:0px;
		padding-top:10px;
	padding-bottom:10px;
	width:100%;
	border-top:solid 1px #6C6C6C;
}
.dynamic-button-form button{margin:2px;}
button.button-tac
{float:left;}
.div-read-tac
{
	padding:5px;
	font-size:15px;background:#FF9;border-bottom:solid 1px #F60;
}

@media only screen and (max-width:900px)
{
	.dynamic-sub-form
	{
		width:95% !important;
		height:200px;
		min-height:200px;
			margin-top:1% !important;
		padding:2px;
	}
	.dynamic-content-form
	{
		min-height: 150px;
	}
	
	
}

@media only screen and (max-width:500px)
{
	.dynamic-sub-form
	{
		
		height:200px !important;
		min-height:250px !important;}
		
	.dynamic-content-form
	{
		height:150px !important;
		min-height: 150px !important;
	}
	
}