/* CSS Document */

.backgroundCorsi{
	border: 0px solid #444; 
	border-radius: 20px; 
	padding: 20px; 
	box-shadow: 10px 10px 40px 1px #CCC;
	}
 
.buttons2{
	width: 150px;
	height: 80px;
	background-color: #39F;
	color: #FFF;
	font-size: 34px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}

.buttons2:hover{
	background-color: #69B4FF;
	color: #FFC;
	cursor: pointer;
	}

.form_text_2{
	 font-size: 14px;
	 padding-right: 10px;
	 }
	
.form_text_2 a{
	color: #999;
	}
	
.form_text_2 a:hover{
	color: #777;
	}

.inputTextBase{
	height: 25px;
	width: 350px;
	padding: 0 10px 0 10px;
	background-color: #f1f1f1;
	color: #777;
	}

.infoBoxes{
	padding: 5px 7px 2px 7px;
	border: 2px solid #f1f1f1;
	}

.blurredTextVal{
	background-color: #f1f1f1;
	border-color: #FF0000;
	color: #777;
	}

.focusedTextVal{
	background-color: #ffffff;
	border-color: #f1f1f1;
	color: #000000;
	}

#backFrame{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background-image: url(../images/filler2.png);
	display: none;
	z-index: 9;
	}

#privacyFrame{
	border: 5px solid #333;
	background-color: #fff;
	padding: 20px;
	width: 80%;
	height: 70%;
	margin: 0 auto;
	z-index: 10;
	overflow: auto;
	}

#showPrivacy{
	color: #777;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}

#showPrivacy:hover{
	color: #555;
	}

#closePrivacy{
	position: absolute;
	top: 80px;
	right: 5%;
	border-radius: 150px;
	background-color:#333;
	border: 2px solid #CCC;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 5px 8px 0 10px;
	cursor: pointer;
	z-index: 15;
	}

.formGO{
	color: #00FF00; 
	font-size: 18px;
	padding-left: 5px;
	}

.formNO{
	color: #FF0000;
	font-size: 14px;
	padding-left: 5px;
	}

.workshopImages{
	border: 0px;
	box-shadow: 0 15px 40px 1px #555;
	height: 175px;
	}