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

div.wp-greet-form img {
			border: 1px solid #777;
		  }

/* style for greet card form table */
table.wp-greet-form { 
                    font-size: 14px;
                    font-family: Arial;
                    font-weight: bolder;
		    border-spacing:2px;
		    border-collapse:collapse;
                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto;
                    margin-top:30px;
		    table-layout:fixed;
		    float: left;
		    clear: both;
}

/* style for greet card form table-row */
tr.wp-greet-form { 
                    font-size: 14px;
                    font-family: Arial;
                    font-weight: bolder;
		    border-spacing:2px;
		    border-collapse:collapse;
                    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;
		    border-collapse:collapse;
                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto; 
		    width:66%;
			height: 50px;
}

/* style for greet card form table cell left side */
td.wp-greet-form-left { 
                    max-width: 25%;
		    font-size: 14px;
                    font-family: Arial;
                    font-weight: normal;
		    border-spacing:2px;
		    border-collapse:collapse;
                    text-align:left;
                    margin-left:auto; 
                    margin-right:auto; 
}
/* style for message textarea */
textarea.wp-greet-form {
                    width: 320px;
		    height:120px;
		    background: #F0F3F6;
			border-top: 1px solid #9CF;
}

textarea.wp-greet-form:hover {
			width: 320px;
			background: #F6F9FC;
			border-top: 1px solid #9CF;
}

textarea.wp-greet-form:focus {
			width: 320px;
			background: #F9FCFF;
			border-top: 1px solid #9CF;
}

td.wp-greet-form input {
			width: 320px;
			height: 22px;
			background: #F3F6F9;
			border-top: 1px solid #9CF;
}

td.wp-greet-form input:hover {
			width: 320px;
			background: #F6F9FC;
			border-top: 1px solid #9CF;
}

td.wp-greet-form input:focus {
			width: 320px;
			background: #F9FCFF;
			border-top: 1px solid #9CF;
}

td.wp-greet-form input.button {
			width: 100px;
			background: #036;
			color: #FFF;
			margin-right: 10px;
			margin-top: 20px;
}

td.wp-greet-form input.button:hover {
			width: 100px;
			background: #ADF;
			color: #036;
			margin-right: 10px;
			margin-top: 20px;
			cursor: pointer;
}

form input.button {
			width: 100px;
			background: #036;
			color: #FFF;
			margin-right: 10px;
			margin-top: 20px;
			cursor: pointer;
}

form input.button:hover {
			width: 100px;
			background: #ADF;
			color: #036;
			margin-right: 10px;
			margin-top: 20px;
			cursor: pointer;
}
