/* style for greet card form */ 
div.wp-greet-form {
                  font-size: 14px; 
                  font-family: Arial;
                  border: 0px solid;
                  padding-bottom: 10px;
                  text-align:center;
		              margin-left:auto;
		              margin-right:auto;
		              margin-top: -10px;
		     
   
		  
}

/* style for greet card form table */
table.wp-greet-form { 
                    font-size: 14px;
                    font-family: Arial;
                    font-weight: bolder;
      
		    border-spacing:2px;

                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto;
		    table-layout:fixed;
}

/* style for greet card form table-row */
tr.wp-greet-form { 
                    font-size: 14px;
                    font-family: Arial;
                    font-weight: bolder;
        
		    border-spacing:2px;

                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto; 
}

/* style for greet card form table cell */
td.wp-greet-form { 
                    font-size: 14px;
                    font-family: Arial;
                    font-weight: bolder;
          
		    border-spacing:2px;

                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto; 
		    width:66%;
}

/* style for greet card form table cell left side */
td.wp-greet-form-left { 
                    max-width: 25%;
		                font-size: 12px;
                    font-family: Arial;
                    font-weight: bold;
		    border-spacing:2px;
                    color:#666666;
                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto; 
}
* html td.wp-greet-form-left {  width:590px;}
* html td.wp-greet-form {  width:350px;}
* html td.wp-greet-form input, * html td.wp-greet-form textarea{
  border:1pt solid #E5E5E5;
  width: 250px;
  margin: 0 0px 0 0px;
}
* html td.wp-greet-form input#check, * html td.wp-greet-form input#check2{
  border:none;
  width: 18px;
  margin: 0 0px 0 0px;
}
*+html td.wp-greet-form-left {  width:590px;}
*+html td.wp-greet-form {  width:350px;}
*+html td.wp-greet-form input, *+html td.wp-greet-form textarea{
  border:1pt solid #E5E5E5;
  width: 250px;
  margin: 0 0px 0 0px;
}
*+html td.wp-greet-form input#check, *+html td.wp-greet-form input#check2{
  border:none;
  width: 18px;
  margin: 0 0px 0 0px;
}

td#mandatory{
   font-variant: small-caps;
  font-size: 13px;
   margin:0;
   font-weight:bold;
}
/* style for message textarea */
textarea.wp-greet-form {
                    width: 90%;
		    height:120px;
}
td.wp-greet-form input, td.wp-greet-form textarea{
  border:2pt solid #E5E5E5;
}
input#button {
  background:transparent url(/wp-content/themes/think/images/button_bg.png) no-repeat scroll center center;
border:medium none;
color:#5B5B5B;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:25px;
margin:10px 5px 0 0;
width:85px;
}
.accept{
  font-size:11px;
  margin: 0px 0 15px 5px;
  color:#666666;
}

input#accept_it{
  margin: 20px 0 25px 0;
  
}
a.thickbox{font-size: 11px; color: red;}
td#smile{ padding: 0 60px 0 0;}
 td.wp-greet-form textarea{
  width: 80%;
 }

table.preview{
  background: #f1f1f1;
  width: 420px;
  border:2pt solid #E5E5E5;
  margin-top: -10px;
}
table.preview th{
  padding:3px;
}
.message{
 font-size:13px;
 color:#666666;
 background: #f1f1f1;
  width: 420px;
  border:2pt solid #E5E5E5;
  padding: 3px;
  font-family:Arial;
  font-weight:bold;
  margin-left: 10px;
 
}
.border{
  border-bottom: 2pt solid #e5e5e5;
  width: 425px;
  margin: 0 0 20px 15px;
  padding: 10px 0 10px 0;
}
.greeting_headline{
  
  margin: -10px 0 5px 0px;
   padding: 4px;
   font-weight:bold;
   font-size: 14px;
   font-family:Arial; 
   font-variant: small-caps;
}
.wp-greet-form img{
left: 0;
}
