@charset "UTF-8";

@media all
{
	
	/*Formular*/
	#mainContent div.contentRowWidth label,
	#mainContent div.contentRow label, .two-elements p{
  		float:left;
  		display:inline;
	}
	
	#mainContent div.contentRow .chk-set input{
  		float:left;
  		background:transparent !important;
  		border:none !important;
	}

	#mainContent div.contentRow #content h3 {
  		clear:both;
  		font-size:11px;
  		text-transform:uppercase;
  		color:#FF0000;
  		margin:0;
  		padding:0 0 22px 0;
	}

	#mainContent div.contentRow h3#errormsg {
  		color:#FF0000;
  		clear:both;
  		display:none;
	}

	
      #mainContent div.contentRow form{
        /*width:454px;*/
        width:454px;
        padding:20px 0 0 0;
      }

      #mainContent div.contentRow fieldset{
       	border:0px solid #efefef;
       	padding:10px 0px 10px 0px;
       	margin:0 0 5px 0;
       	background:#ffffff;
      } 
      
      #mainContent div.contentRow legend{
        display:none;
      }      
      
      #mainContent div.contentRow ol{
      	list-style-type:none;
      }
      
      #send-option{
      	clear:both;
      }
      
       #myButton{
       	clear:both;
       }
       
       input#submbttn{
       	margin-left:170px !important;
       }
      
      #mainContent div.contentRowWidth select,
      #mainContent div.contentRow select{
        width:263px;
        background:#ffffff;
        border:1px solid #bfbfbf;        
      }
      
      #mainContent div.contentRowWidth label,
      #mainContent div.contentRow label, .two-elements p{
        width:170px;
        padding:0;
      }
      #mainContent div.contentRow .two-elements{
          width:100%;
          clear:both;
      }
      #mainContent div.contentRow .two-elements input{
          padding:0 1px 0 0;
      }
     
      #mainContent div.contentRow .desc{
      	width:400px;
      	padding:10px 0;
      	clear:both;
      }
      
      #mainContent div.contentRow .friends{
      	width:400px;
      	padding:50px 0 20px;
      	clear:both;
      }
      
     #mainContent div.contentRow .chk-set{
          width:237px;
          float:left;
     background:#eeedce;
     padding:5px;          
     }
     #mainContent div.contentRow .chk-set label{
          width:200px;
     }
     #mainContent div.contentRow .chk-set ol li input{
      margin:2px;
      width:20px;
     }
	
	
	/*Formular - END*/

	#pageFrame #news-form .news-form-content input, texarea, select {
		width:260px;
        font-family:arial;           
        background:#ffffff;/*#eeedce;*/
        border:1px solid #777777;
        margin:1px 0 2px;  
        padding:2px 0 2px 0;
        font-size:12px;
	}
	
	#pageFrame #news-form .news-form-content label {
		width:100%;
	}
	
}