/* 

Used for password protect / development site screens.
    Save in /files to have a custom one

*/
body {
		text-align: left;	
		color: #333333;
		background-image: url('/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery17/pwScreen_bg.jpg');
		background-repeat: no-repeat;
		background-position: top center;
	}
	.body_pwScreen {
		/* width: 920px; */
		padding-top: 50px;
	}
	.body_pwScreen_status {
		padding: 50px 0px 30px 0px;
		color: white;
		font-size: x-large;
		font-family: Verdana, Geneva, sans-serif;
	}					  
	/*input {
		margin-bottom: 10px;
	}*/
	input, textarea, select {
		background-color: #FFFFFF; /* =FIELD_BG_COLOR= */
		box-shadow: 1px 2px 1px #999999 inset;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px;
		margin-bottom: 10px;
		width: 100%;
	}
	input.button {
		box-shadow: none;	
		width: auto;
		padding: 7px 30px;
		background-color: #309ADD;
		color: #FFFFFF;
		border: none;
		margin-top: 10px;
	}
	a {
		color: #309ADD;
	}
	.infoboxes {
		/* border: 2px solid green; */
	}
	#infobox1, #infobox2 {
		/*
			float: left;
			width: 460px;  
		*/
		min-height: 240px; 
		/*
			vertical-align: top; 
			background-image: url('/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery17/pwScreenCol.png'); 
			background-repeat: no-repeat;
		*/
		border-radius: 8px;
		background: linear-gradient(#F2F2F2,#FFFFFF);
		box-shadow: 0 0 10px #666666;
		padding: 30px;
		margin-bottom: 15px;
	}
	/*.infobox2 {
		float: left;
		width: 460px; 
		min-height: 240px; 
		vertical-align: top; 
		text-align: left;
		background-image: url('/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery17/pwScreenCol.png'); 
		background-repeat: no-repeat;
	}*/
	
	.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     line-height: 0;
     content: " ";
     clear: both;
     height: 0;
     width: 0;
	}
	/*
	@media (min-width: 920px) {
	
		.body_pwScreen {
			width: 920px;
		}
		.infoboxes {
			width: 920px;
		}
		.infobox1 {
			width: 50%;   
			background-image: url('/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery17/pwScreenCol_left02.png'); 
		}
		.infobox2 {
			width: 50%;  
			background-image: url('/hotdoodle_engine/looks/images/imagelib/liscenced_images/gallery17/pwScreenCol_right02.png'); 
		}
	
	}*/