@charset "utf-8";

/* 本体定義 */
body { 
	margin:0;
	font-size:100%;
	background:#f7f6f5;
        scrollbar-Track-Color:#FFFFFF;
        scrollbar-Face-Color:#FFFFFF;
        scrollbar-Shadow-Color:#a2c2e6;
        scrollbar-DarkShadow-Color:#FFFFFF;
        scrollbar-Highlight-Color:#FFFFFF;
        scrollbar-3dLight-Color:#FFFFFF;
        scrollbar-Arrow-Color:#a2c2e6;
	font-family: Verdana,"MS PGothic","Osaka",Arial,sans-serif;
}
div#head {
	width: 100%;
	background-image: #021F4D;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#021F4D), to(#008db7)); 
	background-image: -moz-linear-gradient(bottom, #021F4D, #008db7);
	background-image: linear-gradient(to bottom, #008db7, #021F4D);
	color: #fff;
	border-top: 6px solid #f39800;
	padding: 0.5em 0;
}
img.icon {
	border: none;
	vertical-align: middle;
}
/* 掲示板タイトル */
h1 { 
	font-size:120%;
	font-style: italic;
	text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
	/*margin-bottom:0;*/
	margin-left:3em;
}

#body {
	padding: 0 1em;
}

#footer {
  width: 100%;
  font-family: Verdana,'trebuchet ms', sans-serif;
  font-size: 10px;
  height: 100px;
  padding: 38px 0 20px 0;
  margin-bottom: 0;
  text-align: center;
  background: #002733;
  color: #FFF;
line-height: 1.7em;
}

#footer p
{ line-height: 1.7em;
  padding: 0 0 10px 0;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #00C6F0;
  text-decoration: none;
}

#footer_head {
  width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 10.5pt;
  height: 40px;
  padding: 40px 0 10px 0;
  margin-bottom: 0;
  text-align: center;
  background: #004e66;
  color: #FFF;
}

#footer_head a {
  color: #FFF;
}

div#main {
	width: 100%;
}

#form-reg {
	text-align: left;
	background: #fff;
	width: 870px;;
	padding: 1em;
	margin: 1em auto 1em 3em;
	border: 1px solid #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size:11pt;
}
#form-reg tr th {
	max-width:100%;
}
/* 枠色セレクトボックス */
.cp_ipselect {
	overflow: hidden;
	float:left;
	width: 200px;
	margin: 10px 10px 10px 0;
	text-align: left;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
/* アイコンセレクトボックス */
.cp_ipselect_icon {
	overflow: hidden;
	float:left;
	width: 150px;
	margin: 10px 10px 10px 0;
	text-align: left;
}
.cp_ipselect_icon select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: #4c6cb3;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect_icon.cp_sl04 select option:hover {
	background: #b34b6c;
}
.cp_ipselect_icon select::-ms-expand {
    display: none;
}
.cp_ipselect_icon.cp_sl04 {
	position: relative;
	/*border-radius: 2px;*/
	border: 2px solid #4c6cb3;
	border-radius: 50px;
	background: #4c6cb3;
}
.cp_ipselect_icon.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect_icon.cp_sl04 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}
/* 性別/地域セレクトボックス */
/* セレクトボックス */
.selectbox-6 {
    position: relative;
}

.selectbox-6::before,
.selectbox-6::after {
    position: absolute;
    right: 15px;
    width: 9px;
    height: 6px;
    background-color: #535353;
    content: '';
    pointer-events: none;
}

.selectbox-6::before {
    top: calc(50% - 9px);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.selectbox-6::after {
    bottom: calc(50% - 9px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.selectbox-6 select {
    appearance: none;
    min-width: 120px;
    height: 30px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #bb3583;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 120px;
    height: 30px;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #35d03f;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.ta-r {
	text-align: right;
	margin-right:1.5em;
}
/* submitボタン */
input.btn {
  width: 180px;
  height: 35px;
  margin-top:15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
}
input.btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}
div.ttl { border-bottom:1px solid #a2c2e6; color:#a2c2e6; padding:4px; font-weight:bold; }
p.err { color:#dd0000; }
p.msg { color:#006400; }
/* 掲示板全体 */
div.all {
	width: 88%;
	margin: 0 auto 0 auto;
}
/* サブタイトル */
div.sub-ttl {
	border-left: 6px solid #ee827c;
	border-bottom: 1px solid #959595;
	color: #000;
	padding: 8px;
	font-weight: bold;
	font-size: 120%;
	margin: 1.2em 0;
	text-align:left;
	margin-left:1.5em;
	margin-right:1.5em;
}
.s-ttl {
	font-size:11pt;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.ttl {
	border-bottom:1px solid #02264a;
	color:#02264a;
	padding:4px;
	font-weight:bold;
	margin: 1em 0;
}
/* 管理メニュー */
.admin-box {
    width:500px;
    margin: 10px auto 0 auto;
    padding-bottom:0;
    background: #fff;
    border: solid 0.5px #c0c0c0;
}
.admin-box .box-title {
    font-size: 12pt;
    background: #3b5998;
    padding: 10px;
    text-align: center;
    color: #FFF;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
}
.admin-box .sub-box {
    width:96%;
    display:block;
    padding: 0;
    margin: 0 auto;
    border-bottom:1px dotted #b4aeb1;
}
.admin-box .sub-box02 {
    width:96%;
    display:block;
    padding: 0;
    margin: 0 auto -15px auto;
}
.admin-box p {
	font-size:10pt;
	margin:0;
	padding:12px 0 0 0;
}

.info01 {
    float:left;
    display:block;
    width:120px;
    height:35px;
    margin:-10px 15px 5px 15px;
    padding:3px;
    font-size:11pt;
}
.info02 {
    display:block;
    width:360px;
    height:35px;
    margin:0px 15px;
    padding-top:17px;
    padding-bottom:0;
    font-size:11pt;
}

.submitbtn001 {
  width: 120px;
  height: 35px;
  margin-top:15px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
}
.submitbtn001:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/* パスワード管理フレーム用ボタン */
input.btn002 {
  width: 120px;
  height: 35px;
  margin-top:15px;
  padding: 5px 15px 5px 15px;
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
}
input.btn002:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/* パスワード管理フレーム */
.box-013 {
    max-width: 450px;
    margin: 1em auto 1em 2em;
    background: #fff;
    border: 1px solid #331c14;
    border-radius: 3px;
}

.box-013 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #331c14;
    color: #fff;
    font-weight: 600;
}

.box-013 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}

.box-007 {
    max-width: 400px;
    margin: 1em auto;
    padding-bottom:12px;
    border: 1px solid #942343;
    border-radius: 5px;
    color: #333333;
}

.box-007 div {
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #942343;
    font-weight: 600;
    vertical-align: top;
}

.box-007 div::before {
    width: 22px;
    height: 22px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8995 6.85453L17.1421 11.0972L7.24264 20.9967H3V16.754L12.8995 6.85453ZM14.3137 5.44032L16.435 3.319C16.8256 2.92848 17.4587 2.92848 17.8492 3.319L20.6777 6.14743C21.0682 6.53795 21.0682 7.17112 20.6777 7.56164L18.5563 9.68296L14.3137 5.44032Z' fill='%23942343'%3E%3C/path%3E%3C/svg%3E");
}

.box-007 p {
    margin: 0;
    padding: 0 1.5em 1em;
}
.box6 {
    padding: 0.5em 1em;
    margin: 1em 8px;
    background: #fff;
    border: dashed 2px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}
.idpass {
    width:200px;
    height:20px;
    margin:0;
    padding:6px;
    border:1px solid #C0C0C0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.submit-container_admin {
   margin-right:8px;
   margin-left:auto;
   margin-top:-20px;
   margin-bottom:1em;
   width:220px;
   text-align:right;
}

.adminpwd {
	font-size:11pt;
	color:#00a968;
}
.form-tbl {
	border-collapse: collapse;
	margin: 1em;
}
.form-tbl th, .form-tbl td {
	border:1px solid #333;
	padding:10px;
}
.form-tbl th {
	background:#ccc;
}
.form-tbl td {
	background:#fff;
}

#back-btn {
	margin:3px;
	text-align:right;
}
.ta-r {
	text-align:right;
}
#err {
	margin:2em auto;
	width:500px;
	border:1px dotted red;
	text-align:center;
	padding:1em;
	color:red;
	background:#fff;
}
#menu {
	margin: 5px 0 1em 0;
}
#menu input {
	width: 90px;
}
.back-btn {
	text-align: right;
	margin: 0;
}

table.edit-fm { 
	width: 800px;
	margin-left:1em;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #a2c2e6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 3px 7px #9d8e87;
	-moz-box-shadow: 0px 3px 7px #9d8e87;
	box-shadow: 0px 3px 7px #9d8e87;
}
table.edit-fm tr th { 
	border-bottom: 1px solid #a2c2e6;
	height: 30px;
	width: 100px;
	background:#0068b7;
	background-image: linear-gradient(to left, #b2cbe4, #0068b7);
	background-image: -webkit-gradient(linear, center left, center right, from(#b2cbe4), to(#0068b7)); 
	background-image: -moz-linear-gradient(left, #b2cbe4, #0068b7);
	color:#fff;
}
table.edit-fm tr td { 
	border-bottom: 1px solid #a2c2e6;
	height: 30px;
	width: 650px;
	padding:3px;
	background:#fff;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
table.edit-fm tr:first-child th:first-child {
	-webkit-border-radius: 12px 0 0 0;
	-moz-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
}
table.edit-fm tr:last-child th:first-child {
	-webkit-border-radius: 0 0 0 12px;
	-moz-border-radius: 0 0 0 12px;
	border-radius: 0 0 0 12px;
}
table.edit-fm tr:first-child td:last-child {
	-webkit-border-radius: 0 12px 0 0;
	-moz-border-radius: 0 12px 0 0;
	border-radius: 0 12px 0 0;
}
table.edit-fm tr:last-child td:last-child {
	-webkit-border-radius: 0 0 12px 0;
	-moz-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
}

input.reg-name {
	width: 180px;
	padding:6px;
	border:1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-ttl {
	width: 280px;
	padding:6px;
	border:1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-url {
	width: 300px;
	padding:6px;
	border:1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
textarea.reg-com {
    width: 410px;
    height 180px;
	padding:6px;
	border:1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type="password"] {
	width: 80px;
	height: 20px;
	border: 1px solid #d4d9dc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input.reg-btn {
	width: 120px;
	height: 36px;
	margin: 0 6px;
}
div.icon {
	float:right;
	margin-right:10px;
}
div.main { 
	border:5px solid ;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 2px 12px 1px #d4d9dc;
	-moz-box-shadow: 1px 2px 12px 1px #d4d9dc;
	box-shadow: 1px 2px 12px 1px #d4d9dc;
	padding:8px;
	margin:10px auto 10px auto;
	background:#fff;
	width: 1100px;
}
div.com { margin:10px auto 10px 2em; font-size:12pt; }
div.res { margin-left:2em; font-size:12pt; color:#008000; }
/* for login */
#login {
	width: 400px;
	margin: 3em auto;
	text-align: left;
	padding: 1em 2em;
	border-radius:6px;
}
#login legend {
	padding: 5px;
	font-weight: bold;
}
#login input[type="text"], #login input[type="password"] {
	width: 300px;
	padding: 5px;
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Arial,sans-serif;
	font-size:14pt;
}
#login input[type="submit"] {
	width: 100px;
	height: 30px;
}
#login p {
	margin: 2em 0;
}
/* //Slick login form with HTML5 & CSS3 */
/* http://red-team-design.com/slick-login-form-with-html5-css3/ */
/* ログインフォーム
div#form {
	width: 420px;
	margin: 20px auto;
	padding: 30px;
	border: 1px solid #C0C0C0;
	-webkit-box-shadow: 1px 2px 12px 1px #abb1b5;
	-moz-box-shadow: 1px 2px 12px 1px #abb1b5;
	box-shadow: 1px 2px 12px 1px #abb1b5;
	color: #4d4d4d;
	font-size: 12pt;
	background: #fff;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
div#form:before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    box-shadow: 0 0 0 1px #fff;
}
p.form-ttl {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

p.form-ttl:after, p.form-ttl:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

p.form-ttl:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}

p.form-ttl:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}



fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}
.logcom {
    margin: 0 auto;
    text-align: center;
    font-size: 11pt;
}
#inputs input
{
    background: #f1f1f1 url(login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 353px; /* 353 + 2 + 45 = 400 */
    /*border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	font-size:13pt;
}

.username {
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	background-position: 5px -2px !important;
	font-size:13pt;
}

.password {
	font-family: 'Hiragino Kaku Gothic ProN',Meiryo,Arial,sans-serif;
	background-position: 5px -52px !important;
	font-size:14pt;
}

div#check {
	margin:0.3em 1em;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
	font-size:13pt;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}


#actions
{
    margin: 15px 10px 0px 0px;
}

#submit
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: right;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#submit:hover,#submit:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#submit:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}



#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
} */
