body, div, form {
	padding: 0px;
	margin: 0px;
}

.ps-polls-result{
            width: 140px;
            margin: 0 auto;
            padding: 5px 0;
}

.ps-box{
    width:177px;
    color:#FFFFFF;
    font-family:verdana;
    font-size:10px;
    margin-bottom:30px;
    margin-top:10px;
    /*margin-left: 7px;*/
        float: left;
}
/*.ps-sales-box-top{
    background-image:url('/images/polls/ps_banner.gif');
    height:117px;
    width:177px;
}*/
.ps-polls-box-top{
    background-image:url('/images/polls/ps_top_border.gif');
    height:19px;
    width:177px;
}
.ps-box-content{
    background-color:#534278;
    background-image:url('/images/polls/ps_sales_background.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    float: left;
    width: 177px;
}
.ps-box-bottom{
    background-image:url('/images/polls/ps_bottom_border.gif');
    height:19px;
    width:177px;
    float: left;
}
.ps-dirty-green{
    color:#9DCE42;
    font-weight:bold;
    margin-left:10px;
}
.ps-question{
    padding:5px;
    font-weight:bold;
    margin: 0px 10px;
}
.ps-question-header{
    color:#9DCE42;
    font-weight:bold;
    margin-left:10px;
    padding-top:10px;
    margin-top:0px;
}
ul.ps-cool-form li label{
	width: 300px;
}
.ps-cool-input{
    width:107px;
    height:26px;
    background:transparent;
    border:0px;
    background-image:url('/images/polls/ps_input_background.gif');
    background-repeat:no-repeat;
	background-position:100% 0;
	float:none!important;
	overflow:hidden;
    /*
    background-image:url('/images/polls/ps_input_background_right.gif');
    background-repeat:no-repeat;
    background-position:right 0px !important;
    */
    /* Major browsers other than IE 6 and below respect the importance immediately */
  /*  background-position:right -1px; /* IE 6 and below use this value instead, even though the above was marked as important */ 
   
    padding-left:5px;
    padding-right:5px;
    color:#5C5C5C;
    padding-top:5px;
    margin-top:0px;
}

.ps-cool-submit{
	background: url('/images/polls/ps_submit_button.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
	height: 18px;
	border:0px;
	cursor: pointer;
	
}

.ps-cool-textarea{
	background: url('/images/polls/ps_textarea_background.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 157px;
	height: 79px;
	border:0px;	
	color:#5C5C5C;
	margin: 0 0 8px;
}

      .newform {margin:10px 0 0 10px;}
		.newform label {display:block;/*float:left;*/margin:8px 8px 2px 0;}
		.newform label.right {width:140px;float:left;margin:3px 0 0 0;}
		.newform label.checkbox {float:none;margin-top:3px}
		.newform input {float:left;}
		.newform select {margin-bottom:5px; background:#EAE7EB; border:1px solid #EAE7EB; margin-left:2px;_margin-left:-2px; width:150px;}
		.newform textarea {padding:5px 0 0 5px; }
		.clear {clear:both;}

.ps-box-content table tr td select, select.ps-cool-select{
    border:none;
    background-color:#EAE8EB;
    height:23px;
    background-image:url('/images/polls/ps_input_background_right_l.gif');
    background-repeat:no-repeat;
    background-position:right top;
    padding-left:5px;
    padding-right:10px;
    color:#5C5C5C;
    padding-top:5px;
    padding-bottom:5px;
}


.ps-select-background-left{
    width:20px;
    padding-left:10px;
    background-image:url('/images/polls/ps_input_background_left.gif');
    background-repeat:no-repeat;
}


.ps-box-content table tr td select option{
   color:#5C5C5C;
   background-color:#EAE8EB;
   outline:none;
}
option:focus{
   outline:none;
}
.ps-input-background-left{
    /*background-image:url('/images/polls/ps_input_background_left.gif');
    background-repeat:no-repeat;
    height:26px;
    width:114px;*/
}


.ps-box-checkbox{
    float:left;
    color:#5C5C5C;
    background-color:#EAE8EB;
    padding:0px;
    margin:2px;
    width:10px !important;
}
.ps-box-content-td {
    padding-left:5px;
    padding-right:5px;
    margin: 3px 0 7px 0;
}

.ps-sales-header{
    background-color:#8572A6;
    font-weight:bold;
    height:18px;
    padding-left:5px;
    padding-top: 5px;
}
.ps-box-content ul{
    list-style-type:none;
}

.ps-box-content ul li{
    padding-left:0px;
    margin-left:0px;
}


/*   table texarea */
.ps-td-corner-l-t{
    background-image:url('/images/polls/ps_corner_l_t.gif');
    background-repeat:no-repeat;
    width:5px;
    height:5px
}
.ps-td-corner-r-t{
    background-image:url('/images/polls/ps_corner_r_t.gif');
    background-repeat:no-repeat;
    width:5px;
    height:5px
}
.ps-td-corner-l-b{
    background-image:url('/images/polls/ps_corner_l_b.gif');
    background-repeat:no-repeat;
    width:5px;
    height:5px
}
.ps-td-corner-r-b{
    background-image:url('/images/polls/ps_corner_r_b.gif');
    background-repeat:no-repeat;
    width:5px;
    height:5px 
}

.ps-td-border-l{
    background-image:url('/images/polls/ps_border_l.gif');
    background-repeat:repeat-y;
    width:5px !important; 
}
.ps-td-border-r{
    background-image:url('/images/polls/ps_border_r.gif');
    background-repeat:repeat-y;
    width:5px !important; 
}
.ps-td-border-t{
    background-image:url('/images/polls/ps_border_t.gif');
    background-repeat:repeat-x;
    height:5px !important; 
}
.ps-td-border-b{
    background-image:url('/images/polls/ps_border_b.gif');
    background-repeat:repeat-x;
    height:5px !important; 
}

.ps-td-center{
	background:#EAE8EB;
}
.ps-textarea{
    border:0px;
    background:#EAE8EB;
	margin:0;
	color:#5C5C5C;
    width:150px;
    height:50px;
    font-family:verdana;
    font-size:1.2em;

}
.ps-letter{
    padding-top:4px;
    padding-left:6px;
    color:#625388;
    width:14px;
    height:20px;
    float:left;
    margin:0 8px;
}

.ps-result-item{
    margin-top: 5px;
    float: left;
    width: 177px;
}

input.ps-submit{
	
}
/*
span.ps-input {background:url(/images/polls/ps_corner_l_b.gif);}	
span strong {background: url(/images/polls/ps_corner_l_b.gif) no-repeat 0 100%; display: block; float: left;}/
span strong em {background: url(/images/polls/ps_corner_r_t.gif) no-repeat 100% 0; display: block; float: left;}
span strong em span {background: url(/images/polls/ps_corner_r_b.gif) no-repeat 100% 100%; display: block; float: left;}
span strong em span span {background: url(/images/polls/ps_corner_l_t.gif) no-repeat; display: block; float: left;}
input, select, textarea {margin: 1px 3px; border: none; background: #eae7eb;color:#5C5C5C;}
*/
