body {
    cursor: default;
}

a.webs_logo{
	position: absolute;
	top: 17px;
    left: 5px;
}

h1{
    font-size: 29px;
    line-height: 50px;
    font-style: italic;
}

#logo {
	position: absolute;
	top: 130px;
	left: 22px;
    width: 500px;
}
#logo span{
    font-size: 15px;
    color: #666;
    font-style: oblique;
    font-weight: bold;
}
a.top_button{
    background-color: #E55E00;
    font-weight: bold;
    color: #FFF;
    padding: 5px 15px;
    font-size: 20px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    text-decoration: none;
}
a.top_button:hover{
    background-color: #333;
}

.form form {
    margin-bottom:20px;
}
 
.form label { margin: 0px 0px 0px 3px; font-size: 15px; color: #464646; font-weight: bold; }
.form .text label,
.form .textarea label,
.form .select label,
.form .file label,
.form .datetime label,
.form .password label { display: inline-block; width: 180px; }

.form form input[type=text],
.form form input[type=password],
.form form input[type=file],
.form form textarea { padding: 5px; font-size: 16px; margin-bottom: 5px; border: 1px solid #ccc; width: 70%}

.form form select { padding: 4px; font-size: 16px; margin-bottom: 5px; background-color: #fff; border: 1px solid #ccc; width: 71.5%}
.form form input:focus,
.form form select:focus,
.form form textarea:focus { border: 1px solid #999; }

.form form input[type=submit] { font-size: 24px; margin-top: 20px; }
.form form textarea { background-color: #fff; height: 60px; font-size: 13px; }
.form form .wide { width: 500px; height: 150px; }
.form div.radio { width: 140px; }
.form div.radio input { width: 30px; float: left; }
.form div.radio label { width: 80px; float: left;  }
.form div.input { margin-top: 15px; }
.form div.input span.description { margin-left: 10px; }

.form form input.small{
    width: 53%;
}
.url_subdomain{
    color: #666;
    font-weight: bold;
    font-style: oblique;
    text-transform: capitalize;
    font-size: 150%;
}

.form div.submit input{
    margin-left: 182px;
    background-color: #E55E00;
    font-weight: bold;
    color: #FFF;
    padding: 3px 22px;
    font-size: 20px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
    *border: 0;
    cursor: pointer;
}

.form div.input.agree input{
    margin-left: 185px;
    margin-bottom: 10px;
}

.form div.error-message{
    margin-left: 185px;
    color: #D12F19;
    font-weight: bold;
}

#languages {
	text-align: right;
    width: 23px;
	position: absolute;
	top: 17px;
	right: 10px;
    border-left: 1px dotted #CCC;
}
#languages a{
    margin: 4px 0;
    display: block;
}

input.hide_text{
    color: #999999 !important;
    font-style: oblique;
    text-transform: lowercase;
}
input.hide_text.selected{
    color: #000000 !important;
    font-style: normal;
}

.form div.submit input, a.top_button {
	-moz-box-shadow: 2px 2px 3px #969696; 
	-webkit-box-shadow: 2px 2px 3px #969696; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
	background-image: -moz-linear-gradient(top, #d25701, #ff9042); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d25701),color-stop(1, #ff9042)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d25701', endColorstr='#ff9042'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d25701', endColorstr='#ff9042')"; 
}

.form div.submit input:hover, a.top_button:hover {
	background-image: -moz-linear-gradient(top, #242424, #6b6b6b); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #242424),color-stop(1, #6b6b6b)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#242424', endColorstr='#6b6b6b'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#242424', endColorstr='#6b6b6b')"; 
}

.form div.submit input:active, a.top_button:active{
	background-image: -moz-linear-gradient(top, #6b6b6b, #242424); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6b6b6b),color-stop(1, #242424)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6b6b6b', endColorstr='#242424'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6b6b6b', endColorstr='#242424')"; 
}

h1{
    text-shadow: #969696 2px 2px 3px;

}

.box1 {
	background-color: #f0f0f0;
	width: 533px;
	height: 50px;
	margin: 0 auto 15px auto;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-box-shadow: 2px 2px 3px #969696; 
	-webkit-box-shadow: 2px 2px 3px #969696; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);


	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

/* forms
----------------------------------------------- */
div label {
	margin: 10px 0px 3px 2px; font-size: 15px; color: #464646; font-weight: bold;
    display: block;
}
div.error-message {
	font-weight:bold;
    color: #8B0000;
}
div.submit input {
	width: inherit;
}

input[type=text],
input[type=password],
input[type=file],
textarea { padding: 5px; font-size: 12px; margin-bottom: 5px; border: 1px solid #ccc; width: 99%}

select { padding: 4px; font-size: 12px; margin-bottom: 5px; background-color: #fff; border: 1px solid #ccc; width: 99%}
input:focus,
select:focus,
textarea:focus { border: 1px solid #999; }

input[type=submit] { font-size: 18px; padding: 3px 10px; }
input[type=button] { font-size: 18px; padding: 3px 10px; }

.paging_simple span a{
    padding: 0 4px;
    border: 1px solid #CCC;
    margin: 2px;
    background-color: #EEE;
    font-weight: bold;
    text-decoration: none;
}
.paging_simple span.current a{
    color: #999;
}
a.a_btn{
    font-weight: bold;
    text-decoration: none;
}