@charset "UTF-8";

input, textarea {
	padding:0 3px;
}

.niceformMenu dl, .niceform dl{
	clear:both;
}
.niceformMenu dt, .niceform dt {
	float:left;
}
.niceformMenu dd, .niceform dd {
	float:left;
	position:inherit;
}
.niceformMenu label.opt, .niceform label.opt {
	font-weight:normal;
	padding-left:5px;
}

.ui-accordion .ui-accordion-content ,
.form_bg{
	background:url(img/search_bg.gif) repeat-x 0 0 #dcdcdc;
	border:#CCCCCC 1px solid;
	margin:0 14px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.form_area{
	padding:9px;
	font-size:12px;
}


/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Text inputs*/
.NFText {
	border:none;
	vertical-align:middle;
	background:none;
}

.NFTextCenter {
	height:22px;
	background:url(img/input.png) repeat-x 0 0;
	padding:3px 0;
	margin:0;
	float:left;
	line-height:15px;
}
.NFTextLeft, .NFTextRight {
	width:5px;
	height:28px;
	vertical-align:middle;
	float:left;
}
.NFTextLeft {
	background:url(img/input-left.png) no-repeat 0 0;
}
.NFTextRight {
	background:url(img/input-right.png) no-repeat 0 0;
}
/*niceform2 text*/
input[type=text],
input[type=password],
input[type=tel]{
    border: #999999 1px solid;
}

input[type=text],
input[type=tel],
input[type=password]{
	height:20px;
	line-height:20px;
	font-size:12px;
}

select {
    /*position:relative;*/
    border: #999999 1px solid;
}

/*niceform2 select*/
select{
	height:22px;
	line-height:20px;
	font-size:12px;
    padding: 1px 1px 2px 2px; /* 文字が真ん中にくるように調整 For IE */
}

/* FireFoxのみに適用されるハック */
select , x:-moz-any-link{
    padding: 2px 1px 1px 2px; /* 文字が真ん中にくるように調整 */
    color: rgba(0,0,0,0); /* 点線を消すために文字を消す */
    text-shadow: 0 0 0 #000; /* 文字の変わりに影を文字のように表示させる */
}

select.modified , x:-moz-any-link{
    color: seagreen; /* 上記ハックによりmodifiedが負けるため、改めて定義する */
}

/*niceform2 checkbos*/
input[type=checkbox]{
	height:20px;
	line-height:20px;
	font-size:12px;
}

/*niceform2 textarea*/
textarea {
    border:#999999 1px solid;
}

/*Buttons*/
.NFButton {
	width:auto;
	height:30px; 
	padding:0 14px;
	background:url(img/button.png) repeat-x 0 0;
	cursor:pointer;
	border:none; 
	text-transform:uppercase;
	letter-spacing:1px;
	vertical-align:middle;
	margin:0;
}

.NFButtonLeft, .NFButtonRight {
	width:5px;
	height:30px;
	vertical-align:middle;
}

.NFButtonLeft {
	background:url(img/button-left.png) no-repeat 0 0;
	padding-left:2px
}
.NFButtonRight {
	background:url(img/button-right.png) no-repeat 0 0;
	padding-right:3px;
}

/*Selects*/
.NFSelectTarget {
	background:none;
	width:100%;
	z-index:3;
	left:0;
	top:0;
	padding-bottom:13px;
}
.NFSelectOptions {
    clear: both;
	background:#ffffff;
	border:#999999 1px solid;
	margin-top:0;
	list-style:none;
	padding:4px 0;
	z-index:4;
    cursor:pointer;
}
.NFSelectOptions li {
	display:block;
	padding-bottom:1px;
	white-space: nowrap;
}
.NFSelectOptions li {
	display:block;
	padding:2px 3px;
	text-decoration:none;
	background:none;
	font-size:12px;
	color:#313131;
	white-space: nowrap;
}
.NFSelectOptions li.NFOptionActive {
	background:#464646;
	color:#fff;
}

/*niceform2 Selects*/
.niceform .NFSelect {
	border:none;
}


.niceform .NFSelectLeft {
	float:left;
	width:2px;
	height:22px;
	background:url(img/select-left.gif) no-repeat 0 0;
	vertical-align:middle;
}
.niceform .NFSelectRight {
	height:22px;
	width:auto;
	background:url(img/select-right.gif) no-repeat 100% 0;
	cursor:pointer;
	padding-left:2px;
	padding-right:23px;
	margin-left:2px;
	font-size:12px;
	line-height:22px;
	overflow:hidden;
}

.niceform .NFfoucused .NFSelectRight {
	background:url(img/select-right-selected.gif) no-repeat 100% 0;
}

/*Safari*/
select, input, textarea, button {
	outline:none;
	resize:none;
}
