/*
-----------------------------------------------
travel-db for Runners
Author:	Harry Nakayama
Dates:	2007/11/22
Target:	change_password.tpl
----------------------------------------------- */
/*
-----------------------------------------------
Element
----------------------------------------------- */
h2	{
	margin-bottom:20px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	color:#005184;
}

p	{
	text-align:left;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#486D94;
}

input	{
	font-size:12px;
	line-height:18px;
	color:#990000;
}

textarea	{
	width:300px;
	height:200px;
	text-align:left;
	font-size:12px;
	line-height:18px;
	color:#990000;
}

/*
-----------------------------------------------
Page Layout
----------------------------------------------- */
/* main
----------------------------------------------- */
#main	{
	width:485px;
}

/* form_button
----------------------------------------------- */
#form_button	{
	margin:10px 0px 0px 0px;
	text-align:center;
}

/* message
----------------------------------------------- */
#message	{
	width:100%;
}
#message p	{
	text-align:center;
}


/*
-----------------------------------------------
Class
----------------------------------------------- */
/* Next Paragraph
----------------------------------------------- */
.nextParagraph	{
  margin-top:7px;
}

/* tables
----------------------------------------------- */
.tableV	{
	width:100%;
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#486D94;
}
.tableV th	{
	width:135px;
	padding:8px;
	border-width:1px;
	border-style:solid;
	border-color:#D0E3E8;
	background-color:#EEF7FF;
	font-weight:normal;
	text-align:right;
	vertical-align:middle;
}
.tableV td	{
	padding:8px;
	border-width:1px;
	border-style:solid;
	border-color:#D0E3E8;
	text-align:left;
}

/* input text
----------------------------------------------- */
.inputText20L	{
	width:200px;
	text-align:left;
}

/* error_message
----------------------------------------------- */
.error_message	{
  font-size:12px;
  color:#FF3333;
  line-height:18px;
}

