/* CSS Document */

.input {
	border: 1px solid #99b3b4;
	width: 220px;
	background: #F6FAFB;
	font: 11px verdana, sans-serif;
	color:#443;
	float:right;
	margin-right: 0px;
	padding-right: 0px;
	
}
.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
	float: right;
	margin-right: 0px;
}
		/*Button*/
.buttonSubmit{
	width:80px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../image/button.gif) no-repeat  center top;
	cursor:pointer;
	border:none;
	margin:20px;
}

a:hover input.buttonSubmit {
	cursor:pointer;
	background-position:center bottom;
}
		
fieldset {
	padding : 1em;
	border : 1px solid #99b3b4;
	width: 450px;  
	
}

fieldset div {
	margin : 5px;
	padding : 5px;
	width: auto;
	position:relative;
}

fieldset div.label{
	float:left;
	margin-left:0;
	padding-left:0;
	width: auto;
}

fieldset div div{
	float:right;
	margin-left:0;
	padding-left:0;
	width: auto;
}

.select{
	padding:0;
	margin: 0;
	float: right;
}
		
#log_res {
	height:auto;
	padding:15px;
	margin:100px auto 20px auto;
	width:400px;
}
#log_res p {
	margin:0;
	padding:4px 0 4px 0;
}
#log_res.ajax-loading
	{background: url(http://www.roscripts.com/images/spinner.gif) no-repeat center;
}
.error {
	color:white;  
	background-color:red;
	margin:0;
	padding:0;
	width:100%;
	height:20px;
	font-weight:bold;
	left:auto;
}