/* button */
/*.feel_btn button{border: 0; font-size: 10px; color: black; padding-bottom: 2px; margin: 0;}
.feel_btn button{color: black;}
.feel_btn .left, .feel_btn .md, .feel_btn .right, .feel_btn .inactive div.md button, .feel_btn .active div.md button{float: left; height: 20px; position: relative; z-index: 1;}

.feel_btn .active .left{background: url(/f/applemag/feel_button_left_active.png); width: 9px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_left_active.png', sizingMethod='crop');}
.feel_btn .active .md button{background: url(/f/applemag/feel_button_md_active.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_md_active.png', sizingMethod='scale');}
.feel_btn .active .right{background: url(/f/applemag/feel_button_right_active.png); width: 11px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_right_active.png', sizingMethod='crop');}

.feel_btn .inactive .left{background: url(/f/applemag/feel_button_left_inactive.png); width: 9px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_left_inactive.png', sizingMethod='crop');}
.feel_btn .inactive .md button{background: url(/f/applemag/feel_button_md_inactive.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_md_inactive.png', sizingMethod='scale');}
.feel_btn .inactive .right{background: url(/f/applemag/feel_button_right_inactive.png); width: 11px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_right_inactive.png', sizingMethod='crop');}
*/
/*border: 1px solid #8fd429;*/
button.feel_btn, .feel_btn2 button{background: #90cb3c;border: 1px solid #5c8423;font-size: 14px;color: #fff;padding: 2px 5px; margin: 0;border-radius: 6px;}
button.feel_btn.inactive, .feel_btn2 .inactive button{ border: 1px solid #76a632;}
button.feel_btn.active { cursor: pointer; }

/* text input */
.feel input{border: 0; position: relative; top: 9px; font-size: 10px; background: white; color: black; //top: 8px;}
.feel input.inactive{color: #cdcdcd;}
.feel .left, .feel .md, .feel .right{float: left; height: 32px; position: relative; z-index: 1;}

.feel .active .left{background: url(/f/applemag/form_feel_green/input_text_left_active.png); width: 15px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/form_feel_green/input_text_left_active.png', sizingMethod='crop');}
.feel .active .md{background: url(/f/applemag/form_feel_green/input_text_md_active.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/form_feel_green/input_text_md_active.png', sizingMethod='scale');}
.feel .active .right{background: url(/f/applemag/form_feel_green/input_text_right_active.png); width: 15px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/form_feel_green/input_text_right_active.png', sizingMethod='crop');}

.feel .inactive .left{background: url(/i/form_feel/input_text_left_inactive.png); width: 15px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/form_feel/input_text_left_inactive.png', sizingMethod='crop');}
.feel .inactive .md{background: url(/i/form_feel/input_text_md_inactive.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/form_feel/input_text_md_inactive.png', sizingMethod='scale');}
.feel .inactive .right{background: url(/i/form_feel/input_text_right_inactive.png); width: 15px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/form_feel/input_text_right_inactive.png', sizingMethod='crop');}

/* button 2 */
/*
.feel_btn2 button{border: 0; font-size: 10px; color: black; padding: 0; padding-bottom: 2px; margin: 0;}
.feel_btn2 td{padding: 0 !important; margin: 0 !important;}
.feel_btn2 button{color: black;}
.feel_btn2 .left, .feel_btn2 .md, .feel_btn2 .right, .feel_btn2 .inactive .md button, .feel_btn2 .active .md button{height: 20px;}

.feel_btn2 .active .left{background: url(/f/applemag/feel_button_left_active.png); width: 9px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_left_active.png', sizingMethod='crop');}
.feel_btn2 .active .md button{background: url(/f/applemag/feel_button_md_active.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_md_active.png', sizingMethod='scale');}
.feel_btn2 .active .right{background: url(/f/applemag/feel_button_right_active.png); width: 11px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_right_active.png', sizingMethod='crop');}

.feel_btn2 .inactive .left{background: url(/f/applemag/feel_button_left_inactive.png); width: 9px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_left_inactive.png', sizingMethod='crop');}
.feel_btn2 .inactive .md button{background: url(/f/applemag/feel_button_md_inactive.png); // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_md_inactive.png', sizingMethod='scale');}
.feel_btn2 .inactive .right{background: url(/f/applemag/feel_button_right_inactive.png); width: 11px; // background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/applemag/feel_button_right_inactive.png', sizingMethod='crop');}
*/
