.hide { display: none; }

/* Error Message box */
.errors { border: solid 1px #790000; color: #790000 !important; padding: 1.0em 1.0em 1.0em 50px !important; background: #FFE5E6 url(../gfx/cancel.png) no-repeat 10px 7px }

/* Success Message box */
.success { border: solid 1px #4F8A10; color: #4F8A10 !important; padding: 1.0em 1.0em 1.0em 50px !important; background: #DFF2BF url(../gfx/success.png) no-repeat 10px 7px; }


/* Style input with error to match the error message text */
input.error { color: #790000 !important; background-color: #ffe5e6; border: 1px solid #f4c1c1; }

/* Error styles */
div.error {
	width: 398px;
	margin-left: 190px;
	border-radius: 16px;
	transition: all 0.2s ease;
}
div.input_error {
	margin-left: 190px;
}
#content input.error {
	background-color: #ffffff;
	border: 1px solid #cc0000;
	box-shadow: 0 0 10px #cccccc;
}

/* Style for different fieldsets box */
#content fieldset legend {
    font-size: 18px;
    font-family: Georgia,"Times New Roman",Times,serif;
    display: block;
}
#content fieldset {
    width: 650px;
    margin: 10px 0px 30px -23px;
    padding: 10px 23px;
    border-top: 1px solid #D5D8DB;
    background-color: #F1F4F8;
}

#content fieldset#guidelines{
	width: auto;
}
#content input#profile_photo { width:60%;}
#content a#clear {display: block;height: 25px ;background: url('../gfx/crossbutton.png') no-repeat scroll;padding: 0px 0px 20px 0px;border: 0px; margin-right: 35px;margin-top: 3px;
float: right;
position: relative;
width: 20px !important;
}

#content form fieldset textarea { height: 1%; }
/* #content form fieldset input.research_details { height: 5%; } */
#content form fieldset fieldset.leftright fieldset { width: 69%; }
#content form fieldset fieldset.leftright label.longerlabel { width: 65%; }
#content form fieldset label.longestlabel { width: 90%; }

.g-recaptcha { float: left; margin-bottom: 20px; }
#content button { margin-top: 20px; float: right; }

.date-box {
	color: #555;
	width: 650px;
	background: #f5f5f5;
	margin: 10px 0 30px -23px;
	padding: 20px 23px 25px 23px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.date-box strong {
	font-size: 15px;
}
.date {
	background: url(../gfx/calendar-icon.png) no-repeat 0 -1px;
	padding: 0px 0px 0px 20px;
}






/*************************************************
	LARGEST @ MEDIA
	the default - base width: 1114px
cols    1     2      3      4
px      186   418    650    882

*************************************************/
@media only screen and (min-width: 1025px) {
}


/*************************************************
	MIDDLE @ MEDIA / iPad landscape
	base width: 882px
cols    1     2      3
px      186   418    650

**************************************************/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.errors,.date-box { width: 418px; }
	.errors { background-image: none; }
}

/*************************************************

	SMALLEST @ MEDIA / iPad portrait
	base width: 650px

**************************************************/
@media only screen and (max-width: 768px) {
	.errors,.date-box { width: 395px; }
	.errors { background-image: none; }
	#right div.shoppingcart { width: 186px; top: 475px; }
}
