/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 14px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
}

#title_1 {
	font-size: 18px;
	color: #901626;
	font-family: Arial, Helvetica, Sans Serif;
}

#title_H {
	font-size: 16px;
	color: #901626;
	font-family: Helvetica, Arial, Sans Serif;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../../../imgs/icon/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

.componentheading {
	background: url(../../../imgs/share/sub_head_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
	height: 28px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;

}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../../../imgs/share/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}