@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


	
ul {
	/*list-style-type:none;*/
	margin-left:20px;
}

dl dt dd {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	}

body {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif, '微軟正黑體';
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
	background: url(../images/bg.jpg) center top repeat-x #FFF fixed;
	margin:0 auto;
}

h2{
	border-bottom:1px #ccc dashed;
	margin-bottom:20px;
	}
	
.index_serise_h2 {
	text-align:center;
	margin-top:80px;
	border-bottom:0px #ccc dashed;
	margin-bottom:0px;
	line-height:125%;
	}
	
h3 {
	color:#F00;
	border-bottom:#666 1px dashed;
	padding-bottom:10px;
	}
	
h4 {
    background: url(../images/title_h4.png) no-repeat left bottom;
    height: 41px;
    width: 710px;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    font-size: 1.6em;
    line-height: 41px;
    font-weight: normal;
    /*position: relative;*/
}


hr {
	border:0; height:1px; background-color:#1962ab;
	color:#1962ab;	/* IE6 */
	margin:0 auto;
    margin-bottom:15px;
    width:98%;
    
}

#wrapper_top {
	width:100%;
	height:100px;
	margin:0 auto;
	box-shadow:0px 3px 5px 0px #cccccc;
	position:fixed;
	z-index:999;
	background: url(../images/bg.jpg) center top repeat-x #FFF;
	}
	
#wrapper {
	width:100%;
/*	height:100%;
*/	margin:0 auto;

}

/*PC*/

@media (min-width: 576px) {
    .sp-none {
    display: none
}
    
	#header {
	height:100px;
	width:950px;
	z-index:999;
	margin-bottom:130px;
	margin:0 auto;
	
}

#logo {
	float:left;
	margin-top:15px;
	}
	
#menu {
	float:right;
	margin-top:40px;
	margin-left:38px;
	width:462px;
	padding-right:200px;
	z-index:999;
	}
	
.social {
	position: relative;
	width:179px;
	left:770px;
	bottom:45px;
	}
	


#banner {
	margin:0 auto;
	margin-bottom:20px;
	padding-top:160px;
	width:950px;
	border-radius:15px;
	}

#content {
	width:950px;
	margin:0 auto;
	}

#product {
	float:left;
	width:230px;
	}
    
#slide {
	width:100%;
	border-radius:20px;
	padding-top:20px;
	}
    
h5 {
    background: url(../images/title_h5.jpg) no-repeat left bottom;
    height: 41px;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
    font-size: 1.6em;
    line-height: 41px;
    font-weight: normal;
    /*position: relative;*/
}
    
.theme_left {
	float:left;
	width:460px;
	height:430px;
	border:#FFF 1px solid;
	margin-right:15px;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}
	
.theme_right {
	float:left;
	width:460px;
	height:430px;
	border:#FFF 1px solid;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}
    
.product_image img{
	margin: 10px 10px 10px 10px;
	width:450px;
	height:280px;
	border-radius:10px;
	}
    
.banner_text01 {
	font-size:32pt;
	font-weight:bold;
	letter-spacing:4px;
	color:#0075c2;
	text-shadow: shadow1, shadow2, shadow3;
	text-shadow: 2px 2px 0px #fff, 4px 4px 0px rgba(0,0,0,0.15);
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	}
    
.banner_text02 {
	font-size:20pt;	
	color:#0e3977;
	font-weight:bold;
	letter-spacing:2px;
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	}
}

/*SP*/
@media (max-width: 575px) {
    .pc-none {
    display: none
}
    
#header {
	background:#FFFFFF;
	background: url(../images/bg.jpg) center top repeat-x #FFF;
	height:85px;
	width:100%;
	z-index:999;
    padding-top:15px;
	margin-bottom:130px;
	margin:0 auto;
	
}

#logo {
    width:231px;
	}
	
.social {
	position: absolute;
	width:179px;
	right:10px;
	top:50px;
	}
	



#banner {
	margin:0 auto;
	margin-bottom:20px;
	padding-top:160px;
	width:100%;
	border-radius:15px;
	}

#content {
	width:98%;
	margin:0 auto;
	}

#product {
	float:left;
	width:230px;
	}
    
#slide {
	width:98%;
	border-radius:0px;
	padding-top:20px;
    margin:0 auto;
	}
    
h5 {
    background: url(../images/title_h5.jpg) no-repeat left bottom;
    height: 41px;
    width: 98%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.6em;
    line-height: 41px;
    font-weight: normal;
    /*position: relative;*/
}
    
.theme_left {
	width:98%;
	border:#FFF 1px solid;
    margin:0 auto;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}
	
.theme_right {
	width:98%px;
	border:#FFF 1px solid;
    margin:0 auto;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}
    
.product_image img{
	/*margin: 10px 10px 10px 10px;*/
	width:95%;
	border-radius:10px;
	}
    
.banner_text01 {
	font-size:26pt;
	font-weight:bold;
	letter-spacing:4px;
	color:#0075c2;
	text-shadow: shadow1, shadow2, shadow3;
	text-shadow: 2px 2px 0px #fff, 4px 4px 0px rgba(0,0,0,0.15);
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	}
    
.banner_text02 {
	font-size:14pt;	
	color:#0e3977;
	font-weight:bold;
	letter-spacing:2px;
	text-shadow: 0px 0px 8px rgba(255,255,255,1);
	}
    
.g-footer {
  background: #292929;
  padding-top: 0px;
}
.g-footer__top {
  max-width: 990px;
  margin: 0 auto 50px;
}
.g-footer__top .columnCommon {
  float: left;
}
.g-footer__top .columnCommon .leadTxt {
  margin-bottom: 11px;
}
.g-footer__top .columnCommon .leadTxt a {
  font-size: 18px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .leadTxt a:hover {
  opacity: 0.7;
}
.g-footer__top .columnCommon .leadTxt--addMb {
  margin-bottom: 48px;
}
.g-footer__top .columnCommon .linkTxt a {
  font-size: 14px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .linkTxt a:hover {
  opacity: 0.7;
}
.g-footer__top .columnCommon .list li {
  margin-bottom: 5px;
}
.g-footer__top .columnCommon .list li a {
  display: inline-block;
  font-size: 14px;
  color: #FFF;
  transition: .4s;
}
.g-footer__top .columnCommon .list li a:hover {
  opacity: .7;
}
.g-footer__top .columnCommon .list--addMb {
  margin-bottom: 25px;
}
.g-footer__top .column01 {
  width: 17.57%;
  margin-right: 9.6%;
}
.g-footer__top .column02 {
  width: 15.15%;
  margin-right: 12.12%;
}
.g-footer__top .column03 {
  width: 16.16%;
  margin-right: 11.01%;
}
.g-footer__top .column04 {
  width: 13.53%;
}
.g-footer__banner {
  max-width: 990px;
  margin: 0 auto;
  display: -webkit-flex; /*webkit*/
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.g-footer__banner li {
  width: 22.73%;
}
.g-footer__banner li a {
  display: block;
  transition: .4s;
}
.g-footer__banner li a:hover {
  opacity: 0.7;
}
.g-footer__banner li a img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.g-footer__foot {
  margin-top: 61px;
  border-top: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.g-footer__foot__caption {
  text-align: center;
  font-size: 10pt;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 12px;
}

.g-footer__foot__caption a{
	text-decoration: none;
	}
	
.g-footer__foot .copyright {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  line-height: 1.3;
  font-family: '微軟正黑體','Avenir','Helvetica Neue','Helvetica','Arial';
}
.g-footer__foot .copyright .pc-none {
  display: none;
}

}
	
.nav-container{ repeat-x 0 0;}
	.f-nav{ position: fixed; top: 110px; width: 230px;} /* this make our menu float top */
	
	.nav { height: 42px;}
	.nav ul { list-style: none; }
	.nav ul li{float: left; margin-top: 6px; padding: 6px; border-right: 1px solid #ACACAC;}
	.nav ul li:first-child{ padding-left: 0;}
	.nav ul li a { }
	.nav ul li a:hover{ text-decoration: underline;}
			
#main {
	float:left;
	width:710px;
	padding-left:10px;
	margin-bottom:20px;
	}
	
/*Product*/

.product_pic {
	float:left;
	width:350px;
	}
	
.product_detail {
	float:left;
	width:320px;
	margin-left:20px;
	}
	
.product_detail_text {
	line-height:175%;
	margin-top:10px;
	}


.product_detail #buy_btn{
	margin:20px 0px;
	text-align:center;
	line-height:30px;
	width:100px;
	height:30px;
	border-radius:10px;
background: #CCC;
	}

.product_detail #buy_btn:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d71c4+0,1a3d75+100 */
background: rgb(45,113,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(45,113,196) 0%, rgb(26,61,117) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(45,113,196) 0%,rgb(26,61,117) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb(45,113,196) 0%,rgb(26,61,117) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d71c4', endColorstr='#1a3d75',GradientType=0 ); /* IE6-9 */



	}	

.product_detail #buy_btn a{
	display:block;
	color:#000;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;}

.product_detail #buy_btn a:hover{
	color:#FFF;}
	
#product_photo, #product_photo2 {
	/*position: relative;*/
	width: 350px;
	overflow: hidden;
	margin-bottom:15px;
}
#product_photo img, #product_photo2 img {
	display: block;
}
#product_photo .content, #product_photo2 .content {
	clear: both;
	height: 260px;
	overflow: hidden;
}
#product_photo .content .box, #product_photo2 .content .box {
	/*position: relative;*/	
	width: 188px;
	float: left;
}
#product_photo .content .side, #product_photo2 .content .side {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 93px;
}
#product_photo .side li.first, #product_photo2 .content .side li.first {
	zoom:1;
	padding: 0 0 3px;
	*padding: 0;
}
#product_photo .box img, #product_photo2 .box img {
	/*position: absolute;*/
	top: 0;
}
#product_photo .box h3, #product_photo2 .box h3 {
	margin: 0;
	/*position: absolute;*/
	top: 102px;
	width: 190px;
	color: #fff;
	padding: 8px 0;
	height: 22px;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
}
#product_photo .box .mask, #product_photo2 .box .mask {
	/*position: absolute;*/
	background: #000;
	top: 102px;
	height: 38px;
	width: 190px;
	z-index: 999;
}
#product_photo .list, #product_photo2 .list {
	clear: both;
	margin: 0;
	padding-left:0px;
	list-style: none;
	width: 100%;
}
#product_photo .list li, #product_photo2 .list li {
	float: left;
	width: 50px;
	padding-right: 20px;
	
}
#product_photo .list .last, #product_photo2 .list .last {
	padding: 0 0 0 1px;
}
#product_photo .box img, #product_photo2 .box img {
	width: 250px;
	height: 250px;

}
#product_photo .side img, #product_photo .list img, #product_photo2 .side img, #product_photo2 .list img {
	margin-top:10px;
	width:60px;
	height:60px;
	border:1px solid #ccc;
}


.section {
	line-height:150%;
	margin-bottom:50px;
	}

#section_left1 {
	float:left;
	width:370px;
	font-size:14pt;
	font-weight:bold;
	line-height:150%;
	}
	
#section_right1 {
	float:left;
	width:330px;
	margin-left:10px;
	font-size:14pt;
	font-weight:bold;
	line-height:150%;
	}

#section_left2 {
	float:left;
	width:350px;
	font-size:14pt;
	font-weight:bold;
	line-height:150%;
	}
	
#section_right2 {
	float:left;
	width:350px;
	margin-left:10px;
	font-size:14pt;
	font-weight:bold;
	line-height:150%;
	}

#product_menu {
	border:1px #CCCCCC solid;
	width:200px;
	padding:13px;
	font-size:10pt;
	margin-bottom:10px;
	line-height:175%
	}
#product_menu a {
	color:#000;
	}
		
#product_menu a:hover {
	color:red;
	}
	
#line {
	margin-left:530px;
	padding-top:6px;
	}

#store_title {
	color:#FFF;
	font-size:12pt;
	font-weight:bold;
	padding:5px 0 5px 5px;
	background:#2F318E;
	width:100px;
	height:20px;
	}
	
#store2{
	float:left;
	margin:0px 7px 25px 0px;
	width:170px;
	height:57px;}
	
#store {
	margin:0px;
	width:740px;
	background:#FFF;
	}
	
.store_detail{
	float:left;
	margin:0px 10px 10px 0px;
	width:170px;
	height:57px;}
	
/*.theme_left {
	float:left;
	width:300px;
	height:430px;
	border:#FFF 1px solid;
	margin-right:20px;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}
	
.theme_right {
	float:left;
	width:300px;
	height:430px;
	border:#FFF 1px solid;
	margin-bottom:25px;
	border-radius:5px;
	text-align:center;
	line-height:125%;
	}*/
	
	
.theme_left:hover{
	/*border:#184cc2 1px solid;
	border-radius:5px;*/
	}
	
.theme_right:hover{
	/*border:#184cc2 1px solid;
	border-radius:5px;*/
	}



/*.product_image img{
	margin: 10px 10px 10px 10px;
	width:280px;
	height:280px;
	border-radius:10px;
	}*/
	
.item_no {
	color:#00F;
	font-size:12pt;
	text-align:center;
	margin-top:15px;
	}
	
.item_title {
	color:#F00;
	font-weight:bold;
	font-size:15pt;
	margin-top:10px;
	text-align:center;
	}
	
.item_pay {
	color:#666;
	/*font-weight:bold;*/
	font-size:11.5pt;
	margin-top:15px;
	text-align:center;
	line-height: 120%;
	}
	
.item_detail {
	margin:0 auto;
	color:#FFF;
	font-weight:bold;
	font-size::12pt;
	margin-top:10px;
	text-align:center;
	width:50px;
	padding:2px;
	border-radius:10px;
	background: rgb(252,168,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,168,0,1) 0%, rgba(224,74,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,168,0,1)), color-stop(100%,rgba(224,74,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,168,0,1) 0%,rgba(224,74,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,168,0,1) 0%,rgba(224,74,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,168,0,1) 0%,rgba(224,74,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,168,0,1) 0%,rgba(224,74,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca800', endColorstr='#e04a33',GradientType=0 ); /* IE6-9 */

	}
	
.item_detail a:hover {
	color:black;
	background:white;
	}

.about_text1 {
	font-size:12pt;
	line-height:175%;
	color:#666;
	}
	
.about_text2 {
	font-size:11pt;
	line-height:150%;
	color:#666;
	}
	
.about_text2 a {
	color:#666;
	}
	
.about_text2 a:hover {
	color:#666;
	text-decoration:underline;
	}

/*footer*/
#footer {
	border-top:2px solid #DDD;
	font-size:11pt;
	background-color:#eee;
	text-align:center;
    position:relative;
    margin-top: 10px;  /*影響footer高度*/
	height: 50px;
    padding:10px 0px 30px 0px;
	color:#000;
}
#footer a{
	color:#666;
	text-decoration:none;}
#footer a:hover{
	color:#333;}
	
#footer_logo {
	float:left;
	margin-top:-5px;
	}
	
#footer_logo img {
	width:188px;
	height:75px;
	}
	
#footer_text {
	float:left;
	font-size:11pt;
	margin-left:20px;
	margin-top:25px;
	text-align:left;
	line-height:150%;
	}
	
	
	
/** BEGIN: Non Openmrs CSS **/

:root {
	--omrs-color-ink-lowest-contrast: rgba(47, 60, 85, 0.18);
	--omrs-color-ink-low-contrast: rgba(60, 60, 67, 0.3);
	--omrs-color-ink-medium-contrast: rgba(19, 19, 21, 0.6);
	--omrs-color-interaction: #1e4bd1;
	--omrs-color-interaction-minus-two: rgba(73, 133, 224, 0.12);
	--omrs-color-danger: #b50706;
	--omrs-color-bg-low-contrast: #eff1f2;
	--omrs-color-ink-high-contrast: #121212;
	--omrs-color-bg-high-contrast: #ffffff;
	
}
/** END: Non Openmrs CSS **/
div.omrs-input-group {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
}

/* Input*/
.omrs-input-underlined > input,
.omrs-input-filled > input {
	border: none;
	border-bottom: 0.125rem solid var(--omrs-color-ink-medium-contrast);
	width: 100%;
	height: 2rem;
	font-size: 1.0625rem;
	padding-left: 0.875rem;
	line-height: 147.6%;
	padding-top: 0.825rem;
	padding-bottom: 0.5rem;
}

.omrs-input-underlined > textarea,
.omrs-input-filled > textarea {
	border: none;
	border-bottom: 0.125rem solid var(--omrs-color-ink-medium-contrast);
	width: 100%;
	height: 6rem;
	font-size: 1.0625rem;
	padding-left: 0.875rem;
	line-height: 147.6%;
	padding-top: 0.825rem;
	padding-bottom: 0.5rem;
}

.omrs-input-underlined > input:focus,
.omrs-input-filled > input:focus,
.omrs-input-underlined > textarea:focus,
.omrs-input-filled > textarea:focus {
	outline: none;
}

.omrs-input-underlined > .omrs-input-label,
.omrs-input-filled > .omrs-input-label {
	position: absolute;
	top: 0.9375rem;
	left: 0.875rem;
	line-height: 147.6%;
	color: var(--omrs-color-ink-medium-contrast);
	transition: top .2s;
}

.omrs-input-underlined > svg,
.omrs-input-filled > svg {
	position: absolute;
	top: 0.9375rem;
	right: 0.875rem;
	fill: var(--omrs-color-ink-medium-contrast);
}

.omrs-input-underlined > .omrs-input-helper,
.omrs-input-filled > .omrs-input-helper {
	font-size: 0.9375rem;
	color: var(--omrs-color-ink-medium-contrast);
	letter-spacing: 0.0275rem;
	margin: 0.125rem 0.875rem;
}

.omrs-input-underlined > input:hover,
.omrs-input-filled > input:hover,
.omrs-input-underlined > textarea:hover,
.omrs-input-filled > textarea:hover {
	background: var(--omrs-color-interaction-minus-two);
	border-color: var(--omrs-color-ink-high-contrast);
}

.omrs-input-underlined > input:focus + .omrs-input-label,
.omrs-input-underlined > input:valid + .omrs-input-label,
.omrs-input-filled > input:focus + .omrs-input-label,
.omrs-input-filled > input:valid + .omrs-input-label,
.omrs-input-underlined > textarea:focus + .omrs-input-label,
.omrs-input-underlined > textarea:valid + .omrs-input-label,
.omrs-input-filled > textarea:focus + .omrs-input-label,
.omrs-input-filled > textarea:valid + .omrs-input-label {
	top: 0;
	font-size: 0.9375rem;
	margin-bottom: 32px;;
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus + .omrs-input-label,
.omrs-input-filled:not(.omrs-input-danger) > input:focus + .omrs-input-label,
.omrs-input-underlined:not(.omrs-input-danger) > textarea:focus + .omrs-input-label,
.omrs-input-filled:not(.omrs-input-danger) > textarea:focus + .omrs-input-label {
	color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus,
.omrs-input-filled:not(.omrs-input-danger) > input:focus,
.omrs-input-underlined:not(.omrs-input-danger) > textarea:focus,
.omrs-input-filled:not(.omrs-input-danger) > textarea:focus {
	border-color: var(--omrs-color-interaction);
}

.omrs-input-underlined:not(.omrs-input-danger) > input:focus ~ svg,
.omrs-input-filled:not(.omrs-input-danger) > input:focus ~ svg,
.omrs-input-underlined:not(.omrs-input-danger) > textarea:focus ~ svg,
.omrs-input-filled:not(.omrs-input-danger) > textarea:focus ~ svg {
	fill: var(--omrs-color-ink-high-contrast);
}

/** DISABLED **/

.omrs-input-underlined > input:disabled,
.omrs-input-underlined > textarea:disabled {
	background: var(--omrs-color-bg-low-contrast);
	cursor: not-allowed;
}

.omrs-input-underlined > input:disabled + .omrs-input-label,
.omrs-input-underlined > input:disabled ~ .omrs-input-helper{
	color: var(--omrs-color-ink-low-contrast);
}

.omrs-input-underlined > input:disabled ~ svg {
	fill: var(--omrs-color-ink-low-contrast);
}


/** DANGER **/

.omrs-input-underlined.omrs-input-danger > .omrs-input-label, .omrs-input-underlined.omrs-input-danger > .omrs-input-helper,
.omrs-input-filled.omrs-input-danger > .omrs-input-label, .omrs-input-filled.omrs-input-danger > .omrs-input-helper{
	color: var(--omrs-color-danger);
}

.omrs-input-danger > svg {
	fill: var(--omrs-color-danger);
}

.omrs-input-danger > input {
	border-color: var(--omrs-color-danger);
}

.omrs-input-underlined > input {
	background: var(--omrs-color-bg-high-contrast);
}
.omrs-input-filled > input {
	background: var(--omrs-color-bg-low-contrast);
}

.btn {border:0;
  background-color:#0075c2;
  color:#fff;
  border-radius:10px;
  cursor:pointer;
  width:100px;
  height:40px;
  font-family: Arial, Helvetica, sans-serif, '微軟正黑體';
  font-size:11pt;
  }

.btn:hover{
  color:#003C9D;
  background-color:#fff;
  border:2px #003C9D solid;
}


	
#slide_text {
	width: 100%;
	color:#FFF;
	text-align:center;
	padding-top:10px;
	}
	

	



.form_border {
	padding:20px 30px 20px 20px;
	border:#00a2c3 2px solid;
	}