﻿body{
    background-image:url('html/images/bg.jpg');
    background-repeat:repeat;
    background-attachment:scroll;
    padding:20px;
}
    
#wrap{
	width:960px;
	margin:0 auto;

}

img{ border: none;}
.nav{
	float: right;
	width:600px;
    height:94px;
}

.nav_button {
    background:#DDD;
    border:solid 1px #FFF;
    border-radius:5px;
    box-shadow: 0px 0px 5px #CCC;
    background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#e8e8e8));
    background:-moz-linear-gradient(top,#f4f4f4,#e8e8e8);
    background:linear-gradient(top,#f4f4f4,#e8e8e8);
    padding:8px;
	text-decoration: none;
	font: bold 18px arial;
	color: #507182;
	margin: 0 15px;
	float: right;  
	width: 100px;
	text-align: center;
 }

 .nav_button a{
	text-decoration: none;
	color: #507182;
 }

.login{ background: none repeat scroll 0 0 #70525C;}

.open{color: #fff!important;}

.logo{
	background-image:url('html/images/logo.png');
	background-repeat:no-repeat;
    width:278px;
    height:94px;
    float:left;
}

#ri{
	background-image:url('html/images/title.png');
	background-repeat:no-repeat;
    width:479px;
    height:90px;
    float:right;
}
	

#mimg{
	background-image:url('html/images/pic.png');
	background-repeat:no-repeat;
	width:960px;
	height:390px;	
}

.clear{
	clear:both;
}

.sbottom {
    display: block;
    width: 167px;
    height: 54px;
    background: url(html/images/send.png);
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent: -15000px;
    font-size: 0px;
    line-height: 0px;
    margin:0 auto;
    cursor:pointer;
}

.sbottom:hover {
    background-position:-167px 0;
}

.sercon{
	background-image:url('html/images/bar.png');
	background-repeat:no-repeat;
	width:960px;
	height:166px;
	text-align:center;	
	margin-bottom: 15px;
}

.sercon img{
	margin-top:40px;
	margin-left:70px;
	border:0px;
}


.powered {
    float: right;
    margin-top: 35px;
    text-align: center;
    width: 880px;
}
.clear{
	clear: both;
}


.info {
    color: gray;
    float: right;
    margin: 15px 0 0;
    width: 880px;
}

.info p {
    float: right;
    font: 11px tahoma;
    margin: 0 5px 0 10px;
    padding: 0;
    width: 100%;
}

/***form**/



.form {
    background: none repeat scroll 0 0 #C7D5DC;
    border: 3px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    float: right;
    height: 130px;
    margin-top: 10px;
    padding: 15px;
    width: 860px;
}

.form h1{
    font: bold 21px arial;
    margin: 0 0 15px;
    padding: 0;
}
.col_right{
	float: right;
	width: 290px;
}

.col_left{
	float: right;
	width: 280px;
}

.row{ 
	float: right;
	margin-bottom: 10px;
	width: 100%;
}
.themail label{width:95px;}
.themail input{text-align: left;}



#myform input[type="text"]{
    background-color: #FFFFFF;
    border: 1px solid #E8E1D0;
    border-radius: 5px 5px 5px 5px;
    color: #464646;
    float: right;
    font: 16px tahoma;
    height: 20px;
    padding: 5px;
    text-align: right;
    width: 170px;
}

#myform  label{
	color: #000;
	width: 95px;
	float: right;
	font: bold 17px arial;
}


.form_send {
    background: none repeat scroll 0 0 #70525C;
    border: 3px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 35px arail;
    height: 65px;
    width: 175px;
	text-align: center;
}

.form_send:hover{
	opacity: 0.8;
}


/*** login ***/
.popbox-place{
	float: right;
	width: 350px;
	height:30px;
	margin-bottom: 25px;
    margin-right: -115px;
	margin-top: 15px;
}
.popbox_header{
	    background: #e0e0e0;
    border-bottom: 1px solid #CCCCCC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 18px 18px 14px;
}



.modal_close{
	 background: url("html/images/modal_close.png") repeat scroll 0 0 transparent;
    display: block;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 14px;
    z-index: 2;

}
.popbox {
  margin:0px auto;
  text-align:center;
  position:relative;
  width: 100px !important;
}

  .collapse { position:relative; }


    .box {
      display:block;
      display:none;
      background:#FFF;
      border:solid 1px #BBBBBB;
      border-radius:5px;
      box-shadow:0px 0px 15px #999;
      position:absolute;
	  width: 320px;
    }

      .box a.close {
       color:red;
       font-size:12px;
       font-family:arial;
       text-decoration:underline;
      }

      .arrow {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #e0e0e0;
      	position:absolute;
      	left:1px;
      	top:-10px;
      	z-index:1001;
      }

      .arrow-border {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #BBBBBB;
      	position:absolute;
      	top:-12px;
      	z-index:1000;
      }
	  
	form { margin: 0 5px; text-align:right }
	
	.text-field{
		padding: 5px 20px;
		float:
		text-align: right;
		width: 260px;
	}

   .text-field  label { 
	color: #222222;
    display: block;
    float: right;
    font-size: 18px;
    padding-top: 8px;
    text-align: right;
    width: 90px;
	}

    .text-field  input{ 
	background: none repeat scroll 0 0 #F7F7F7;
    border-color: #CCCCCC #E7E6E6 #E7E6E6 #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #222222;
    font-family: Arial;
    font-size: 1.2em;
    outline: medium none;
    padding: 8px;
    width: 145px;
	height: 18px;
	direction: ltr;
	}
	.text-field input:focus {
      background: #DEF5E1;   /* sexy hot pink */
	}
    form textarea { padding:5px; width:90%; border:solid 1px #CCC; height:100px;}

   .button-field{
	overflow: hidden;
    padding: 12px 120px 12px 30px;
    width: 145px;
   height: 30px;
   }
	button ,.button{  
	background: none repeat scroll 0 0 #70525c;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    overflow: visible;
    padding: 7px 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
	}

	fieldset {
    border: 0 none;
	}