/*
Project Name: Pixelflower 2015
Project URI: http://pixelflower.com
Author: Pixelflower
Author URI: http://pixelflower.com
Description: Pixelflower is custom-designed website.
Version: 3.0
*/



/* general 
----------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="file"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea
{
    background: #FFF;
    border: #83929F 1px solid;
    padding: 4px 10px 4px 10px;
    
    font-family: "RopaSoftPTT", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: #1e2d3b;
    font-size: 100%;
    width: 250px;
    max-width: 100%;
}
select
{
	width: 270px;
}
select option
{
    background: #FFF;
    font-size: 90%;
}
textarea
{
    width: 95%;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus
{
    border: #fc8e09 1px solid;
}
input[type="button"],
input[type="submit"]
{
    min-width: 100px;
    height: 30px;
    border: 1px #fc8e09 solid !important;
    padding: 3px 20px 3px 20px;
    margin: 10px 0px 10px 0px;
    background: #fc8e09;
    
    font-family: "RopaSoftPTT", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
input[type="button"]:hover,
input[type="submit"]:hover
{
    background: #fc8e09;
    cursor: pointer;
    color: #FFF;
}
label
{
    margin: 0px 10px 0px 10px;
    font-size: 90%;
    color: #3b4b5b;
}
input[type="checkbox"], input[type="radio"]
{
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}
.ajax-loader
{
    width: auto !important;
}
#referer-page
{
    display: none;
}
.val
{
    color: #fc8e09;
}



/* form 
----------------------------------------------- */
table.form
{
	width: 400px;
}
table.form tbody th, table.form tbody td
{
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
table.form tfoot td, table.form tbody td
{
	text-align: right;
}

