::-webkit-input-placeholder {
   color: #bebebe;
}

:-moz-placeholder { /* Firefox 18- */
   color: #bebebe;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #bebebe;  
}

:-ms-input-placeholder {  
   color: red;  
}

#logo span {
	bottom:0;
	left:198px;
	font-size: 13px;
	text-align: left;
}

body.v-5 #logo {
	width:356px;
	height:62px;
	background: url(../../image/TA/tempt-asian-logo-812x142.png) left center no-repeat;
	background-size: 356px auto;
}

@media only screen and (max-width : 600px) {

body.v-5 #header-logo {
	width:260px;
	height:44px;
	background: url(../../image/TA/tempt-asian-logo-812x142.png) left center no-repeat;
	background-size: 260px auto;
}

}