/* tagBox - default skin */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
body,td,th,div {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	text-align: left;
	cursor: default;
}
div {
	overflow: hidden;
	word-wrap: break-word; /* IE ONLY */
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333344;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
}
input {
	border: 1px solid #222222;
	background-color: #FAFAFA;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-align: left;
	margin-bottom: 1px;
	cursor: default;
}
.taga {
	border-bottom: 1px solid #222222;
	background-color: #ffffff;
	padding: 1px 1px 1px 1px;
}
.tagb {
	border-bottom: 1px solid #222222;
	background-color: #ffffff;
	padding: 1px 1px 1px 1px;
}
.formarea {
	text-align: left;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer {
	text-align: left;
}
.inputname {
	width: 150px;
	margin-right: 1px;
}
.inputurl {
	width: 150px;
}
.inputmsg {
	width: 150px;
}
.inputbutton {
	width: 150px;
}

#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #3D5686;
background-color:#ffffff;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#000000;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#ffffff;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}