/*************************************
*                                    *
*       Paul Peek Photography        *
*           01502 514644             *
*                                    *
*    All content copyright © 2009    *
*                                    *
*************************************/

/*============================================================
  Form Inputs 
============================================================*/

form {
	margin: 0px;
	padding: 0px;
}

.formbox {
	width:400px;
	margin: 0 auto;
	padding: 25px 25px 0px 25px;
}

input, textarea, select {
	width:121px; height:15px;
	border:0 none; padding:0px; margin: 0px;
	font-size: 14px; font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, san-serif;
}

.forminput200 {
	width:185px;
	float: left; 
}

.forminput200_trans {
	width:200px; height:30px; float: left; 
	border:0 none; padding:0px; margin: 0px; background:url(../images/form_input.png);
}
.forminput200_trans .forminput200 {
	width:180px; height:20px; margin:5px 10px 0px 10px;
	float: left; background:transparent;
}


.forminputbox {
	width:135px; height:20px;
	border:0 none; padding:2px 0px 0px 8px; margin: 0px;
	background: url(../images/form_input.gif) no-repeat;
	float: left; 
}

.forminputbox200 {
	width:200px; height:20px;
	border:0 none; padding:2px 0px 0px 8px; margin: 0px;
	background: url(../images/form_input_200.gif) no-repeat;
	float: left; 
}

input.SubmitBtn {
	width: 50px; height: 20px;
	background-color: #ffffff;
	background-position: top left;
	border: 0px;
	margin: 0px 0px 0px -3px;
	padding: 0px 0px 0px 0px;
	
	font-size: 11px;
	color: #888888;
	font-weight: bold;
	
	cursor: pointer;
	float: left;
}
input.SubmitBtn2 {
	width: 50px; height: 20px;
	border: 0px;
	margin: 25px;
	padding: 0px 0px 0px 0px;
	
	font-size: 11px;
	color: #888888;
	font-weight: bold;
	
	cursor: pointer;
}
input.UnsubscribeBtn {
	width: 81px; height: 20px;
	border: 0px;
	margin: 25px;
	padding: 0px 0px 0px 0px;
	
	font-size: 11px;
	color: #888888;
	font-weight: bold;
	
	cursor: pointer;
}
input.popSubmit {
	width: 98px; height: 24px;
	border: 0px;
	margin: 15px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
input.LoginBtn {
	width: 100px; height: 32px; border: 0px;
	margin: 25px; padding: 0px 0px 0px 0px;
	
	font-size: 13px; color: #ffffff; font-weight: bold;
	
	background:url(../images/button1.png);
	text-shadow:#095ec8 1px 1px 2px;
	
	cursor: pointer;
}
input.LoginBtn:hover { background-position:0px -32px; cursor: pointer; }

.form_label { font-size:11px; color: #dddddd; font-weight: bold; }
.form_label2 { width:180px; font-size:14px; color: #dddddd; font-weight: normal; margin: 2px 8px 0px 0px; float: left; }


.note_input_box { position: relative; }

.notification { width:100%; text-align:center; margin:20px 0px 20px 0px; float:left; }

.form_note {
	width: 200px; height: 30px;
	overflow: hidden;
	background-image: url(../images/form_note.png);
	text-align: left;
	position: absolute; top: -5px; left: 140px;
}
.form_note_text {
	display: block;
	margin: 8px 0px 0px 30px;
	font-size: 9px; font-weight: bold;
	color: #cb0000;
}


/* PAGE SPECIFIC FORMS */

.contact_form, .contact_form_textarea {
	border:1px #aaaaaa solid; padding:0px; margin: 0px;
	font-size: 11px; font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, san-serif;
}

.contact_form { width:140px; margin-left: 10px; }
.contact_form_textarea { width:300px; height: 30px; padding: 4px; }

.contact_form_select { width:150px; padding: 1px; height: 20px; border: 1px #cccccc solid; }

.contact_form_submit {
	background-color: #ffffff;
	background-position: top left;
	border: 1px #bbbbbb solid;
	margin: 1px 0px 1px 0px;
	padding: 0px 1px 0px 1px;
	width: 50px; height: 20px;
	
	font-size: 11px;
	color: #666;
	font-weight: bold;
	
	cursor: pointer;
}










