fieldset{
	border:1px solid #ccc;
	padding:10px;
}

legend{
	font-size:18px;
	font-family: "Tahoma",Verdana,Arial,Helvetica,sans-serif
}
legend span{
	color:#47BCEC;
	background:transparent;
}

.form-element label, .radio p{
	display:block;
	float:left;
	width:145px;
	text-align:right;
	margin-right:10px;
}

.form-element{
	padding:8px 0;
	line-height:16px;
	clear:left;
}

.input input{
	width:446px;
	border:1px solid #ccc;
	margin-top:0px !important;
	padding:3px;
}

.textarea textarea{
	width:446px;
	height:200px;
	border:1px solid #ccc;
	margin-top:0px !important;
	padding:3px;
}

.select select{
	width:454px;
	border:1px solid #ccc;
	margin-top:0px !important;
	padding:0 3px;
	height:24px;
	line-height:24px;
}

.file input{
	height:25px;
	width:400px;
}
	
.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;
	background:transparent;
}

.powermail_mandatory_js{
	color:#c00;
	background:#F5F3DE;
	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:#033967;
    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:#033967;
}

/* 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;
padding:3px;
}