fieldset{
	border:1px solid #FF9900;
	padding:10px;
	margin-bottom:10px;
}

legend{
	font-size:18px;
	font-family: "Tahoma",Verdana,Arial,Helvetica,sans-serif;
	color:#0099CC;
}

.input label, .radio p{
	display:block;
	float:left;
	width:145px;
	text-align:right;
	margin-right:10px;
}

.input{
	padding:5px 0;
	line-height:16px;
	clear:left;
}

.text input, .password input{
	width:446px;
	border:1px solid #ccc;
	margin-top:0px !important;
	background:#fff;
	padding:1px 3px;
}

.textarea textarea{
	width:446px;
	height:200px;
	border:1px solid #ccc;
	margin-top:0px !important;
	background:#fff;
	padding:3px;
}

.select select{
	width:454px;
	border:1px solid #ccc;
	margin-top:0px !important;
	background:#fff;
	padding:0 3px;
	line-height:24px;
}

.file input{
	height:25px;
	width:400px;
}

.checkbox{
	text-align:center;
}
.checkbox label{
	width:300px;
	float:none;
	display:inline;
}

.input-double{
	clear:left;
}
.input-double .input{
	width:477px;
	float:left;
	clear:none;
}
.input-double .text input, .input-double .password input, .input-double .select select{
	width:310px;
}

.radio .radio_inner{
	width:458px;
	margin-left:145px;
	clear:right;
}
.radio .radio_inner label{
	float:left;
	width:435px;
	padding-bottom:8px;
}
.radio .radio_inner input{
	float:left;
}

.req{
	color:#c00;
}

.powermail_mandatory_js{
	color:#c00;
	background:#333;
	margin-left:160px;
}

/* BUTTONS *******************************/
.buttons{
	text-align:center;
}

.buttons a, .buttons button, .buttons input, .submit input{
    /*display:block;
    float:left;*/
    margin:0 5px;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#005CA6;
    cursor:pointer;
    padding:7px 10px 6px 7px; /* Links */
	white-space:nowrap;
}

.buttons button, .buttons input, .submit input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type], .buttons input[type="button"], .submit input{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type], *:first-child+html input[type="button"], *:first-child+html input[type="submit"]{
    padding:4px 10px 4px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover, .submit input:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#005CA6;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* file upload *****************************************/
 
#fakeinputfile{
margin:-25px 0 0 160px;
background:url(../img/button_select.png) no-repeat 100% 0px;
padding-top:1px;
height:25px;
float:left;
width:310px;
}

#fakeinputfile #fakefilepc{
width:223px;
margin-right:85px;
border:1px solid #ccc;
background:#fff;
padding:3px;
}

/* newsletter *********************************/
.error-message{
	margin-left:155px;
	font-weight:bold;
	color:#c00;
}

#login-form label{
	width:100px;
}
#login-form input{
	width:200px;
}