Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* HOME PAGE FORMS */
- #gform_wrapper_1 .gform_heading {
- display: none;
- }
- #gform_wrapper_1 .home_optin {
- position: relative;
- width: 200px;
- left: 9px;
- top: 100px;
- }
- #gform_wrapper_1 .home_optin ol,li {
- padding: 1em 1em 0 1em;
- list-style: none;
- }
- #gform_wrapper_1 .home_name {
- position: relative;
- width: 180px;
- left: 9px;
- top: 45px;
- }
- #gform_wrapper_1 .home_name .gfield_label {
- color: #999999;
- display: block;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- }
- #gform_wrapper_1 .home_name input[type=text] {
- width: 160px;
- margin: 0 0 0 0;
- padding: 5px 0 0 0;
- moz-box-shadow: 3px 3px 4px #ccc;
- -webkit-box-shadow: 3px 3px 4px #ccc;
- box-shadow: 3px 3px 4px #ccc;
- /* For IE 8 */
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
- /* For IE 5.5 - 7 */
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
- }
- #gform_wrapper_1 .home_email {
- position: relative;
- width: 180px;
- left: 9px;
- top: 48px;
- }
- #gform_wrapper_1 .home_email .gfield_label {
- color: #999999;
- display: block;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- }
- #gform_wrapper_1 .home_email input[type=tex] {
- width: 160px;
- margin: 0 0 0 0;
- padding: 5px 0 0 0;
- moz-box-shadow: 3px 3px 4px #ccc;
- -webkit-box-shadow: 3px 3px 4px #ccc;
- box-shadow: 3px 3px 4px #ccc;
- /* For IE 8 */
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
- /* For IE 5.5 - 7 */
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
- }
- .gform_wrapper .home_optin input[type=submit] {
- margin: 28px 7px 0 0;
- -moz-border-radius:9px;
- -webkit-border-radius:9px;
- border-radius:9px;
- background: -moz-linear-gradient(0% 45% 90deg,#E0B324, #FAD121, #FFE678 70%);
- background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#FFE678), to(#E0B324), color-stop(.2,#FAD121));
- color:#312f30;
- float: right;
- font-family:arial,helvetica,sans-serif;
- font-size:15px;
- font-weight:bold;
- padding:6px 12px;
- text-shadow:1px 1px 0 #ebd663;
- }
- .gform_wrapper .home_optin .button:hover {
- background: -moz-linear-gradient(40% 51% 90deg,#D4A922, #EBC41F, #EDD670 100%);
- background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#EDD670), to(#D4A922), color-stop(.2,#EBC41F));
- }
- .gform_wrapper .home_optin .button:active {
- border-top-color: #1b435e;
- background: #1b435e;
- }
Advertisement
Add Comment
Please, Sign In to add comment