﻿body 
{
	background-color:#202020;
	margin:0;
}
/* Product Media */
#formContainer_media
{
	width:550px;
	margin: 0 auto;
	text-align:center;
	padding-top:20px;
}
.col1_media
{
	width:380px;
	float:left;
	text-align:center;	
}
.col2_media
{
	width:150px;
	float:left;
	padding-right:20px;
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;	
	font-size:small;
	text-align:left;
}

/* End Product Media */

/*Share this product*/
#formContainer_share
{
	width:550px;
	margin: 0 auto;
	text-align:center;
}
#formArea_share
{
	width:550px;
	margin: 0 auto;
	padding-top: 16px;
}
.header_share
{
	font-size:16px;
	font-weight:bold;
	color:#b59853;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	text-align:center;	
}
.col1_share
{
	width:250px;
	float:left;
	text-align:center;	
}
.col2_share
{
	width:270px;
	float:left;
	padding-left:20px;
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;	
	font-size:small;
	text-align:left;
}
.prodTitle
{
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;	
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px;
}
.text
{
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	font-size:small;
	font-weight:bold;	
}
/*End Share this product*/


h4
{
	font-size:16px;
	font-weight:bold;
	color:#b59853;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	text-align:center;
	padding-top:70px;	
}
h5
{
	font-size:16px;
	font-weight:bold;
	color:#b59853;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	text-align:center;
	padding:0;
	margin:0;	
}
p
{
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	font-size:small;
}
#newsConfirm
{
	width:320px;
	overflow:auto;	
}

#formContainer
{
	width:320px;
	margin: 0 auto;	
}
#formContainer1
{
	width:400px;
	margin: 0 auto;	
}
.formRow
{
	width:320px;
	overflow:auto;	
}
.formLabel
{
	width:90px;
	float:left;
	height:25px;
	color:#fff;
	font-family:Palatino Linotype, Trebuchet MS, Trebuchet MS1;
	font-size:small;
	font-weight:bold;
}
.formInput
{
	width:230px;
	float:left;
	height:25px;
}
input
{
	border:solid 1px #000;
	width:216px;	
}
textarea
{
	border:solid 1px #000;
	width:216px;
	height:50px;
}
.buttLabel
{
	width:90px;
	float:left;
	height:30px;
	padding-top:10px;
}
.buttInput
{
	width:230px;
	float:left;
	height:30px;
	padding-top:10px;
}


