
/*/////////////////////////////////////////////

~ Send Message

/////////////////////////////////////////////*/



/***********************************************
Forms with <div>, not <p> 
<p> can't contain block tags
***********************************************/

form.div-based-form div{
  clear: both;
  font-size: 11px;
  color: #666;
  margin: 0 0 10px 0px;
  float: left;
  width: 100%;
  line-height: 15px;
  padding: 0;
  
  }

form.div-based-form div label{
  margin: 0;
  width: 220px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  }


form.div-based-form div span{
  display: block;
  margin-bottom: 5px;
  }


form.div-based-form div input, form.div-based-form div textarea{
  display: block;
  border-top: 1px solid #bed3d7;
  border-bottom: 1px solid #ebfcff;
  border-left: 1px solid #c6dee2;
  border-right: 1px solid #c6dee2;
  font-size: 15px;
  background: url(../../images/form.png) -2px -10px no-repeat;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  padding: 4px 8px;
  margin-bottom: 5px;
  width: 380px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  }

form.div-based-form div textarea{
  background: #fff;
  padding: 10px 8px;
  font-size: 12px;
  }

form.div-based-form div.checkbox input{
  float: left;
  width: 15px;
  margin: 7px 10px 0 0;
  }
  




/*/////////////////////////////////////////////

~ Standard Form

/////////////////////////////////////////////*/


.content form{
clear: both;
}



form p{
  clear: both;
  font-size: 11px;
  color: #666;
  margin: 0 0 10px 0px;
  float: left;
  width: 100%;
  line-height: 15px;
  padding: 0;
  
  }

form p label{
  margin: 0;
  width: 220px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  }

form p input, form p textarea, #feedback_form p input{
  display: block;
  border: 0;
  font-size: 12px;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  margin: 0 0 5px 0px;
  line-height: 15px;
  padding: 8px 0 5px 8px;
  
  width: inherit;
  font-family: Arial, Helvetica, sans-serif;
  
  box-shadow:inset 0px 1px 2px #555;
  -moz-box-shadow:inset 0px 1px 1px #555;
  -webkit-box-shadow:inset 0px 1px 2px #555;
  
  background: -moz-linear-gradient(top,  #eee,  #fff);
  }

form p textarea{

}


.main_video_form{
  padding-top: 30px;
  width: 880px;
  margin: 0 auto;
  min-height: 130px;
  }

.main_video_form h2.main_heading{
  float: left;
  margin: 0;
  font-size: 25px;
  padding-right: 40px;
  line-height: 1.8em;
  }

.begin{
  background: url(../../images/begin.png) left top no-repeat;
  width: 133px;
  height: 42px;
  display: block;
  float: right;
  border: 0;
  text-shadow: 1px 1px 1px black;
  padding: 1px 0 3px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0;
  clear: none;
  outline: none;
  }

.begin:hover{
  background: url(../../images/begin.png) left -45px no-repeat;
  cursor: pointer;
  }


.begin:active{
  background: url(../../images/begin.png) left -90px no-repeat;
  }


.main_video_form .main_video_form_field{
  float: left;
  border: none;
  padding: 9px;
  font-size: 20px;
  width: 466px;
  background: url(../../images/form.png) left top no-repeat;
  }




.main_video_form p{
  font-size: 13px;
  clear: both;
  float: left;
  padding: 15px 0 0 227px;
  }


#upload-subtitles-form button{
  margin-left: 50px;
  }



#upload-subtitles-form #subtitles-file-field{
  background: #444;
  padding: 3px !important;
  border: 1px solid #fff;
  }






/*/////////////////////////////////////////////

~ Send Message

/////////////////////////////////////////////*/

form.message{
  margin: 0;
  }


div#nyroModalWrapper h3{
  background: #fff url(../../images/gradient.png) 0 0px repeat-x !important;
  padding: 15px;
  font-size: 14px;
  margin: 0 0 0px;
  -moz-border-radius-topright: 5px;  
  -moz-border-radius-topleft: 5px;  
  -webkit-border-radius-top-right: 5px;
  -webkit-border-radius-top-left: 5px;
  }

form.message label{
  width: 100px;
  float: left;
  clear: both;
  }


form.message input{
  width: 300px;
  float: left;
  font-size: 12px;
  
  }


form.message p{
  background: #fff;
  padding: 20px;
  width: 423px;
  margin: 0 !important;
  border-bottom: 1px solid #999;
  background: #fff url(../../images/big_grad.png) 0 0px repeat-x !important;
  
  }

form.message textarea{
  width: 300px;
  font-size: 12px;
  }


form.message p span{
  padding: 4px 0 0 100px;
  clear: both;
  float: left;
  }


form.message button{
  float: right;
  margin: 15px 15px 0 !important;
  }



#messages{
  top: 0px;
  text-align: center;
  
  margin: 20px 0;
  padding: 20px; 0;
  
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  background: #fff;
  
  line-height: 1em !important;
  
  font-weight: bold;
  color: #3b6068;
  
  box-shadow:0px 1px 2px #555;
  -moz-box-shadow: 0px 1px 2px #555;
  -webkit-box-shadow: 0px 1px 2px #555;
  position: relative;
  }



#messages #closeBut{
right: -6px;
top: -6px !important;
position: absolute;
  -moz-border-radius: 30px;  
  -webkit-border-radius: 5px;
  border-radius: 5px;
height: 21px;
width: 21px;
  box-shadow:inset 0px 1px 2px #fe928c;
  -moz-box-shadow:inset 0px 1px 2px #fe928c;
  -webkit-box-shadow:inset 0px 1px 2px #fe928c;
  background: url(../../images/sprite.png) -3px -259px no-repeat !important;

border: 1px solid #7e1504;
  }




#messages *{
  margin: 0;
  line-height: 1em !important;
  padding: 0;
  font-size: 13px;
  }



/*/////////////////////////////////////////////

~ Feedback Form

/////////////////////////////////////////////*/


#feedback_form{
  border-top: 1px solid #bed3d7;
  border-bottom: 1px solid #ebfcff;
  padding: 60px 0;
  margin: 60px 0;
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  
  background: url(../../images/1x1.png);
  }


#feedback_form h2{
  margin-bottom: 15px;
  }


#feedback_form p{
float: none;
  margin: 0 auto !important;
  font-size: 15px;
width: 980px;
  }


#feedback_form textarea{
  width: 600px;
  margin: 0 auto;
  }

#feedback_form p input{
width: 250px;
margin: 0px auto 20px;
  }


#feedback_form button{
width: 200px;
margin: 20px auto !important;
float: none;  

}



input#feedback_email, input#feedback_math_captcha_field{
  margin: 0 auto;
  width: 300px;
  float: none;
  }


input#email_friend_id_from_email, input#email_friend_id_to_emails,
input#email_friend_id_subject {
    width: 339px;
}

.mirosubs-share{
  margin: 0px 0 0 0px;
  }

#email_friend_from textarea{
  width: 400px;
  }


#id_picture{

}



#id_preferred_language{
  margin-left: 20px;
  }



#id_valid_email{

  width: 20px;
  }


.errorlist{
  margin: 10px 0 10px;
  clear: both;
  padding: 0 0 8px;
  width: 400px;
  background: url(../../images/red_arrow.png) 20px bottom no-repeat;
  }


.errorlist li{
  font-weight: bold;
  margin: 0;
  list-style: none;
  background: #d75b5b;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;
  clear: both;
  color: #fff;
  padding: 10px 13px;
  
  }


.open-id{
  background: url(../../images/social_login.png) 0 0px no-repeat;
  display: block;
  width: 113px;
  float: left;
  padding-top: 33px;
  height: 0;
  overflow: hidden;
  }

input.open-id{
  background: url(../../images/social_login.png) 0 0px no-repeat;
  display: block;
  width: 113px;
  float: left;
  padding: 33px 0 0 0;
  height: 0 !important;
  overflow: hidden;
  margin-top: 10px;
  }
  



.twitter{
  background: url(../../images/social_login.png) -120px 0px no-repeat;
  display: block;
  width: 113px;
  float: left;
  padding-top: 33px;
  height: 0;
  overflow: hidden;
  }



.google{
  background: url(../../images/social_login.png) -222px 0px no-repeat;
  display: block;
  width: 113px;
  float: left;
  padding-top: 33px;
  height: 0;
  overflow: hidden;
  }




