
/***** margin 0  to all h ****/
H1, H2, H3, H4, H5, H6
{
	margin:0;
	font-weight:normal;
}
/*****************************/

#postSave_BigDiv
{
	display:none;	
	/*background: url(/javascripts/postSave/images/main_bg3.png) no-repeat;*/
	background: url(/javascripts/postSave/images/main_bg3.png) no-repeat;
	width:750px;
	height:550px;
	position:absolute;
	z-index:5003;
	top:20px;
	left:20px;
}
#postSave_closeImg
{
	position:absolute;
	top:25px;
	left:709px;	
}
.postSave_tabDiv
{
	position:absolute;
	top:0px;
	left:0px;
	width:650px;
	display:none;
	background:#ffffff;
}
#postSave_tabDiv_round
{
	width:680px;
	height:425px;	
	position:relative;
	top:0;
	left:0;
}
#postSave_friendList
{
	width:146px;	
	height:140px;
	overflow-x:hidden;
	overflow-y:auto;
	border:1px solid #cccccc;
	font-size:11px;
	font-family:Arial;
}
.postSave_friendList_tr_Sel
{
	background: #FFFF00;
}
.postSave_friendList_tr_unSel
{
	background: transparent;
}

H6#facebookMessage
{
	position:absolute;
	top:509px;
	left:50px;
	color:#999999;
	font-size:10px;
	font-family:arial;
}
H6#yourFaceMSG
{
	position:absolute;
	top:492px;
	left:50px;
	font-size:12px;
	color:#ff3399;
	font-weight:bold;
	font-family:arial;
}

A#yourFaceLink
{
	color:#0099cc;
	font-weight:normal;
	font-family:arial;
	font-size:12px;
	text-decoration:underline;
}
#postSave_friendList TD
{
	font-size:11px;
	font-family:Arial;
	color:#444444;
}
#postSave_friendsAutoComplete
{
	position:absolute;	
	z-index:5003;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
#postSave_friendsAutoComplete_top
{
	background:url(/javascripts/postSave/images/ac_bg_top.gif) no-repeat;
	width:200px;
	height:21px;
}
#postSave_friendsAutoComplete_bottom
{
	background:url(/javascripts/postSave/images/ac_bg_bottom.gif) no-repeat;
	width:200px;
	height:10px;
}
#postSave_friendsAutoComplete_mid
{
	background: #000000;
	width:200px;
}
.postSave_friendsAutoComplete_unSel
{
	color:#ffffff;
	font-size:11px;
	font-family:Arial;
}
.postSave_friendsAutoComplete_sel
{
	color:#49caF1;
	font-size:11px;
	font-family:Arial;
}

.autoSuggest_whitelist
{
	font-size:11px;
	font-family:Arial;	
}

#postSave_merchandise_shirt_div
{
	background:url('/javascripts/postSave/images/zazzle_shirt.gif') no-repeat;
	width:200px;
	height:200px;
}

.postSave_downloadImg_sel
{
	filter: alpha(opacity=100);
	opacity : 1;
	width:80px;
	height:100px;
	position:absolute;
	top:5px;
	left:5px;
}
.postSave_downloadImg_unsel
{
	filter:alpha(opacity=20);
	opacity:0.2;	
	width:80px;
	height:100px;
	position:absolute;
	top:5px;
	left:5px;
}
#postSave_merchandise_shirt_id
{
	width:95px;
	margin-left:48px;
	margin-top:45px;
}

.width10
{
	width:10px;	
}
.width30
{
	width:30px;	
}
.width40
{
	width:40px;	
}
.width50
{
	width:50px;	
}
.PostSave_TabContentRight
{
	height:400px;
	width:450px;
}
.PostSave_TabContentLeft
{
	width:150px;
}

H1.postSave_tabDiv_h1
{
	margin: 0;
	/*
	font-size: 20px;
	font-family: Georgia;
	border-bottom:1px solid #cccccc;
	line-height:30px;
	*/
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;	
	color: #222222;
	line-height: 20px;
}
H4.postSave_tabDiv_explanation
{
	color:#666666;
	font-size:11px;
	font-family:Arial;
}

H4.postSave_tabDiv_explanation A, .postSaveLink
{
	font-size:11px;
	font-family:Arial;
	color:#0099cc;	
}

H5.postSave_fieldTitle
{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#444444;
}

H5.postSave_fieldTitle2
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#444444;
}


H5.postSave_nonRegistered
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

H5.postSave_nonRegistered A
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	color:#0099cc;
}

#emailSentMsgDiv {
		height: 20px;
		width: 170px;
		background: #fff3b0;
		text-align: center;
		display: none;
}

#emailSentMsgText {
		line-height: 20px;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
}

.postSave_textInput_long_mail
{
	width:200px;
	height:22px;
	border:1px solid #cccccc;
	background:#ffffcc;	
	font-family:arial;
	font-size:11px;
	color:#444444;
}

.postSave_textInput_long
{
	width:200px;
	height:22px;
	border:1px solid #cccccc;
	background:#ffffcc;	
	font-family:arial;
	font-size:12px;
	color:#444444;
}

.postSave_textInput_long2
{
	width:200px;
	height:22px;
	border:1px solid #cccccc;
	background:#transparent;	
	font-family:arial;
	font-size:12px;
	color:#444444;
}

.postSave_textInput_short
{
	width:150px;
	height:22px;
	border:1px solid #cccccc;
	background:#ffffff;	
	font-family:arial;
	font-size:12px;
	color:#444444;
}
.postSave_textbox
{
	width:275px;
	height:40px;
	border:1px solid #cccccc;
	background:#ffffff;	
	font-family:arial;
	font-size:12px;
	color:#444444;
	overflow-x:hidden;
	overflow-y:auto;
}
.postSave_textbox2
{
	width:200px;
	height:64px;
	border:1px solid #cccccc;
	background:#ffffff;	
	font-family:arial;
	font-size:12px;
	color:#444444;
	overflow-x:hidden;
	overflow-y:auto;
}
.postSave_tab_bigImg
{
	width:150px;
}

.postSave_id_div_big
{
	border:1px solid #cccccc;
	padding:5px;
	width:150px;
}

.postSave_tab_smallImg
{
	width:80px;
	height:100px;
	position:absolute;
	top:5px;
	left:5px;
}

.postSave_id_div_small
{
	border:1px solid #cccccc;
	width:90px;
	height:110px;	
	position:relative;
	top:0px;
	left:0px;
}

.postSave_id_checkbox
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:5003;
}

.postSave_tab_downloadImg
{
	width:65px;
}
.postSave_textInput_download
{
	width:80px;
	border:1px solid #000000;
	background:#ffffff;	
}

.postSave_download_detail_title
{
	font-family:arial;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.postSave_download_detail
{
	font-family:arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}
#postSave_download_Bigimage
{
	width:150px;
}


.postSave_download_id_div_big
{
	border:1px solid #cccccc;
	padding:5px;
	width:160px;
}

.postSave_download_id_Img_big
{
	width:160px;
}


A.postSave_done_option1
{
	font-size:arial;
	font-size:13px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

A.postSave_done_option1:hover
{
	text-decoration:underline;
}

A.postSave_done_options
{
	font-size:arial;
	font-size:13px;
	color: #0099cc;
	text-decoration:none;
}

A.postSave_done_options:hover
{
	color: #FF6666;
	text-decoration:underline;
}


TD.bigBtnLeft
{
	width:20px;
	background:url('/javascripts/postSave/images/bigbt_left1.gif') no-repeat;
}
TD.bigBtnCenter
{
	 height:32px;
	 background:url('/javascripts/postSave/images/bigbt_center1.gif') repeat-x;
}
TD.bigBtnRight
{
	width:10px;
	background:url('/javascripts/postSave/images/bigbt_right1.gif') no-repeat;
}

/** E-card div **/
#ecardDiv
{
	position: relative;
	top: 0px; 
	left: 0px;
	width: 240px;
	height: 70px;
	display: block;
	visibility: visible; 
	background: url('/javascripts/postSave/images/ecard.jpg') no-repeat;
	cursor: hand;
}

#ecardImg
{
	position: absolute;
	top: 10px; 
	left: 10px;
	width: 40px;
	height: 40px;
}
/************************************/

/** Twitter div **/
/*
#twitterDiv {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 400px;
	height: 125px;
	display: block;
	visibility: visible; 
	background: url('/javascripts/postSave/images/twitterPanel.jpg') no-repeat;
}

#twitterImg {
	position: absolute;
	top: 65px; 
	left: 10px;
	width: 48px;
	height: 48px;
}
*/
#twitterDiv {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 344px;
	height: 36px;
	display: block;
	visibility: visible; 
}

#twitterImg {
	position: absolute;
	top: 5px; 
	left: 313px;
	width: 24px;
	height: 24px;
}

/************************************/

.A_printIconText
{
	font-size: arial;
	font-size: 11px;
	color: #0099cc;
	text-decoration: none;
}

.A_printIconText:hover
{
	text-decoration: none;
}

/************************************/

/** FACEBOOK **/
DIV#FB_userInfoDiv
{
	width:450px;
	display:block;
	visibility:visible; 
	font-family:arial;
}
DIV#FB_friendsDiv
{
	position:absolute;
	top: 44px;
	left: 194px;
	width:450px;
	height:340px;
	visibility : hidden;
	display:none;
	overflow:hidden;
	background:#ffffff;
}
H1.postSave_tabDiv_h1_FB
{
	margin:0;
	line-height:20px;
	color:#222222;
	/*
	font-size:18px;
	font-family:Georgia;
	*/
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
}
H2.facebookInfo
{
	font-weight:normal;
	font-size:11px;
	font-family:arial;
	color:#666666;
}
.facebookName
{
	font-weight:bold;
	font-size:14px;
	font-family:arial;	
}
TD#FB_sendToFriends
{
	font-weight:normal;
	font-family:arial;
	font-size:10px;
}

TD#FB_albums {
	font-weight: normal;
	font-family: arial;
	font-size: 10px;
}

DIV#postToAlbumDiv {
	position: absolute;
	top: 44px;
	left: 194px;
	width:450px;
	height:340px;
	visibility: hidden;
	background: #ffffff;
	overflow: hidden;
}

DIV#FB_friendList
{
	width:100%;
	height:270px;
	overflow:auto;
	overflow-x:hidden;
	border:1px solid #cccccc;
}
TD.friendTd
{
	width:136px;
	height:60px;
	cursor:pointer;
}
IMG.FB_faceImg
{
	width:50px;
	height:50px;
}
DIV.FB_faceDiv
{
	width:50px;
	height:50px;
	padding:2px;
	border:1px solid #dddddd;
}
H3.FB_name
{
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	font-family:Tahoma;
	color:#666666;
}
OL.facebookOL
{
	margin:0;
	padding:0;
	margin-left:0px;
	padding-left:25px;
	font-family:arial;
}


OL.facebookOL LI
{
	margin:0;
	padding:0;
	font-size:11px;
	color:#666666;
	font-weight:normal;
	font-family:arial;
}


