﻿.popupTellFriend, .popupAddToCategory {
 	background:#FFFACD;
 	border:1px solid #cccccc;
 	text-align:left;
 	color:#000000;
 	height:100%;
}
.popupAddToCategory 
{
	overflow:scroll;
	max-height:550px;
}
.popupTellFriend  td.simpleTd {
    vertical-align:top;
 	padding:3px;
}
.popupAddToCategory td.simpleTd {
    vertical-align:top;
 	padding:5px;
}
.popupAddToCategory td.simpleTd2 {
    vertical-align:middle;
 	padding:5px;
}
.popupAddToCategory input.default_css {
	margin:1% 2%;
	width:95%;
}
.popupTellFriend td h1, .popupAddToCategory td h1 {
	text-align:left;
	padding:0;
}
.popupTellFriend td h1.contactUsHeader {
	min-height:48px;
	max-height:48px;
}
 
.popupTellFriend  td input[type=text] {
 	width:200px;
 	font-size:12px;
 	margin:0;
} 

.popupTellFriend  td textarea {
  	width:305px;
  	height:160px;
  	min-width:305px;
  	min-height:160px;
  	max-width:305px;
  	max-height:160px;
  	font-size:12px;
}

/*Form mode*/
.textAboutStep .popupTellFriend table.contactUsForm {
 	text-align:left;
 	height:100%;
 	background:#FFFFFF;
 	border:none;
 	color:#3B393A;
 	text-align:left;
}
.textAboutStep .popupTellFriend table.contactUsForm td {
	min-width:128px;
}
.textAboutStep .popupTellFriend table.contactUsForm td input[type=text] {
 	width:305px;
}
.textAboutStep .popupTellFriend table.contactUsForm td textarea {
  	width:620px;
  	min-width:620px;
  	max-width:620px;
}
.textAboutStep .FavoritesUserBtn {
	margin:0;
}
