/*======================================================================
	Selectric
======================================================================*/
.selectricWrapper { position: relative; margin: 0 auto; width: 400px; cursor: pointer; }
.selectricDisabled { filter: alpha(opacity=50); opacity: 0.5; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.selectricOpen { z-index: 9999; }
.selectricHideSelect { position: relative; overflow: hidden; }
.selectricHideSelect select { position: absolute; left: -100%; }
.selectric { box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #fff inset; background: #e9e9e9; background: -webkit-linear-gradient(#f9f9f9 0%, #EEE 100%); background: -moz-linear-gradient(#f9f9f9 0%, #EEE 100%); background: -o-linear-gradient(#f9f9f9 0%, #EEE 100%); background: linear-gradient(#f9f9f9 0%, #EEE 100%); border: 1px solid #CCC; border-radius: 4px; position: relative; }
.selectricOpen .selectric { background: #F0F0F0; z-index: 9999; }
.selectric .label { display: block; white-space: nowrap; overflow: hidden; margin: 0 38px 0 0; padding: 6px; font-size: 12px; line-height: 1.5; color: #555; text-shadow: 0 1px #FFF; }
.selectric .button { position: absolute; right: 0; top: 0; height: 30px; width: 30px; color: #999; text-align: center; font: normal 18px/30px sans-serif; border-left: 1px solid #D2D2D2; }
.selectric .button:before { content: " "; float: left; height: 100%; border-right: 1px solid #FFF; }
.selectricHover .selectric { border-color: #CCC; }
.selectricHover .selectric .button { color: #888; }
.selectricTempShow { position: absolute !important; visibility: hidden !important; display: block !important; }

/* Items box */
.selectricItems ul,
.selectricItems li { list-style: none; padding: 0; margin: 0; min-height: 20px; line-height: 20px; font-size: 12px; text-align:left; }
.selectricItems { display: none; position: absolute; overflow: auto; top: 100%; left: 0; background: #F9F9F9; border: 1px solid #CCC; z-index: 9998; box-shadow: 0 0 10px -6px; }
.selectricItems li { padding: 5px; cursor: pointer; display: block; border-bottom: 1px solid #EEE; color: #666; border-top: 1px solid #FFF; }
.selectricItems li.selected { background: #EFEFEF; color: #444; border-top-color: #E0E0E0; }
.selectricItems li:hover { background: #F0F0F0; color: #444; }


.input-account {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    height: 16px;
    padding: 6px;
	width:386px;
}

.button-submit {
	margin:0 auto;
	margin-top:15px;
    background: linear-gradient(#FFA64D 0%, #FF7A4D 100%) no-repeat scroll 0 0 #ff954d;
    border: 1px solid #FF7A4D;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px #999999;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease 0s;
    vertical-align: top;
	background-color:#ff954d;
	width:100px;
}

.button-submit:hover
{
	background-position:0 -30px;
	color:#FFF;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
   /* font-size: 100%;*/
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    color: #333333;
    font-family: sans-serif;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #ff8d00;
    color: #FFFFFF;
    text-shadow: none;
}


/* css 11-11-2013 */

.form-wrapper-01 {
        width: 760px;
        padding: 10px;
        margin: 100px auto;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #dedede #bababa #aaa #bababa;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;    
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    }

.input-text-phone {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    height: 16px;
    padding: 6px;
	width:280px;
}

.select-text-phone {
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    height: 31px;
    padding: 6px;
	width:250px;
}

.button-search {
	margin:0 auto;
    background: linear-gradient(#FFA64D 0%, #FF7A4D 100%) no-repeat scroll 0 0 #ff954d;
    border: 1px solid #FF7A4D;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px #999999;
    color: #FFFFFF;
    display: inline-block;
	*display:inline;
	*zoom:1;
    font-size: 14px;
    height: 30px;
    padding: 0 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease 0s;
    vertical-align: top;
	background-color:#ff954d;
	width:100px;
}

.button-search:hover
{
	background-position:0 -30px;
	color:#FFF;
}