/* CSS Document */
.jgs-gift-img{float:left;width:220px;margin:5px 10px 0 0;overflow:hidden}
.jgs-gift-fields{float:left;max-width:400px}
.clear{clear:both}
#jform_message{width:95%}
.jgs-transition {
    -webkit-transform: scale(1.2) rotate(10deg); 
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}
.jgs-giftimage {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.mypoints{float:right}
@media (max-width: 350px) {
	#jgs-autocomp{width:auto;max-width:140px }
	#jform_privacy{width:auto;max-width:155px }
	/* #jform_message{width:auto !important} */
}