﻿/* pc platform */
@media (min-width:701px) 
{
	.ItemForm
	{
		position:relative;		
		margin-left:auto;
		margin-right:auto;
		width:200px;
		height:38px;
	}
	
}

/* mobile platform */
@media (max-width:700px) 
{	
	.ItemForm
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:150px;
		height:38px;
	}
}

.FormYearPosition
{
	position:relative;
	width:100px;
	height:22px;
}

.FormButtonPosition
{
	position:relative;
	width:45px;
	height:22px;
}