*{
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(/images/commun/homeTopBg.gif) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
a img{
	border: none;
}
fieldset{
	border: none;
}
input, select, textarea{
	/*border: 1px solid #8ba49f;*/
	border: 1px solid #ccc;
}

#tellAFriend{
	position: relative;
	background: url(/images/commun/popup/popTopBg.gif) 0 0 no-repeat;
	padding: 140px 20px 20px;
	height: 260px;
	width: 670px;
	overflow: hidden;
}
#popupMain-sp #tellAFriend{
	background: url(/images/commun/popup/popTopBg_sp.gif) 0 0 no-repeat;
}
#popupMain-it #tellAFriend{
	background: url(/images/commun/popup/popTopBg_it.gif) 0 0 no-repeat;
}

#tellAFriend h2{
	position: absolute;
	top: 20px;
	left: 280px;
	width: 410px;
}
#thanks{
	padding: 25px;
	font-size: 16px;
}
#thanks p{
	margin: 0 0 25px;
}
#doFillMsg{
	position: absolute;
	top: 60px;
	left: 280px;
	width: 410px;
}
#shareForm{
	height: 260px;
}
#shareForm ul{
	position: absolute;
	height: 100px;
}
.userInfos1{
	top: 145px;
	left: 20px;
	width: 335px;
}
.userInfos2{
	top: 145px;
	left: 370px;
	width: 335px;
}
.userInfos3{
	top: 203px;
	left: 20px;
	width: 670px;
}
.userInfos4{
	top: 290px;
	left: 20px;
	width: 670px;
}
#shareForm ul.userInfos5{
	bottom: 5px;
	left: 20px;
	width: 670px;
	height: 25px;
}
#shareForm li{
	position: relative;
	width: 320px;
	height: 28px!important;
	height: 25px;
}
#shareForm label{
	position: absolute;
	left: 0;
	display: block;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
}
#shareForm input{
	position: absolute;
	right: 0px;
	width: 190px;
	height: 19px;
}
#shareForm li.higher{
	width: 670px;
	height: 81px;
}
#shareForm textarea{
	position: absolute;
	top: 25px;
	width: 670px;
	height: 60px;
}
#shareForm .userInfos5 li{
	width: 670px;
}
#shareForm .userInfos5 input{
	height: 27px;
	border: none;
	width: 250px;
	line-height: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #fff;
}
#doSend{
	right: 0;
	background: url("/images/commun/violet2-satisfiedBg.gif") 0 0 no-repeat;
}
#doCancel{
	left: 0;
	background: url("/images/commun/yellow-satisfiedBg.gif") 0 0 no-repeat;
}

/*validate*/
#shareForm .red {
	border: 1px solid #cc0000;
	height: 19px;
}
#shareForm input.red {
	/*width: 467px;
	height: 19px;*/
}
#shareForm #dates input.red {
	width: 148px;
}
#shareForm textarea.red {
	width: 467px;
	height: 48px;
}
#shareForm label.red {
	border: none;
	color: red;
}
#shareForm .customRed {
	border: none;
	color: red;
}
#validationMessage {
	display: none;
}

#shareForm .errorMessage {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 10px;
	text-align: right;
	color: #c00;
	border-bottom: 1px solid #c00;
}


/*captcha*/
#doCaptcha, #shareForm li#doCaptcha{
	position: relative;
	width: 670px;
	height: 80px;
}
#doCaptcha p.captchaItem{
	position: absolute;
	top: 25px;
	text-align: center;
}
#doCaptcha p.captchaImg{
	left: 0;
	width: 78px;
	height: 48px;
	border: 1px solid #e5e5c6;
}
#doCaptcha p.captchaMsg{
	left: 0;
	width: 670px;
}
#doCaptcha p.captchaError{
	top: 55px;
	left: 0;
	width: 670px;
	font-weight: bold;
	font-style: italic;
	color: #c00;
}
#doCaptcha p.captchaInput{
	right: 0;
	width: 80px;
	height: 50px;
}
#doCaptcha p.captchaInput .errorMessage{
	top: 0;
	right: 0;
	text-align: center;
}
#doCaptcha p.captchaInput input, 
#shareForm #doCaptcha p.captchaInput input{
	padding: 10px 5px;
	width: 68px;
	height: 28px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

