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

html,body {
	background:#802629;
}

#access_up_strip {
	background:#ffffff;
}

#access_up {
	padding:210px 0 50px 0;
	width:160px;
	height:120px;
	margin:0 auto;
}

#access_dw_strip {
}

#access_dw {
	width:330px;
	margin:0 auto;
}

#access_dw #access_validation_errors {
	min-height:50px;
	width:330px;
	padding:10px 0;
}

#access_dw #access_validation_errors p {
	height:auto;
	width:330px;
	font-family: 'Merriweather', serif;
	font-size:14px;
	font-weight:normal;
	text-align: center;
	line-height:25px;
	color:#fdb823;
}

#access_dw .p_inputbox {
	margin:0 0 10px 0;
}

#access_dw .p_inputbox input {
	height:44px;
	width:290px;
	padding:0 20px;
	color:#333333;
	background:#ffffff;
	border:0;
  	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height:44px;
}

#access_dw ::-webkit-input-placeholder,
#access_dw :-moz-placeholder,
#access_dw ::-moz-placeholder,
#access_dw :-ms-input-placeholder {
   color:#909;
}

#access_dw :-moz-placeholder,
#access_dw ::-moz-placeholder {
   opacity:1;
}

#access_dw .p_ricordami {
	margin:0 0 25px 0;
	color:#bcbcbc;
	font-family: 'Merriweather', serif;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

#access_dw .p_submit input {
	height:44px;
	width:330px;
	color: #eeeeee;
	background:#b3292e;
	border:0;
  	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:600;
	text-align: center;
	line-height:44px;
	cursor:pointer;
}

/* hack per togliere padding e margin su firefox */
#access_dw .p_submit input::-moz-focus-inner {
    padding: 0;
    border: 0
}


#access_dw .p_access_link {
	margin:15px 0 0 0;
	text-align: center;
}

#access_dw .p_access_link a {
	color:#bcbcbc;
	font-family: 'Merriweather', serif;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#access_dw .p_txt {
	margin:70px 0 0 0;
	text-align:center;
	font-family: 'Merriweather', serif;
	font-size:14px;
	font-weight:normal;
	color:#fdb823;
}