I’m wanting to be able to added a white border at 2px around my php form. How can I do this?
[php]<?php
This block must be placed at the very top of page.
--------------------------------------------------
require_once( dirname(FILE).’/form.lib.php’ );
phpfmg_display_form();
--------------------------------------------------
function phpfmg_form( $sErr = false ){
$style=" class=‘form_text’ ";
?>
-
First Name: *
-
Last Name: *
-
Phone: *
-
E-Mail: *
-
Address: *
-
City & ZIP: *
-
Type of Service: *In Home
Off Site
Remote
-
Computer Make:ex. Dell or Hp
-
Computer Model:ex. Inspiron 620
-
Comments:
<div id='field_9_tip' class='instruction'></div> </div>
Security Code: *<li> <div class='col_label'> </div> <div class='form_submit_block col_field'> <input type='submit' value='Submit' class='form_button'> <span id='phpfmg_processing' style='display:none;'> <img id='phpfmg_processing_gif' src='admin.php?mod=image&func=processing' border=0 alt='Processing...'> <label id='phpfmg_processing_dots'></label> </span> </div> </li>
<style type='text/css'>
fieldset{border: 1px solid #781351;width: 20em}legend{color: #fff;background: #ffa20c;border: 1px solid #781351;padding: 2px 6px}
body{
margin-left: 18px;
margin-top: 18px;
}body{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
style=“border: solid 2px #40a0c0”}
#wrapper {
width:500px;
}select, option{
font-size:13px;
}ol.phpfmg_form ol, ol.phpfmg_form {
list-style-type:none; display:inline; padding:0px; margin:0px;
}
ol.phpfmg_form ol li{
margin-bottom:5px; list-style-type:none;
clear:both;
display:inline;
overflow:hidden;}
.form_field, .form_required{
font-weight : bold;
}.form_required{
color:red;
margin-right:8px;
}.field_block{
margin-bottom: 10px;
}.form_submit_block{
padding-top: 3px;
}.text_box, .text_area, .text_select {
width:200px;
}.text_area{
width:100%;
height:100px;
overflow:hidden;
}.form_error_title{
font-weight: bold;
color: red;
}.form_error{
background-color: #F4F6E5;
border: 1px dashed #ff0000;
padding: 10px;
margin-bottom: 10px;
}.form_error_highlight{
background-color: #F4F6E5;
border-bottom: 1px dashed #ff0000;
}div.instruction_error{
color: red;
font-weight:bold;
}hr.sectionbreak{
height:1px;
color: #ccc;
}#one_entry_msg{
<?php phpfmg_text_align();?> <?php } # end of css # By: formmail-maker.com ?>[/php]
background-color: #F4F6E5;
border: 1px dashed #ff0000;
padding: 10px;
margin-bottom: 10px;