/* GENERAL 
_____________________________________________________________________________*/

.edit {
	float:right;
	background-image: url(/images/site/edit_icon.png);
	background-repeat: no-repeat;
	height: 15px;             
	width: 15px;
} 

html { 
	margin-bottom: 1px; 
	margin-top: 14px;
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}
 
img { 
	border: 0; 
	vertical-align: middle; 
}

cite,code,em,strong,th{font-style:normal;font-weight:normal;}

ol,ul{list-style:none;}
th{text-align:left;}

h1,h2,h3,h4 {font-size:100%;}

q:before,q:after{content:'';}

body{*font-size:small; *font:x-small;}

select, input, textarea {font:99%;}

pre,code{font:115% monospace;*font-size:100%;}

body*{line-height:1.5em;}

body {
	background-color: #b5b5b5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
	line-height: 1.5em;
}

body#friend {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
	line-height: 1.5em;
	margin: 10px 20px;
}

#container {
	width: 970px;
	margin: 0px auto;
	padding-bottom: 11px;
	background-image:url(/images/site/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 57px;
	background-color: #FFFFFF;
	position: relative;
}


.entry	{ background: url(/images/site/hr.jpg) bottom center no-repeat; margin-bottom: 20px; padding-bottom: 20px; }


h1 { 
	margin-bottom: 6px;
}

h1 img { 
	margin-right: 10px;
}


h2 {
	margin-bottom: 14px;
}

h3 {
	color: #5e9917;
	font-size: 20px;
	margin-bottom: 20px;
}

h3.profile {
	color: #5e9917;
	font-size: 17px;
	margin-bottom: 0px;
}

h4 {
	font-size: 100%;
	margin-bottom: 17px;
}

/* GLOBAL LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: none; 
	color: #6D914B; 
}

a:hover { 
	text-decoration: underline; 
}

.tout_corp_ul a {
	color: #FFF; 
}

#copy a { 
	text-decoration: none; 
	color: #6D914B; 
	font-weight: bold;
}

#copy a:hover { 
	text-decoration: underline; 
}

/* HEADER   -   NAV TABS 
_____________________________________________________________________________*/

#header {
	height: 93px;
}

#topnav {
	background-image:url(/images/site/bg_topnav.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	background-color: #B5B5B5;
	font-size: 12px;
}

#submenu {
	padding-right: 18px;
	text-align: right;
	color: #9fd124;
	font-weight: bold;
	position: absolute;
	top: 49px;
	right: 00px;
	width: 250px;
	height: 45px;
}

#submenu a {
	padding-top: 15px;
	line-height: 45px;
}
	
#submenu a:hover {
	background: url(/images/site/subnav_divot.jpg) no-repeat 50% 0;
	text-decoration: none;
	color: #b4b4b4;
}
	
#submenu form {
	display: inline;
}

#submenu a.en_flag, #submenu a.en_flag:hover {
	padding-left: 25px;
	background: url(/images/site/flag-jap.jpg) no-repeat 0 15px;
}

#submenu a.jp_flag, #submenu a.jp_flag:hover {
	padding-left: 25px;
	background: url(/images/site/flag-eng.jpg) no-repeat 0 15px;
}

#nav { 
	font-size: 12px;
	height:38px;
	width:7p20x;
	position:absolute;
	top:19px;
	left:180px;
	}

/*Bump up font size in Safari*/
/*\*/
html>body*#nav {font-size: 13px; }
/**/
/*\*/
html>body*#nav li li {font-size: 12px; }
/**/
	
#nav li {
	list-style:none;
	float:left;
	margin-right:2px;
	background: url(/images/site/tab_right.gif) no-repeat top right;
	position:relative;
	height:38px;
	padding-right:10px;
	}
	
#nav li ul {
	position:absolute;
	top:38px;
	left:10px;
	width:500px;
	color:#dbdbdb;
	display:none;
	}
	
#nav li li {
	margin:0;
	background:none;
	height:32px;
	padding-right:4px;
	line-height:32px;
	font-weight:bold;
	}
	
#nav li span {
	width:10px;
	height:38px;
	background:url(/images/site/tab_left.gif) no-repeat 0 0;
	display:block;
	float:left;
	}
	
#nav li a {
	color:#f5f5f5;
	line-height:31px;
	padding:10px 0 15px 0;
	}
	
#nav li li a {
	padding:0;
	line-height:32px;
	color:#8f8f8f;
	}
	
#nav li:hover a, #nav li.over a {
	background:url(/images/site/tab_active.gif) no-repeat center bottom;
	text-decoration:none;
	}
	
#nav li a:hover {
	text-decoration:none;
	}
	
#nav li:hover li a, #nav li.over li a {
	background:none;
	}
	
#nav li li a:hover {
	color:#5e9917;
	}
	
#nav li:hover ul, #nav li.over ul { display:block; }
	
#banner {
	margin-bottom: 15px;
}

#banner img {
	float: left;
}

.flash_pad {
	text-align: center;
}

.green_arrow, .grey_arrow {
	margin-right: 5px;
}

/* CONTENT
_____________________________________________________________________________*/

#content_left {
	float: left;
	width: 646px;
	background-image: url(/images/site/borderline_center.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#content_left_inner1 {
	background-image: url(/images/site/borderline_bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;	
}

#content_left_inner2 {
	background-image: url(/images/site/borderline_top.jpg);
	background-position: right top;
	background-repeat: no-repeat;	
}

#content_left_pad {
	margin-left: 30px;
	margin-right: 25px;
}

#content_left_text_pad {
	margin-right: 10px;
}

#home_page_boxes {
	margin: 30px 0 30px 0;
}

.home_box_left {
	float: left;
	width: 287px;
}

.home_box_right {
	float: right;
	width: 287px;
}

.greenbox {
	color: #EEF8D1;
	background-image: url(/images/site/green_box_center.jpg);
	background-repeat: repeat-y;
}

.greenbox_text {
	background-image: url(/images/site/green_box_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 22px 30px;
	min_height: 320px;
	height: 320px;
}

.greenbox_inner {
	background-image: url(/images/site/green_box_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
	 
.greybox {
	background-image: url(/images/site/grey_box_center.jpg);
	background-repeat: repeat-y;
}

.greybox_text {
	background-image: url(/images/site/grey_box_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 22px 30px;
	color: #F2F1F1;
	min_height: 320px;
	height: 320px;
}

.greybox_inner {
	background-image: url(/images/site/grey_box_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
	
.submit_home_link, .recommend_home_link {
	margin-top: 20px;
}

.tout_author {
	margin-bottom: 15px;
	color: #92C20E;
	font-weight: bold;
}

.tout_author a {
	color: #92C20E;
}

 .test_name { 
 	font-weight: bold;
	color: #707070;
 }
 
.test_container {
	float: left;
	margin-bottom: 15px;
}


 .test_image {
 	float: left;
	width: 150px;	
 }
 
.test_copy_container { float: left; width: 430px; }
 .test_copy {
 }

.test_links {
	font-weight: bold;
	color: #5E9917;
	margin-top: 20px;
	margin-bottom: 30px;
}

.test_links img {
	margin-right: 7px;
	vertical-align: text-top;
}

.test_top {	
	margin-bottom: 25px;
}

.hr {
	width: 586px;
	height: 3px;
	background-image : url(/images/site/hr.jpg);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	padding: 10px 0;
	clear: both;
}

.hr_short {
	width: 370px;
	height: 5px;
	background-image : url(/images/site/hr_short.jpg);
	background-repeat: no-repeat;
	margin-bottom: 17px;
}

.hr_medium {
	width: 409px;
	height: 3px;
	background-image : url(/images/site/hr_medium.jpg);
	background-repeat: no-repeat;
	margin-bottom: 17px;
}

h1 span, h2 span {
	visibility: hidden;
}

table#sitemap {
	border-collapse: separate;
	cellspacing: 10px;
	font-size:inherit;
}

#sitemap .green {
	background-color: #E3EEC3;
	font-weight: bold;
	padding-left: 4px;
}

#sitemap .grey {
	background-color: #EEE;
	font-weight: bold;
	padding-left: 4px;
}

#copy h3 {
	color: #5e9917;
	font-size: 17px;
	margin-bottom: -18px;
}

.green_block {
	color: #5d9817;
	font-weight: bold;
	margin-bottom: -20px;
}

.green_block img {
	margin-right: 10px;
}

#copy .grey {
	color: #868686;
}

#profile_left {
	float: left;
	width: 150px;
}

#profile_right {
	float: right;
	width: 440px;
}

#ask_contain {
	margin-top: 49px;
}

#ask_left {
	float: left;
	width: 167px;
}

#ask_right {
	float: right;
	width: 398px;
	background-image: url(/images/site/borderline_center.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#ask_right_inner1 {
	background-image: url(/images/site/borderline_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

#ask_right_inner2 {
	background-image: url(/images/site/borderline_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

#ask_right_pad {
	padding-left: 20px;
}

.ask_date {
	color: #5d9817;
	font-weight: bold;
	font-size: 90% ;
}

.ask_copy {
	margin-bottom: 20px;
	font-size: 90% ;
	cursor: pointer;
}

#ask_left p {
	font-size: 90%;
}

#search_form {
	margin: 20px 0 30px 0;	
}

.search_field {
	width: 267px;
	height: 22px;
	border: 1px solid #8b8b8b;
}

.search_button {
	margin-left: 13px;
	vertical-align: middle;
}

.question_title {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
	color: #8c8c8c;
}

.question_asked_by {
	font-size: 90%;
	line-height: normal;
}

.question_answered_by {
	font-size: 90%;
	line-height: normal;
}

.question_answered_by_left {
	font-size: 90%;
	line-height: normal;
	margin: -10px 0 15px 0;
}

.question_friend {
	color: #5d9817;
	font-size: 90%;
	margin: 5px 0 5px 0;
	line-height: normal;
}

.question_answer {
	margin: 10px 0 10px 0;
}

p.link_contain {
	height: 35px;
}

.next_q {
	float: right;
}

.previous_q {
	float: left;
}

.send_position {
	margin: 25px 0;
}

#career_list {
	text-align: center;
	margin: 30px;
}

#career_list a {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin-right: 15px;
	font-weight: bold;
}

.corp_arrow {
	float: left;
	width: 23px;
	padding: 1px 3px 1px 3px;
	margin-bottom: 3px;
}

.corp_col1 {
	float: left;
	width: 126px;
	color: #609916;
	background: #e3eec3;
	font-weight: bold;
	margin-right: 12px;
	text-align: right;
	padding: 1px 3px 1px 3px;
	margin-bottom: 3px;
}

.corp_col2 {
	float: left;
	width: 370px;
	padding: 1px 3px 1px 3px;
	background: #EEE;
	margin-bottom: 3px;
}

.corp_map {
	margin: 30px 0 50px 174px;
}

.client_buttons {
	margin-top: 30px;
}

.recommend_header {
	clear: both;
	padding-top: 20px;
}

.results_pad {
	margin-top: 30px;
}


/* RIGHT SIDE 
_________________________________________________________________________*/

#content_right {
	float: left;
	width: 324px;
}

#content_right_pad {
	margin-left: 33px;
	margin-right: 32px;
	margin-top: 30px;
}

#tout_greenbox_bg_repeat {
	background-image: url(/images/site/tout_greenbox_center.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#tout_greenbox_top {
	background-image: url(/images/site/tout_greenbox_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#tout_greenbox_bottom {
	background-image: url(/images/site/tout_greenbox_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#tout_greenbox_pad {
	padding: 20px 20px 20px 40px;
	color: #FFF;
	line-height: 25px;
}

#tout_greenbox_pad h3 {
	color: #FFF;
	font-size: 15px;
	margin: 0 -20px;
	padding-left: 20px;
	background-image: url(/images/site/arrow_sm_green_right.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}

#tout_grey_bg_repeat {
	background-image: url(/images/site/tout_greybox_center.jpg);
	background-position: top left;
	background-repeat: repeat;
}

#tout_grey_top {
	background-image: url(/images/site/tout_greybox_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#tout_grey_bottom {
	background-image: url(/images/site/tout_greybox_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#tout_grey_pad {
	padding: 20px 20px 20px 40px;
	color: #FFF;
	line-height: 25px;
}

#tout_grey_pad a {
	color: #FFF;
}

.tout_pad {
	height: 20px;
}

.tout_pad_tall {
	height: 65px;
}

#tout_recommend img {
	margin-bottom: 20px;
}

.tout_map {
	margin: 10px 0;
}

.tout_profile_name {
	font-weight: bold;
	color: #92c30f;
}

.tout_profile_title {
	color: #92c30f;
	font-style: italic;
}

.tout_profile_bio {
}

.tout_profile_link {
	margin: 5px 0 28px 0;
}

.tout_corp_ul {
	margin: 10px 0 0 -15px;;
}

.tout_corp_li {
	list-style: none;
	padding: 0 0 10px 20px;
	background-image: url(/images/site/arrow_sm_green_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: normal;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	margin: 51px 11px 0 11px;
	background-color: #9ACC02;
	color: #CCFF8F;
	font-family: Tahoma, Arial, sans-serif;
        font-size:11px;
	background-image: url(/images/site/white_pixel.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#footer_container {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(/images/site/white_pixel.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer a.active,
#footer a:hover{
	color: #CCFF8F;
	text-decoration: none;
}

#footer span.pipe {
	color: #D6D6D6;
}

#copyright {
	font-size: 100% ;
}


/* CV FORM
_____________________________________________________________________________*/

#cv_form h3 {
	color: #5e9917;
	font-size: 17px;
	clear: both;
	padding: 30px 0 0 0;
}

#cv_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#cv_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}
	
#cv_form ul {
	width: 540px;
}
	
#cv_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}
	
#cv_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 240px;
}
	
#cv_form select {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	width: 248px;
	height: 23px;
	padding: 3px;
}
	
#cv_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 505px;
	height: 78px;
	color: #7ea927;
}

#cv_form span.green {
	color: #5e9917;
	font-weight: bold;
}
	
#cv_form_submit {
	margin-left: 387px;
	cursor: pointer;
}

#cv_form .button {
	vertical-align: middle;
}

.alert {
	margin: 20px 0;
	font-weight: bold;
	color: #CC0000;
}

/* COMMENT FORM
_____________________________________________________________________________*/

#comment_form {
	padding-top: 10px;
	position: relative;
}

#comment_form .comment_instructions {
	position: absolute;
	top: 45px;
	left: 203px;
	font-size: 90%;
	width: 152px;
	line-height: 1.3em;
}

#comment_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}

#comment_form .comment_input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 20px;
	width: 179px;
}

#comment_form .comment_input_full {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 20px;
	width: 368px;
}
	
#comment_form select {
	width: 248px;
	height: 23px;
	padding: 3px;
}
	
#comment_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	height: 61px;
	width: 367px;
	overflow: auto;
}

#comment_form .submit {
	margin: 5px 0 0 300px;
}

#comment_form .ask_now {
	margin-top: 30px;
}

/* SEND TO A FRIEND FORM
_____________________________________________________________________________*/

#tellafriend_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}

#tellafriend_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	height: 81px;
	width: 357px;
	overflow: auto;
}

#tellafriend_form .friend_input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 20px;
	width: 249px;
}

#tellafriend_form .submit {
	margin: 5px 0 0 300px;
}

/* CLIENT FORM
_____________________________________________________________________________*/

#clients_form h3 {
	color: #5e9917;
	font-size: 17px;
	clear: both;
	padding: 30px 0 0 0;
}

#clients_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#clients_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}
	
#clients_form ul {
	width: 540px;
}

#clients_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}
	
#clients_form ul.full li {	
	clear: both;
	list-style: none;
	padding: 0 15px 5px 0;
	width: 505px;
	height: auto;
}

#clients_form ul.full li .input {
	width: 505px;
}
	
#clients_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 240px;
}
	
#clients_form select {
	width: 240px;
	height: 23px;
	padding: 3px;
	background: #fbfff3;
	border: 1px solid #8dd22a;
}
	
#clients_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 505px;
	height: 78px;
	color: #7ea927;
}

#clients_form ul.full li.comments {
	height: 120px;
}

#clients_form .auto {
	height: auto;
}
	
#clients_form .submit {
	margin-left: 435px;
	cursor: pointer;
}

/* RECOMMEND SOMEONE TO SOFTSOURCE FORM
_____________________________________________________________________________*/

#recommend_someone_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#recommend_someone_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}
	
#recommend_someone_form ul {
	width: 540px;
}

#recommend_someone_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}

#recommend_someone_form ul li.full {	
	list-style: none;
	padding: 0 15px 5px 0;
	width: 505px;
	clear: both;
	height: 120px;
}

#recommend_someone_form ul li. .input {
	width: 505px;
}

#recommend_someone_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 240px;
}
	
#recommend_someone_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 505px;
	height: 78px;
	color: #7ea927;
}
	
#recommend_someone_form .submit {
	margin-left: 67px;
	cursor: pointer;
}

#recommend_someone .anonymous {
	color: #5d9817;
	font-size: 90%;
}

#recommend_someone .sm_green {
	color: #5E9917; 
	font-weight: bold;
}

/* RECOMMEND SOFTSOURCE FORM
_____________________________________________________________________________*/

#recommend_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#recommend_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}
	
#recommend_form ul {
	width: 540px;
}

#recommend_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}

#recommend_form ul li.full {	
	list-style: none;
	padding: 0 15px 5px 0;
	width: 505px;
	clear: both;
	height: 120px;
}

#recommend_form ul li. .input {
	width: 505px;
}

#recommend_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 240px;
}
	
#recommend_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 505px;
	height: 78px;
	color: #7ea927;
}
	
#recommend_form .submit {
	margin-left: 67px;
	cursor: pointer;
}

.anonymous {
	color: #5d9817;
	font-size: 90%;
}

.sm_green {
	color: #5E9917; 
	font-weight: bold;
}

/* CONTACT FORM
_____________________________________________________________________________*/

#contact_form {
	margin: 30px 0 50px 0;
}

#contact_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#contact_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}
	
#contact_form ul {
	width: 540px;
}

#contact_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}

#contact_form ul li. .input {
	width: 505px;
}

#contact_form ul li.full {	
	list-style: none;
	padding: 0 15px 5px 0;
	width: 505px;
	clear: both;
	height: 120px;
}

#contact_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 240px;
}
	
#contact_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 505px;
	height: 78px;
	color: #7ea927;
}
	
#contact_form .submit {
	margin-left: 435px;
	cursor: pointer;
}

/* ASK QUESTION FORM
_____________________________________________________________________________*/

#question_form {
	margin: 5px 0 50px 0;
}

#question_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#question_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}

#question_form li {	
	float:left;
	width: 170px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}

#question_form ul li.full {	
	list-style: none;
	padding: 0 15px 5px 0;
	width: 348px;
	clear: both;
	height: auto;
}

#question_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 100%;
}
	
#question_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 348px;
	height: 78px;
	color: #7ea927;
}

#question_form .ask_input_full {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 20px;
	width: 348px;
}
	
#question_form .submit {
	margin-left: 275px;
	cursor: pointer;
}

/* FEEDBACK FORM
_____________________________________________________________________________*/

#feedback_form {
	margin: 15px 0 20px 0;
}

#feedback_form .required {
	color: #c0c0c0;
	float: right;
	padding-top: 7px;
}
	
#feedback_form label {
	background: url(/images/site/arrow_green_right.jpg) no-repeat 0 50%;
	padding-left: 23px;
	margin: 5px 0;
	display: block;
	font-weight: bold;
}

#feedback_form li {	
	float:left;
	width: 250px;
	list-style: none;
	padding: 0 15px 5px 0;
	height: 65px;
}

#feedback_form ul li.full {	
	list-style: none;
	padding: 0 15px 5px 0;
	width: 505px;
	clear: both;
	height: auto;
}

#feedback_form .input {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 23px;
	width: 100%;
}
	
#feedback_form textarea {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 4px 3px;
	width: 510px;
	height: 78px;
	color: #7ea927;
}

#feedback_form .ask_input_full {
	background: #fbfff3;
	border: 1px solid #8dd22a;
	padding: 0 3px;
	height: 20px;
	width: 505px;
}
	
#feedback_form .submit {
	margin-left: 435px;
	cursor: pointer;
}


/* STAR RATING
_____________________________________________________________________________*/

.ave_rating {
	margin: 6px 0 0 6px;
	padding: 0;
	width: 125px;
	height: 20px;
	position: relative;
}

.ave_rating img {
	padding: 0px;
	margin: 0px;
  /*\*/
	float: left;
  /* */
 }

.star-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 20px;
	position: relative;
	background: url(http://www.softsource.jp/images/stars/alt_star.jpg) top left repeat-x;  
}
.star-rating li {
	padding:0px;
	margin:0px;
  /*\*/
  float: left;
  /* */
 }

.star-rating li a {
	display:block;
	width:20px;
	height: 25px;
	text-decoration: none; 
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	border-bottom: none; 
}

.star-rating li a:hover {
	background: url(http://www.softsource.jp/images/stars/alt_star.jpg) left bottom;
	z-index: 2;
	left: 0px;
	border-bottom: none; 
}

.star-rating a.one-star {
	left: 0px;
}

.star-rating a.one-star:hover {
	width:25px;
}

.star-rating a.two-star {
	left:25px;
}

.star-rating a.two-star:hover {
	width: 50px;
}

.star-rating a.three-star {
	left: 50px;
}

.star-rating a.three-star:hover {
	width: 75px;
}

.star-rating a.four-star {
	left: 75px;
} 

.star-rating a.four-star:hover {
	width: 100px;
}

.star-rating a.five-star {
	left: 100px;
}

.star-rating a.five-star:hover {
	width: 125px;
}

.star-rating li.current-rating {
	background: url(http://www.softsource.jp/images/stars/alt_star.jpg) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}
 
.rating {
	list-style-type:none;
	/*border-top:1px solid #C1A45E;*/
}

#ez_rate3 {
	float: left;
	vertical-align: middle;
}

.rating_copy {
	float: left;
	color: #5d9817;
	font-size: 90%;
	line-height: normal;
	margin: 5px 20px 0 0;
}

.rating li {
	list-style-type:none;
}