﻿img
{
	padding:0px;
	margin:0px;
}

input[type=text] 
{
	font-family:Arial;
	font-size:11px;
	color:black;
}

input.text 
{
	font-family:Arial;
	font-size:11px;
	color:black;
}
.Producttext 
{
	font-size:13px;
}

.Producttitle 
{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}

.SubscribeMessage 
{
	font-size:16px;
	font-weight:bold;
	padding:12px;
}

a 
{
	text-decoration:none;
}

/* button submit as div/a/span */

.submit_button {
	---float: right;
	font-size: 75%;
	margin: -5px 10px 0 5px;
	height: 15px;
}

.submit_button a {
	text-decoration: none;
	color: white;
	min-width: 4em;
	text-align: center;
	display: block;
}

.submit_button a .left_corners{
	background: #b5995a url(images/subscribe_button_left.gif) left top no-repeat;
	padding-left: 7px;
	
}

.submit_button a .right_corners{
	background: url(images/subscribe_button_right.gif) right top no-repeat;
	padding-right: 7px;
}

.submit_button a:hover .left_corners{
	background: #632600 url(images/subscribe_button_left_over.gif) left top no-repeat;
}

.submit_button a:hover .right_corners{
	background: url(images/subscribe_button_right_over.gif) right top no-repeat;
}

/* button type anchor */
.submit
{
	background-color : #b5995a;
	border:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 5px 3px 5px;
}

.submit:hover
{
	background-color : #632600;
	border:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	padding:2px 5px 3px 5px;
}

/* button submit input type = button */
/*input[type=button]*/
input[type=submit]
{
	background-color : #b5995a;
	border:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	padding:1px;
}

input[type=submit]:hover
{
	background-color : #632600;
	border:0px;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	padding:1px;
}







