@charset "utf-8";
@import url(common.css);

/* sub menu */
#home	{
	width:	41px;
	background-position:	0px -20px;
}
#home:hover	{
	width:	41px;
	background-position:	0px 0px;
}
#about	{
	width:	41px;
	background-position:	-41px -20px;
}
#about:hover	{
	width:	41px;
	background-position:	-41px 0px;
}
#archive	{
	width:	50px;
	background-position:	-82px -40px;
}
#blog	{
	width:	33px;
	background-position:	-132px -20px;
}
#blog:hover	{
	width:	33px;
	background-position:	-132px 0px;
}
#podcast	{
	width:	53px;
	background-position:	-165px -40px;
}
#members	{
	width:	67px;
	background-position:	-218px -40px;
}
#link	{
	width:	30px;
	background-position:	-285px -20px;
}
#link:hover	{
	background-position:	-285px 0px;
}
#contact	{
	width:	51px;
	background-position:	-315px 0px;
}

/* left margin : 238, 279, 320, 350, 403, 456, 519, 549 */
/* width : 41, 41, 50, 33, 53, 63, 30, 51 */
#CurrentArrow	{
	height:	20px;
	width:	51px;
	margin-bottom:	9px;
	margin-left:	549px;
	background:	url("../images/current_arrow.png") center bottom no-repeat;
}

#selector_sub a	{
	display:	block;
	float:	left;
	height:	24px;
	background-image:	url("../images/menu_sub_contact.png");
}
#ContactForm	{
	width:	100px;
	background-position:	0px 0px;
}


/**********/
#main	{
	font-size:	0.7em;
}
#main h3	{
	width:	680px;
	height:	220px;
	background:	url("../images/contact/img-main.png") no-repeat;
}
#ContactInfo	{
	float:	left;
	width:	246px;
	padding:	10px;
	margin-top:	10px;
	line-height:	1.4em;
	font-weight:	bold;
	background:	url("../images/contact/textbg266.png") repeat-y;
}
#FormTable	{
	float:	right;
	width:	384px;
	padding:	10px;
	margin-top:	10px;
	
	background:	url("../images/contact/textbg404.png") repeat-y;
}

#errMessage	{
	margin-bottom:	10px;
	color:	#ff3333;
}
#successMessage	{
	margin-bottom:	10px;
	color:	#3333ff;
}

input,
textarea	{
	width:	380px;
	padding:	2px;
	padding-bottom:	1px;
	margin-bottom:	5px;
	border-width:	1px;
}
textarea	{
	font-size:	1.2em;
}
#submit	{
	width:	52px;
	height:	19px;
	padding:	0px;
	margin-top:	5px;
	margin-bottom:	0px;
	border-right:	1px solid #eaeaea;
	border-bottom:	1px solid #eaeaea;
}
#submit:hover	{
	border-right:	1px solid #808080;
	border-bottom:	1px solid #808080;
}

