h3.iphorm-title {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 0;
}

label {
    padding-bottom: 3px;
    position: relative;
    color: #444444;
    font-family: 'PT Sans',sans-serif;
}

.iphorm_1_8-outer-label {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1em !important;
	font-weight:700;
}

.iphorm_1_9-outer-label {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1em !important;
	font-weight:700;
}

.iphorm_1_10-element-spacer {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1em !important;
	font-weight:700;
}

.iphorm_1_11-element-spacer {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1em !important;
	font-weight:700;
}

.iphorm_1_13-element-spacer {
    color: #444444;
    font-family: 'PT Sans',sans-serif;
    font-size: 1em !important;
	font-weight:700;
}

.iphorm-element-text {
	width:92%;
	padding: 13px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}

.iphorm-element-textarea {
	width:815px;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}


.iphorm-element-wrap select {
	background:#ececec;
	width:99%;
	padding: 13px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
}


.iphorm-submit-wrap{
	
	}



.iphorm-inner button{
	font-style:normal;
	}

.iphorm-swfupload-browse {
    background: #EEE;
	border: solid 1px #DDD;
	text-align: center;
	min-width: 80px; 
	min-height: 10px;
	line-height: 10px;
	padding: 1px 10px;
	display: inline-block;
	cursor: pointer;
	float: left;
	position: relative;
}
/*add styles to add another button*/
.iphorm-add-another-upload {
    margin-top: 5px;	
}
.iphorm-add-another-upload span.iphorm-add-another-upload-button {
    background: #EEE;
	border: solid 1px #DDD;
	text-align: center;
	cursor: pointer;
	padding: 4px 5px;
	margin: 3px 0;
	float: left;
	line-height: 1;
}
.iphorm-add-another-upload span.iphorm-add-another-upload-button:hover {
	background: #ddd;
}